# example 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. # "ldap-example" "=" " " "%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"