From: brain Date: Sat, 15 Mar 2008 13:37:10 +0000 (+0000) Subject: Document binddn and bindauth X-Git-Tag: v2.0.23~3711 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=5a13fa5bfce14147015b6a0b9dfc4832335a392b;p=user%2Fhenk%2Fcode%2Finspircd.git Document binddn and bindauth git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9096 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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. #