On 12/6/18 10:54 PM, Eggo why wrote:
suffix ""
Any particular reason why you want to define your DB at root level?
Why not use a specific naming context like this:
suffix "dc=cornell,dc=edu"
rootdn "cn=admin"
The rootdn must then be
rootdn "cn=admin,dc=cornell,dc=edu"
l$ ldapadd -vc -x -D “cn=admin,dc=cornell,dc=edu”
Value given with -D must match rootdn in database section of your slapd.conf.
Ciao, Michael.