1 # Version should be 1 now
5 # Name for this search object
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)
11 # Label to place before text box user types in
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
17 # If a search results in > 1 match, retrieve this attribute to help
18 # user disambiguate the entries...
20 # ...and label it with this string:
22 # Search scope to use when searching
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 "" ""
35 "exactly matches" "(%a=%v))"
36 "approximately matches" "(%a~=%v))"
37 "starts with" "(%a=%v*))"
38 "ends with" "(%a=*%v))"
39 "contains" "(%a=*%v*))"
47 "(&(objectClass=rfc822MailGroup)"
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 "" ""
58 "exactly matches" "(%a=%v))"
59 "approximately matches" "(%a~=%v))"
60 "starts with" "(%a=%v*))"
61 "ends with" "(%a=*%v))"
62 "contains" "(%a=*%v*))"
70 "(&(&(objectClass=rfc822MailGroup)(joinable=TRUE))"
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 "" ""
81 "exactly matches" "(%a=%v))"
82 "approximately matches" "(%a~=%v))"
83 "starts with" "(%a=%v*))"
84 "ends with" "(%a=*%v))"
85 "contains" "(%a=*%v*))"
93 "(&(objectClass=service)"
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*))"
116 "(&(objectClass=organization)"
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*))"
138 "(&(objectClass=document)"
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*))"