]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
modules.conf.example: document useusername in ldapauth
authorAdam <Adam@anope.org>
Mon, 20 Mar 2017 13:38:46 +0000 (09:38 -0400)
committerAdam <Adam@anope.org>
Mon, 20 Mar 2017 13:40:28 +0000 (09:40 -0400)
docs/conf/modules.conf.example

index acafb327c44275efbff9b18db666eb80db165127..d3cd2b537239bed24ac8ae64dd6e5eebafa622ad 100644 (file)
 #           binddn="cn=Manager,dc=brainbox,dc=cc"                     #
 #           bindauth="mysecretpass"                                   #
 #           verbose="yes"                                             #
-#           host="$uid.$ou.inspircd.org">                             #
+#           host="$uid.$ou.inspircd.org"                              #
+#           useusername="no">                                         #
 #                                                                     #
 # <ldapwhitelist cidr="10.42.0.0/16">                                 #
 #                                                                     #
 # The attribute value indicates the attribute which is used to locate #
 # a user account by name. On POSIX systems this is usually 'uid'.     #
 #                                                                     #
+# The useusername setting chooses whether the user's username or      #
+# nickname is used when locating a user account, if a username isn't  #
+# provided in PASS.                                                   #
+#                                                                     #
 # The server parameter indicates the LDAP server to connect to. The   #
 # ldap:// style scheme before the hostname proper is MANDATORY.       #
 #                                                                     #