<quote who="Dennis Sacks"> > I used to do: > > ldap add ..... -f file.ldif
you need an entry for: dc=calico-consulting.com,dc=com and you need to use a recent OpenLDAP release. > > where file.ldif has: > > dn: ou=domains,dc=calico-consulting.com,dc=com > objectclass: top > objectclass: organizationalUnit > ou: domains > > dn: ou=accounts,dc=calico-consulting.com,dc=com > objectclass: top > objectclass: organizationalUnit > ou: accounts > > but this barfs in openldap 2.2 saying: > > ldap_initialize( <DEFAULT> ) > add objectclass: > top > organizationalUnit > add ou: > domains > adding new entry "ou=domains,dc=calico-consulting.com,dc=com" > modify complete > ldap_add: Server is unwilling to perform (53) > additional info: no global superior knowledge > > What have I done wrong? > > Dennis > > > > >
