From c51f6dea7904beb2615cc034a9ce01d7d75b6c29 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 20 Mar 2017 09:38:46 -0400 Subject: [PATCH] modules.conf.example: document useusername in ldapauth --- docs/conf/modules.conf.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. # # # -- 2.39.2