LDAP setup

 1 Replies
 0 Subscribed to this topic
 16 Subscribed to this forum
Sort:
Author
Messages
Ben Coonfield
Veteran Member Send Private Message
Posts: 146
Veteran Member

I have a working LSF9 environment and I want to create a second one. I created a new LDAP instance (TDS 6.1).  It seems that I need to create a new suffix and define an object to be used as the top of the hierarchy.   When I try to create a new subtree with an ldif import, something like

dn: o=lwsn,dc=net,dc=myorganization,dc=org
changeType: add
objectclass: organization
objectclass: top

I get an error.  Either I get "Suffix entry has not been created", or if I create the suffix first then I get GLPCOM009E The attribute changeType is not allowed for entry.  Did I leave out another step?

Ben Coonfield
Veteran Member Send Private Message
Posts: 146
Veteran Member
It looks like the "changeType: add" line should not have been there. I removed it and it worked as expected, so far at least.