mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
fixed a typo and added verbose for future users to find
This commit is contained in:
parent
8e8614fe2e
commit
f6c43b691a
@ -48,7 +48,7 @@
|
|||||||
## It should be minimum 8 characters long.
|
## It should be minimum 8 characters long.
|
||||||
## You can set it with the LLDAP_LDAP_USER_PASS environment variable.
|
## You can set it with the LLDAP_LDAP_USER_PASS environment variable.
|
||||||
## This can also be set from a file's contents by specifying the file path
|
## This can also be set from a file's contents by specifying the file path
|
||||||
## in the LLDAP_USER_PASS_FILE environment variable
|
## in the LLDAP_LDAP_USER_PASS_FILE environment variable
|
||||||
## Note: you can create another admin user for user administration, this
|
## Note: you can create another admin user for user administration, this
|
||||||
## is just the default one.
|
## is just the default one.
|
||||||
#ldap_user_pass = "REPLACE_WITH_PASSWORD"
|
#ldap_user_pass = "REPLACE_WITH_PASSWORD"
|
||||||
@ -95,3 +95,7 @@ key_file = "/data/private_key"
|
|||||||
#from="LLDAP Admin <sender@gmail.com>"
|
#from="LLDAP Admin <sender@gmail.com>"
|
||||||
## Same for reply-to, optional.
|
## Same for reply-to, optional.
|
||||||
#reply_to="Do not reply <noreply@localhost>"
|
#reply_to="Do not reply <noreply@localhost>"
|
||||||
|
|
||||||
|
## Tune the logging to be more verbose by setting this to be true.
|
||||||
|
## You can set it with the VERBOSE environment variable.
|
||||||
|
# verbose=false
|
||||||
|
Loading…
Reference in New Issue
Block a user