Change cn to uid

In response to https://github.com/nitnelave/lldap/pull/424#discussion_r1083280235
This commit is contained in:
arcoast 2023-01-21 12:09:10 +00:00 committed by GitHub
parent e3f02ee5db
commit 477b207e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@ ldap://lldap:3890
``` ```
### Admin Bind DN ### Admin Bind DN
``` ```
cn=admin,ou=people,dc=example,dc=com uid=admin,ou=people,dc=example,dc=com
``` ```
or or
``` ```
cn=readonlyuser,ou=people,dc=example,dc=com uid=readonlyuser,ou=people,dc=example,dc=com
``` ```
### Admin Bind Credentials ### Admin Bind Credentials
``` ```