From: Adam Date: Mon, 20 Mar 2017 13:38:46 +0000 (-0400) Subject: modules.conf.example: document useusername in ldapauth X-Git-Tag: v2.0.24~14 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=c51f6dea7904beb2615cc034a9ce01d7d75b6c29;p=user%2Fhenk%2Fcode%2Finspircd.git modules.conf.example: document useusername in ldapauth --- diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index acafb327c..d3cd2b537 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1009,7 +1009,8 @@ # binddn="cn=Manager,dc=brainbox,dc=cc" # # bindauth="mysecretpass" # # verbose="yes" # -# host="$uid.$ou.inspircd.org"> # +# host="$uid.$ou.inspircd.org" # +# useusername="no"> # # # # # # # @@ -1021,6 +1022,10 @@ # 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. # # #