]> git.sur5r.net Git - openldap/blob - libraries/libldap/ldapsearchprefs.conf
Add OpenLDAP RCSid to conf files
[openldap] / libraries / libldap / ldapsearchprefs.conf
1 # $OpenLDAP$
2 # Version should be 1 now
3 Version 1
4 #
5 #
6 # Name for this search object
7 People
8 # options (the only one supported right now is "internal" which means that
9 #   this search object should not be presented directly to the user)
10 #   use "" for none
11 ""
12 # Label to place before text box user types in
13 "Search For:"
14 # Filter prefix to append to all "More Choices" searches
15 "(&(objectClass=person)"
16 # Tag to use for "Fewer Choices" searches - from ldapfilter.conf file
17 "xax500"
18 # If a search results in > 1 match, retrieve this attribute to help
19 # user disambiguate the entries...
20 title
21 # ...and label it with this string:
22 "Title"
23 # Search scope to use when searching
24 subtree
25 # Follows a list of "More Choices" search options.  Format is:
26 # Label, attribute, select-bitmap, extra attr display name, extra attr ldap name
27 # If last two are null, "Fewer Choices" name/attributes used
28 "Common Name"                   cn                 11111  ""  ""
29 "Surname"                       sn                 11111  ""  ""
30 "Business Phone"                "telephoneNumber"  11101  ""  ""
31 "E-Mail Address"                "mail"             11111  ""  ""
32 "Uniqname"                      "uid"              11111  ""  ""
33 "Title"                         title              11111 "" ""
34 END
35 # Match types
36 "exactly matches"               "(%a=%v))"
37 "approximately matches"         "(%a~=%v))"
38 "starts with"                   "(%a=%v*))"
39 "ends with"                     "(%a=*%v))"
40 "contains"                      "(%a=*%v*))"
41 END
42 #
43 #
44 #
45 Groups
46 ""
47 "Search For:"
48 "(&(objectClass=rfc822MailGroup)"
49 "xax500"
50 multilineDescription
51 "Description"
52 subtree
53 "Common Name"                   cn                    11111  ""       ""
54 "Description"                   multilineDescription  11101  ""       ""
55 "Owner"                         "owner"               00001  "owner"  "Owner"
56 "X.500 Member"                  "member"              00001  ""       ""
57 "E-Mail Member"                 "mail"                00101  ""       ""
58 END
59 "exactly matches"               "(%a=%v))"
60 "approximately matches"         "(%a~=%v))"
61 "starts with"                   "(%a=%v*))"
62 "ends with"                     "(%a=*%v))"
63 "contains"                      "(%a=*%v*))"
64 END
65 #
66 #
67 #
68 "Joinable Groups"
69 ""
70 "Search For:"
71 "(&(&(objectClass=rfc822MailGroup)(joinable=TRUE))"
72 "xax500"
73 multilineDescription
74 "Description"
75 subtree
76 "Common Name"                   cn                    11111  ""       ""
77 "Description"                   multilineDescription  11101  ""       ""
78 "Owner"                         "owner"               00001  "owner"  "Owner"
79 "X.500 Member"                  "member"              00001  ""       ""
80 "E-Mail Member"                 "mail"                00101  ""       ""
81 END
82 "exactly matches"               "(%a=%v))"
83 "approximately matches"         "(%a~=%v))"
84 "starts with"                   "(%a=%v*))"
85 "ends with"                     "(%a=*%v))"
86 "contains"                      "(%a=*%v*))"
87 END
88 #
89 #
90 #
91 Services
92 ""
93 "Search For:"
94 "(&(objectClass=service)"
95 "xax500"
96 multilineDescription
97 "Description"
98 subtree
99 "Common Name"                   cn                    11111  ""       ""
100 "Description"                   multilineDescription  11101  ""       ""
101 "Owner"                         "owner"               00001  "owner"  "Owner"
102 "Keywords"                      "keywords"            11111  ""       ""
103 "Hours"                         "hoursOfOperation"    11111  ""       ""
104 END
105 "exactly matches"               "(%a=%v))"
106 "approximately matches"         "(%a~=%v))"
107 "starts with"                   "(%a=%v*))"
108 "ends with"                     "(%a=*%v))"
109 "contains"                      "(%a=*%v*))"
110 END
111 #
112 #
113 #
114 Organizations
115 ""
116 "Search For:"
117 "(&(objectClass=organization)"
118 "xax500"
119 multilineDescription
120 "Description"
121 subtree
122 "Name"                          organizationName      01111  ""       ""
123 "Location"                      localityName          11111  ""       ""
124 "Phone Number"                  "telephoneNumber"     10111  ""       ""
125 "Description"                   description           10111  ""       ""
126 END
127 "exactly matches"               "(%a=%v))"
128 "approximately matches"         "(%a~=%v))"
129 "starts with"                   "(%a=%v*))"
130 "ends with"                     "(%a=*%v))"
131 "contains"                      "(%a=*%v*))"
132 END
133 #
134 #
135 #
136 Documents
137 ""
138 "Search For:"
139 "(&(objectClass=document)"
140 "xax500"
141 multilineDescription
142 "Description"
143 subtree
144 "Document Title"                 cn                   11111  ""       ""
145 "Keyword"                       "keywords"            11111  ""       ""
146 "Category"                      "category"            11111  ""       ""
147 "Document Number"               "documentIdentifier"  11111  ""       ""
148 END
149 "exactly matches"               "(%a=%v))"
150 "approximately matches"         "(%a~=%v))"
151 "starts with"                   "(%a=%v*))"
152 "ends with"                     "(%a=*%v))"
153 "contains"                      "(%a=*%v*))"
154 END