From 094ca96844842928810f14844413109fc6cdd890 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 3 Feb 2013 00:59:38 -0700 Subject: Initial Alpine Version --- ldap/ldfilter.cfg | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100755 ldap/ldfilter.cfg (limited to 'ldap/ldfilter.cfg') diff --git a/ldap/ldfilter.cfg b/ldap/ldfilter.cfg new file mode 100755 index 00000000..c602f7d2 --- /dev/null +++ b/ldap/ldfilter.cfg @@ -0,0 +1,105 @@ +# ldap filter file +# +# lines like this that start with # or empty lines are ignored +# +# syntax: +# +# +# [] +# [] +# +# [] ... +# +# The "desc" should describe the filter and it should correctly complete +# both of the following phrases: +# +# One match was found for... +# Three matches were found for... +# +# The scope is optional, and should be one of: +# "base" +# "onelevel" +# "subtree" +# if it is included. +# + +"finger and ud and go500 and go500gw subtree and web500gw subtree and rp500 and rcpt500 and ufn last" + "=" " " "%v" "arbitrary filter" + + "^[0-9][0-9-]*$" " " "(telephoneNumber=*%v)" "phone number" + + "@" " " "(mail=%v)" "email address" + "(mail=%v*)" "start of email address" + + "^.[. _].*" ". _" "(cn=%v1* %v2-)" "first initial" + + ".*[. _].$" ". _" "(cn=%v1-*)" "last initial" + + "[. _]" ". _" "(|(sn=%v1-)(cn=%v1-))" "exact" + "(|(sn~=%v1-)(cn~=%v1-))" "approximate" + + ".*" ". " "(|(cn=%v1)(sn=%v1)(uid=%v1))" "exact" + "(|(cn~=%v1)(sn~=%v1))" "approximate" + +"go500gw onelevel and web500gw onelevel and ufn first and ufn intermediate" + "=" " " "%v" "arbitrary filter" + + "^..$" " " "(|(o=%v)(c=%v)(l=%v)(co=%v))" "exact" + "(|(o~=%v)(c~=%v)(l~=%v)(co~=%v))" "approximate" + + " " " " "(|(o=%v)(l=%v)(co=%v)(ou=%v))" "exact" + "(|(o~=%v)(l~=%v)(co~=%v)(ou~=%v))" "approximate" + + "\." " " "(associatedDomain=%v)" "exact" + + ".*" " " "(|(o=%v)(l=%v)(co=%v)(ou=%v))" "exact" + "(|(o~=%v)(l~=%v)(co~=%v)(ou~=%v))" "approximate" + + +# +# xax500 +# + +"xax500" + "=" " " "(%v)" "arbitrary filter" + + "^[0-9][0-9-]*$" " " "(telephoneNumber=*%v)" "phone number" + + "@" " " "(mail=%v)" "email address" + "(mail=%v*)" "start of email address" + + "^.[. _].*" ". _" "(cn=%v1* %v2-)" "first initial" + + ".*[. _].$" ". _" "(cn=%v1-*)" "last initial" + + "[. _]" ". _" "(|(sn=%v1-)(cn=%v1-))" "exact" + "(|(sn~=%v1-)(cn~=%v1-))" "approximate" + + ".*" ". " "(|(cn=%v1)(sn=%v1)(uid=%v1))" "exact" + "(|(cn=%v1)(sn~=%v1))" "approximate" + + +"xax500-auth" + "=" " " "(%v)" "arbitrary filter" + + "^[0-9][0-9-]*$" " " "(telephoneNumber=*%v)" "phone number" + + "@" " " "(mail=%v)" "email address" + "(mail=%v*)" "start of email address" + + "^.[. _].*" ". _" "(cn=%v1* %v2-)" "first initial" + + ".*[. _].$" ". _" "(cn=%v1-*)" "last initial" + + "[. _]" ". _" "(|(sn=%v1-)(cn=%v1-))" "exact" + "(|(sn~=%v1-)(cn~=%v1-))" "approximate" + + ".*" ". " "(|(cn=%v1)(sn=%v1)(uid=%v1))" "exact" + "(|(cn=%v1)(sn~=%v1))" "approximate" + +"list500" + "[. _]" ". _" "(|(sn=%v1-)(cn=%v1-))" "exact" + "(|(sn~=%v1-)(cn~=%v1-))" "approximate" + + ".*" ". " "(|(cn=%v1)(sn=%v1)(uid=%v1))" "exact" + "(|(cn~=%v1)(sn~=%v1))" "approximate" -- cgit v1.2.3-54-g00ecf