summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsgw/config/fr/dsgwsearchprefs.conf
blob: ac4cec44667cf763d10bf6907772741453fb53b4 (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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
#
# PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
# license terms. Copyright © 2001 Sun Microsystems, Inc.
# Some preexisting portions Copyright © 2001 Netscape Communications Corp.
# All rights reserved.
# 
# dsgwsearchprefs.conf - directory server gateway search object definitions


# the current version of this file format is 1
Version 1


# Name for this search object
People
# options (the only one supported right now is "internal" which means that
#   this search object should not be presented directly to the user)
#   use "" for none
""
# Label to place before text box user types in
"Rechercher :"
# Filter prefix to append to all searches
"(&(objectClass=person)"
# Tag to use for "Fewer Choices" searches - from ldapfilter.conf file
"dsgw-people"
# If a search results in > 1 match, retrieve this attribute to help
# user disambiguate the entries...
not-used-by-dsgw
# ...and label it with this string:
not-used-by-dsgw
# Search scope to use when searching
subtree
# Follows a list of "More Choices" search options.  Format is:
# Label, attribute, select-bitmap, extra attr display name, extra attr ldap name
# If last two are null, "Fewer Choices" name/attributes used.
# Label should begin with the article ("the" in English) for
# languages that require agreement between article and noun
# (e.g genders in Spanish or French).
"nom complet"                     		cn                 111111  ""  ""
"nom"                     			sn                 111111  ""  ""
"numéro de téléphone"     			"telephoneNumber"  111011  ""  ""
"adresse électronique"                	"mail"             111111  ""  ""
"id utilisateur"                      	"uid"              111111  ""  ""
"titre"                         		title              111111 "" ""
END
# Match types
"est"               		"(%a=%v))"
"n'est pas"               	"(!(%a=%v)))"
"ressemble à" 		  	  "(%a~=%v))"
"commence par"                  "(%a=%v*))"
"se termine par"                "(%a=*%v))"
"contient"                      "(%a=*%v*))"
END


"NT-People"
""
"Rechercher :"
"(&(objectClass=ntuser)"
"dsgw-ntpeople"
not-used-by-dsgw
not-used-by-dsgw
subtree
"nom complet"                     		cn                 111111  ""  ""
"nom"                     			sn                 111111  ""  ""
"numéro de téléphone"     			"telephoneNumber"  111011  ""  ""
"adresse électronique"           	"mail"             111111  ""  ""
"id utilisateur"                       	"uid"              111111  ""  ""
"titre"                         		title              111111 "" ""
"nom d'utilisateur NT"                   	"ntuserdomainid"   110000 "" ""
"domaine NT"                     		"ntuserdomainid"   101000 "" ""
"serveur de connexions NT"               	"ntuserlogonserver" 111111 "" ""
END
"est"               		"(%a=%v))"
"n'est pas"               	"(!(%a=%v)))"
"ressemble à"	 		  "(%a~=%v))"
"commence par"                  "(%a=%v*))"
"se termine par"            	  "(%a=*%v))"
"contient"                      "(%a=*%v*))"
END


Groups
""
"Rechercher :"
"(&(|(objectClass=rfc822MailGroup)(objectClass=groupOfNames)(objectClass=groupOfUniqueNames)(objectClass=groupOfCertificates))"
"dsgw-groups"
not-used-by-dsgw
not-used-by-dsgw
subtree
"nom"  	                cn                    111111  ""       ""
"description"                   description  	      111111  ""       ""
"propriétaire (DN)"  		  "owner"               000011  "owner"  "Owner"
"membre (DN)"                   "uniquemember"        000011  ""       ""
END
"est"                     	  "(%a=%v))"
"n'est pas"                     "(!(%a=%v)))"
"ressemble à"			  "(%a~=%v))"
"commence par"                  "(%a=%v*))"
"se termine par"                "(%a=*%v))"
"contient"                      "(%a=*%v*))"
END

NT-Groups
""
"Rechercher :"
"(&(objectClass=ntGroup)"
"dsgw-ntgroups"
not-used-by-dsgw
not-used-by-dsgw
subtree
"nom"  	                cn                    111111  ""       ""
"domaine NT"                     "ntgroupdomainid"   110000 "" ""
"nom du groupe NT"               "ntgroupdomainid"  101000 "" ""
"description"                    description  	      111111  ""       ""
"propriétaire (DN)"       	   "owner"              000011  "owner"  "Owner"
"membre (DN)"                    "uniquemember"       000011  ""       ""
END
"est"                            "(%a=%v))"
"n'est pas"                      "(!(%a=%v)))"
"ressemble à"		   "(%a~=%v))"
"commence par"                   "(%a=%v*))"
"se termine par"                 "(%a=*%v))"
"contient"                       "(%a=*%v*))"
END


Organizations
""
"Rechercher :"
"(&(objectClass=organization)"
"dsgw-organizations"
not-used-by-dsgw
not-used-by-dsgw
subtree
"nom"                          	o			111111  ""       ""
"emplacement"                       l			111111  ""       ""
"numéro de téléphone" 		telephoneNumber		111011  ""       ""
"description"                   	description			111011  ""       ""
END
"est"               			"(%a=%v))"
"n'est pas"               		"(!(%a=%v)))"
"ressemble à" 		        "(%a~=%v))"
"commence par"                   	  "(%a=%v*))"
"se termine par"                      "(%a=*%v))"
"contient"                      	  "(%a=*%v*))"
END


"Org-Units"
""
"Rechercher :"
"(&(objectClass=organizationalUnit)"
"dsgw-orgunits"
not-used-by-dsgw
not-used-by-dsgw
subtree
"nom"                          	ou			111111  ""       ""
"emplacement"                      	l			111111  ""       ""
"numéro de téléphone"   		telephoneNumber		111011  ""       ""
"description"                   	description			111111  ""       ""
END
"est"               		      "(%a=%v))"
"n'est pas"               		"(!(%a=%v)))"
"ressemble à" 		        "(%a~=%v))"
"commence par"                     	  "(%a=%v*))"
"se termine par"                      "(%a=*%v))"
"contient"                      	  "(%a=*%v*))"
END

Anything
""
"Rechercher :"
""
"dsgw-anything"
not-used-by-dsgw
not-used-by-dsgw
subtree
"nom commun" 	           	cn                    111111  ""       ""
"description"                 description           111111  ""       ""
END
"est"               		"(%a=%v)"
"n'est pas"               	"(!(%a=%v))"
"ressemble à"        	  "(%a~=%v)"
"commence par"             	  "(%a=%v*)"
"se termine par"            	  "(%a=*%v)"
"contient"                   	  "(%a=*%v*)"
END

Auth
internal
"Authentifier en tant que :"
"(&(objectClass=person)"
"dsgw-people"
not-used-by-dsgw
not-used-by-dsgw
subtree
"nom commun"                   	cn                 111111  ""  ""
"nom de famille"                   	sn                 111111  ""  ""
"numéro de téléphone" 		"telephoneNumber"  111011  ""  ""
"adresse électronique"             "mail"             111111  ""  ""
"id utilisateur"                   	"uid"              111111  ""  ""
"titre"                         	title              111111 "" ""
END
"est"               			"(%a=%v))"
"n'est pas"               		"(!(%a=%v)))"
"ressemble à" 		     	  "(%a~=%v))"
"commence par"                   	  "(%a=%v*))"
"se termine par"                      "(%a=*%v))"
"contient"                      	  "(%a=*%v*))"
END