# BEGIN COPYRIGHT BLOCK # Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. # Copyright (C) 2005 Red Hat, Inc. # All rights reserved. # END COPYRIGHT BLOCK # # ldap filter file # # lines like this that start with # or empty lines are ignored # # syntax: # # # [] # [] # # [] ... # # The should describe the filter. It should correctly complete # the phrases (in the resource database) DBT_Found0EntriesWhere_, # DBT_Found1EntryWhere_ and DBT_FoundEntriesWhere_; for example: # # Found 1 entry where the '%v'. # Found no entries where the '%v'. # Found 3 entries where the '%v'. # # The should begin with the article ("the" in English) for # languages that require agreement between article and noun (e.g # genders in Spanish or French). # # The scope is optional, and should be one of: # "base" # "onelevel" # "subtree" # if it is included. # # Directory Server gateway # "dsgw-people" "=" " " "(%v))" "LDAP filter is" "^[+]*[0-9][ 0-9-]*$" " " "(telephoneNumber=*%v))" "phone number ends with" "@" " " "(mail=%v))" "email address is" "(mail=%v*))" "email address starts with" "^.[. _].*" ". _" "(cn=%v1* %v2-))" "first initial + name is" ".*[. _].$" ". _" "(cn=%v1-*))" "name + last initial is" "[. _]" ". _" "(|(sn=%v1-)(cn=%v1-)))" "name is" "(|(cn=*%v1-*)(sn=*%v1-*)(cn~=%v1-)(sn~=%v1-)))" "name sounds like or contains" "^\*$" " " "(|(cn=*)(sn=*)(uid=*)))" "name or user id is" "^.$" ". " "(|(cn=%v)(sn=%v)(uid=%v)))" "name or user id is" "^..$" ". " "(|(cn=%v*)(cn=*%v)(sn=%v*)(sn=*%v)(uid=%v*)(uid=*%v)))" "name or user id is" ".*" ". " "(|(cn=%v1)(sn=%v1)(uid=%v1)))" "name or user id is" "(|(cn=*%v1*)(sn=*%v1*)(cn~=%v1)(sn~=%v1)))" "name sounds like or contains" "dsgw-groups" "=" " " "(%v))" "LDAP filter is" "^\*$" " " "(cn=*))" "name is" ".*" ". _" "(cn=%v1-))" "name is" "(cn=*%v1-*))" "name contains" "(cn~=%v1-))" "name sounds like" "dsgw-ntgroups" "=" " " "(%v))" "LDAP filter is" "^\*$" " " "(cn=*))" "name is" ".*" ". _" "(cn=%v1-))" "name is" "(cn=*%v1-*))" "name contains" "(cn~=%v1-))" "name sounds like" "(ntgroupdomainid=%v:*))" "NT Domain name is" "(ntgroupdomainid=*:%v))" "NT Group is" "dsgw-organizations" "=" " " "(%v))" "LDAP filter is" # "\." " " "(associatedDomain=%v))" "associated domain is" "^\*$" " " "(o=*))" "name is" ".*" " " "(o=%v))" "name is" "(o=*%v*))" "name contains" "(o~=%v))" "name sounds like" "dsgw-domaincomponents" "=" " " "(%v))" "LDAP filter is" "\." " " "(associatedDomain=%v))" "associated domain is" "^\*$" " " "(dc=*))" "name is" ".*" " " "(dc=%v))" "name is" "(dc=*%v*))" "name contains" "(dc~=%v))" "name sounds like" "dsgw-orgunits" "=" " " "(%v))" "LDAP filter is" "\." " " "(associatedDomain=%v))" "associated domain is" "^\*$" " " "(ou=*))" "name is" ".*" " " "(ou=%v))" "name is" "(ou=*%v*))" "name contains" "(ou~=%v))" "name sounds like" "dsgw-anything" "=" " " "(%v)" "LDAP filter is" "[ ]" " " "(|(sn=%v1-)(cn=%v1-)(o=%v1-)(ou=%v1-))" "name is" "(|(sn~=%v1-)(cn~=%v1-)(o=%v1-)(ou=%v1-))" "name sounds like" "^\*$" " " "(|(cn=*)(sn=*)(o=*)(ou=*))" "name is" ".*" " " "(|(cn=%v1)(sn=%v1)(o=%v1)(ou=%v1))" "name is" "(|(cn=*%v1*)(sn=*%v1*)(cn~=%v1)(sn~=%v1)(o=%v1)(ou=%v1))" "name sounds like or contains" "dsgw-ntpeople" "=" " " "(%v))" "LDAP filter is" "^[+]*[0-9][ 0-9-]*$" " " "(telephoneNumber=*%v))" "phone number ends with" "@" " " "(mail=%v))" "email address is" "(mail=%v*))" "email address starts with" "^.[. _].*" ". _" "(cn=%v1* %v2-))" "first initial + name is" ".*[. _].$" ". _" "(cn=%v1-*))" "name + last initial is" "[. _]" ". _" "(|(sn=%v1-)(cn=%v1-)))" "name is" "(|(cn=*%v1-*)(sn=*%v1-*)(cn~=%v1-)(sn~=%v1-)))" "name sounds like or contains" "^\*$" " " "(|(cn=*)(sn=*)))" "name is" ".*" ". " "(|(cn=%v1)(sn=%v1)))" "name is" "(ntuserlogonserver=%v))" "NT logon server is" "(ntuserdomainid=%v:*))" "NT Domain name is" "(ntuserdomainid=*:%v))" "NT username is" "(|(cn=*%v1*)(sn=*%v1*)(cn~=%v1)(sn~=%v1)))" "name sounds like or contains" # Do not remove this line, or place any directives after it.