From 26af2c5aff21cfd8afad900858240ed3465cab85 Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Mon, 14 Jul 2003 20:35:09 +0000 Subject: Bug 122365 - Allow installation definable LDAP filters r,a=justdave --- defparams.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 15232ad46..e2dcf7533 100644 --- a/defparams.pl +++ b/defparams.pl @@ -388,6 +388,14 @@ sub check_loginmethod { default => 'mail' }, + { + name => 'LDAPfilter', + desc => 'LDAP filter to AND with the LDAPuidattribute for ' . + 'filtering the list of valid users.', + type => 't', + default => '', + }, + { name => 'loginmethod', desc => 'The type of login authentication to use: -- cgit v1.2.3-24-g4f1b