diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.conf.example | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 1cedb05b1..aa9b4c4ee 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1477,7 +1477,7 @@ # killreason="Access denied" # # verbose="yes" # # host="$uid.$ou.inspircd.org" # -# useusername="no"> # +# field="nickname"> # # # # <ldapexemption mask="*!*@10.42.0.0/16"> # # <ldapexemption mask="Guest*!*@*"> # @@ -1490,9 +1490,8 @@ # 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 field setting chooses where to select the LDAP username from. # +# Valid options are "nickname", "username", and "password". # # # # Killreason indicates the QUIT reason to give to users if they fail # # to authenticate. # |
