diff options
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index c710ee29f..c42e477ea 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1742,6 +1742,8 @@ # allowpattern="Guest*" # # killreason="Access denied" # # searchscope="subtree" # +# binddn="cn=Manager,dc=brainbox,dc=cc" # +# bindauth="mysecretpass" # # verbose="yes"> # # # # The baserdn indicates the base DN to search in for users. Usually # @@ -1766,6 +1768,12 @@ # Setting the verbose value causes an oper notice to be sent out for # # every failed authentication to the server, with an error string. # # # +# The binddn and bindauth indicate the DN to bind to for searching, # +# and the password for the distinguished name. Some LDAP servers will # +# allow anonymous searching in which case these two values do not # +# need defining, otherwise they should be set similar to the examples # +# above. # +# # # IMPORTANT NOTE: For this module to work we were required to allow # # anonymous queries of the LDAP tree. This may be changed in a future # # version. # |