]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Document binddn and bindauth
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 15 Mar 2008 13:37:10 +0000 (13:37 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 15 Mar 2008 13:37:10 +0000 (13:37 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9096 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index c710ee29f90479e5bb70dc34435c211f62d1643a..c42e477ea392cd433b562d6b3518247851abd27c 100644 (file)
 #           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   #
 # 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.                                                            #