mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Change cn
to uid
In response to https://github.com/nitnelave/lldap/pull/424#discussion_r1083280235
This commit is contained in:
parent
e3f02ee5db
commit
477b207e43
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user