1999-09-09 00:43:30 -04:00
|
|
|
# $OpenLDAP$
|
|
|
|
|
#
|
1998-08-08 20:43:13 -04:00
|
|
|
# ldap filter file
|
|
|
|
|
#
|
|
|
|
|
# lines like this that start with # or empty lines are ignored
|
|
|
|
|
#
|
|
|
|
|
# syntax:
|
|
|
|
|
#
|
|
|
|
|
# <tag>
|
|
|
|
|
# <pattern1> <delimiters> <filter1-1> <desc1-1> [<scope>]
|
|
|
|
|
# <filter1-2> <desc1-2> [<scope>]
|
|
|
|
|
#
|
|
|
|
|
# <pattern2> <delimiters> <filter2-1> <desc2-1> [<scope>] ...
|
|
|
|
|
#
|
|
|
|
|
# The "desc" should describe the filter and it should correctly complete
|
|
|
|
|
# both of the following phrases:
|
|
|
|
|
#
|
|
|
|
|
# One <desc> match was found for...
|
|
|
|
|
# Three <desc> 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"
|
1998-08-08 22:28:45 -04:00
|
|
|
"^$" "" "(objectclass=*)" "default filter"
|
1998-08-08 20:43:13 -04:00
|
|
|
"=" " " "%v" "arbitrary filter"
|
|
|
|
|
|
1998-08-08 22:28:45 -04:00
|
|
|
"^[0-9][0-9\-]*$" " " "(telephoneNumber=*%v)" "phone number"
|
1998-08-08 20:43:13 -04:00
|
|
|
|
|
|
|
|
"@" " " "(mail=%v)" "email address"
|
|
|
|
|
"(mail=%v*)" "start of email address"
|
|
|
|
|
|
1998-08-08 22:28:45 -04:00
|
|
|
"^.[\. _].*" ". _" "(cn=%v1* %v2-)" "first initial"
|
1998-08-08 20:43:13 -04:00
|
|
|
|
|
|
|
|
".*[. _].$" ". _" "(cn=%v1-*)" "last initial"
|
|
|
|
|
|
|
|
|
|
"[. _]" ". _" "(|(sn=%v1-)(cn=%v1-))" "exact"
|
|
|
|
|
"(|(sn~=%v1-)(cn~=%v1-))" "approximate"
|
|
|
|
|
|
1998-08-08 22:28:45 -04:00
|
|
|
".*" ". " "(|(cn=%v1)(sn=%v1)(ou=%v1))" "exact"
|
|
|
|
|
"(|(cn~=%v1)(sn~=%v1)(ou~=%v1))" "approximate"
|
1998-08-08 20:43:13 -04:00
|
|
|
|
|
|
|
|
"go500gw onelevel and web500gw onelevel and ufn first and ufn intermediate"
|
1998-08-08 22:28:45 -04:00
|
|
|
"^$" "" "(!(objectclass=dSA))" "default filter"
|
1998-08-08 20:43:13 -04:00
|
|
|
"=" " " "%v" "arbitrary filter"
|
|
|
|
|
|
1998-08-08 22:28:45 -04:00
|
|
|
"^..$" " " "(|(o=%v)(c=%v)(l=%v)(co=%v))" "exact2"
|
|
|
|
|
"(|(o~=%v)(c~=%v)(l~=%v)(co~=%v))" "approximate2"
|
1998-08-08 20:43:13 -04:00
|
|
|
|
|
|
|
|
" " " " "(|(o=%v)(l=%v)(co=%v)(ou=%v))" "exact"
|
|
|
|
|
"(|(o~=%v)(l~=%v)(co~=%v)(ou~=%v))" "approximate"
|
|
|
|
|
|
1998-08-08 22:28:45 -04:00
|
|
|
"\." " " "(associatedDomain=%v)" "exact"
|
1998-08-08 20:43:13 -04:00
|
|
|
|
|
|
|
|
".*" " " "(|(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"
|