mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
ldap: return actual "cn" value instead of "uid" in LDAP messages
This commit is contained in:
committed by
nitnelave
parent
e1e1d6cd20
commit
bd90a3a426
@@ -25,7 +25,7 @@ The key settings are:
|
||||
- Connection URL: `ldap://<your-lldap-container>:3890`
|
||||
- Users DN: `ou=people,dc=example,dc=com` (or whatever `dc` you have)
|
||||
- Bind Type: `simple`
|
||||
- Bind DN: `cn=admin,ou=people,dc=example,dc=com` (replace with your admin user and `dc`)
|
||||
- Bind DN: `uid=admin,ou=people,dc=example,dc=com` (replace with your admin user and `dc`)
|
||||
- Bind Credential: your LLDAP admin password
|
||||
|
||||
Test the connection and authentication, it should work.
|
||||
|
||||
Reference in New Issue
Block a user