summaryrefslogtreecommitdiff
path: root/ldap/ldfilter.cfg
blob: c602f7d2e716dc5331a8598e1f92d27a249a44a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# 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"
    "="		" "	"%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"