Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    1) How did you generate the new olcRootPw value? 2) Does the olcDatabase={1}mdb,cn=config entry have an olcRootDN attribute? 3) Does your main database have a cn=admin,dc=example,dc=com entry? Commented Feb 19 at 8:13
  • 1) via slappasswd . 2) It has, but the value cn=admin,dc=nodomain . 3) I updated post to put my mdb file. Commented Feb 19 at 15:13
  • thank you, I used ldapadd -x -D "cn=admin,dc=nodomain" -W -f ./users.ldif and with new dn my problem was solved. Commented Feb 20 at 11:02