Search code examples
linuxauthenticationubuntuldapubuntu-14.04

OpenLDAP admin password after installation


I installed an openLDAP server on Ubuntu 14.04 and set the admin password during the installation. But now I'm not able to connect with this password. cn=admin exists because I can see it when iI login as anonymous user. What can I do?


Solution

  • you can set the admin password with

    sudo dpkg-reconfigure slapd
    

    to a new one.

    then you need to login with the full credentials of the admin user and the domain, like:

    cn=admin,dc=test,dc=com