summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-03-15 13:37:10 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-03-15 13:37:10 +0000
commit5a13fa5bfce14147015b6a0b9dfc4832335a392b (patch)
treeeef371a097a200fd0952d13b98ba1050750e6a7e /docs/inspircd.conf.example
parent6004b582ce3997daa11ab5b9d0a8f2346cebc3e8 (diff)
Document binddn and bindauth
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9096 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example8
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. #