Bloody Headache


[r00t@pony-express ~]$ ldapadd -x -D "cn=Manager,dc=lemc,dc=com" -W -f root.ldif
adding new entry "dc=lemc,dc=com"
ldap_add: Object class violation (65)
additional info: no structural object class provided


[r00t@pony-express ~]$ cat root.ldif
dn: dc=lemc,dc=com
objectclass: dcObject
objectclass: organization
o: Linco-Electromatic
dc: lemc

dn: cn=Manager,dc=lemc,dc=com
objectclass: organizationalRole
cn: Manager

[r00t@pony-express ~]$ ldapadd -x -v -D "cn=Manager,dc=lemc,dc=com" -W -f root.ldif
ldap_initialize( default )
add objectclass:
dcObject
organization
add o:
Linco-Electromatic
add dc:
lemc
adding new entry "dc=lemc,dc=com"
modify complete
ldap_add: Server is unwilling to perform (53)
additional info: operation not permitted within namingContext

What a load of crap.

  1. No comments yet.

  1. No trackbacks yet.

You must be logged in to post a comment.