diff options
Diffstat (limited to 'defparams.pl')
-rw-r--r-- | defparams.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl index 15232ad46..e2dcf7533 100644 --- a/defparams.pl +++ b/defparams.pl @@ -389,6 +389,14 @@ sub check_loginmethod { }, { + name => 'LDAPfilter', + desc => 'LDAP filter to AND with the <tt>LDAPuidattribute</tt> for ' . + 'filtering the list of valid users.', + type => 't', + default => '', + }, + + { name => 'loginmethod', desc => 'The type of login authentication to use: <dl> |