Submitted by timmy on Sun, 07/31/2011 - 00:23
How do i set up webmin/usermin to authenticate against LDAP?
Hostname: localhost Connection Encryption: None Username: cn=Manager,dc=example,dc=com (I've also tried tried just "Manager") Password: scrubbed Create DN: ? Object Class for Users: webminUser Object Class for Groups: webminGroup
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Sun, 07/31/2011 - 12:35 Comment #1
Those settings look OK to me.. assuming you have an LDAP server already running on localhost.
Could you give us some more details about what goes wrong, like an error message or incorrect behavior?
Submitted by timmy on Sun, 07/31/2011 - 14:52 Comment #2
Please have a look below, what should i enter on Create DN?
My settings:
Hostname: ldap.example.com
Connection Encryption: None
Username: cn=Manager,dc=ldap,dc=example,dc=com
Password: xxxxxx
Create DN: ------------- what should i enter here? ------------------------------
Object Class for Users: webminUser
Object Class for Groups: webminGroup
Submitted by JamieCameron on Mon, 08/01/2011 - 17:42 Comment #3
The DN should be something like dc=webmin,dc=ldap,dc=example,dc=com
Submitted by timmy on Mon, 08/01/2011 - 22:04 Comment #4
thanks,