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?