This is a discussion on LDAP Admin USer Problem within the Linux Security forums, part of the System Security and Security Related category; Hello! Now I installed ldap and phpldapAdmin. While the ldap server confugures I defined a admin password. But now when ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello!
Now I installed ldap and phpldapAdmin. While the ldap server confugures I defined a admin password. But now when I navigate to the phpldapAdmin interface I can log in as anonymous (read only) but I am not able to lg in as admin (using the defined pw during apt post install congufure script). So I tried a lot of temprary things in the sldap.conf - like adding the lines: rootdn "cn=admin,dc=localdomain" #rootpw "{SSHA}Ijz7kdm9FPwVzpPrF+WBU6VftG8rAYWN" rootpw "secret" or: access to * by anonymous write access to * by * write After all, no success! How can I log in as admin? THX! Christian Maier |