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