mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
readme: Fix LDAP admin default value in docs
This commit is contained in:
parent
1859f5ddf0
commit
21e507a9d7
@ -91,7 +91,7 @@ To bring up the server, just run `cargo run`. The default config is in
|
|||||||
|
|
||||||
To configure the services that will talk to LLDAP, here are the values:
|
To configure the services that will talk to LLDAP, here are the values:
|
||||||
- The LDAP user DN is from the configuration. By default,
|
- The LDAP user DN is from the configuration. By default,
|
||||||
`cn=admin,dc=example,dc=com`.
|
`cn=admin,ou=people,dc=example,dc=com`.
|
||||||
- The LDAP password is from the configuration (same as to log in to the web
|
- The LDAP password is from the configuration (same as to log in to the web
|
||||||
UI).
|
UI).
|
||||||
- The users are all located in `ou=people,` + the base DN, so by default user
|
- The users are all located in `ou=people,` + the base DN, so by default user
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
## Admin username.
|
## Admin username.
|
||||||
## For the LDAP interface, a value of "admin" here will create the LDAP
|
## For the LDAP interface, a value of "admin" here will create the LDAP
|
||||||
## user "cn=admin,dc=example,dc=com" (with the base DN above).
|
## user "cn=admin,ou=people,dc=example,dc=com" (with the base DN above).
|
||||||
## For the administration interface, this is the username.
|
## For the administration interface, this is the username.
|
||||||
#ldap_user_dn = "admin"
|
#ldap_user_dn = "admin"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user