]> git.sur5r.net Git - openldap/blob - doc/man/man1/ldapsearch.1
Sync with HEAD
[openldap] / doc / man / man1 / ldapsearch.1
1 .TH LDAPSEARCH 1 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" $OpenLDAP$
3 .\" Copyright 1998-2005 The OpenLDAP Foundation All Rights Reserved.
4 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
5 .SH NAME
6 ldapsearch \- LDAP search tool
7 .SH SYNOPSIS
8 .B ldapsearch
9 [\c
10 .BR \-n ]
11 [\c
12 .BR \-u ]
13 [\c
14 .BR \-v ]
15 [\c
16 .BR \-t ]
17 [\c
18 .BR \-A ]
19 [\c
20 .BR \-L[L[L]] ]
21 [\c
22 .BR \-M[M] ]
23 [\c
24 .BI \-d \ debuglevel\fR]
25 [\c
26 .BI \-f \ file\fR]
27 [\c
28 .BI \-D \ binddn\fR]
29 [\c
30 .BR \-W ]
31 [\c
32 .BI \-w \ passwd\fR]
33 [\c
34 .BI \-y \ passwdfile\fR]
35 [\c
36 .BI \-H \ ldapuri\fR]
37 [\c
38 .BI \-h \ ldaphost\fR]
39 [\c
40 .BI \-p \ ldapport\fR]
41 [\c
42 .BI \-P \ 2\fR\||\|\fI3\fR]
43 [\c
44 .BI \-b \ searchbase\fR]
45 [\c
46 .BI \-s \ base\fR\||\|\fIone\fR\||\|\fIsub\fR]
47 [\c
48 .BI \-a \ never\fR\||\|\fIalways\fR\||\|\fIsearch\fR\||\|\fIfind\fR]
49 [\c
50 .BI \-l \ timelimit\fR]
51 [\c
52 .BI \-z \ sizelimit\fR]
53 [\c
54 .BR \-O \ security-properties ]
55 [\c
56 .BR \-I ]
57 [\c
58 .BR \-Q ]
59 [\c
60 .BI \-U \ authcid\fR]
61 [\c
62 .BI \-R \ realm\fR]
63 [\c
64 .BR \-x ]
65 [\c
66 .BI \-X \ authzid\fR]
67 [\c
68 .BI \-Y \ mech\fR]
69 [\c
70 .BR \-Z[Z] ]
71 .I filter
72 [\c
73 .IR attrs... ]
74 .SH DESCRIPTION
75 .I ldapsearch
76 is a shell-accessible interface to the
77 .BR ldap_search (3)
78 library call.
79 .LP
80 .B ldapsearch
81 opens a connection to an LDAP server, binds, and performs a search
82 using specified parameters.   The \fIfilter\fP should conform to
83 the string representation for search filters as defined in RFC 2254.
84 If not provided, the default filter, (objectClass=*), is used.
85 .LP
86 If
87 .B ldapsearch finds one or more entries, the attributes specified by
88 \fIattrs\fP are returned.  If * is listed, all user attributes are
89 returned.  If + is listed, all operational attributes are returned.
90 If no \fIattrs\fP are listed, all user attributes are returned.  If only
91 1.1 is listed, no attributes will be returned.
92 .SH OPTIONS
93 .TP
94 .B \-n
95 Show what would be done, but don't actually perform the search.  Useful for
96 debugging in conjunction with -v.
97 .TP
98 .B \-u
99 Include the User Friendly Name form of the Distinguished Name (DN)
100 in the output.
101 .TP
102 .B \-v
103 Run in verbose mode, with many diagnostics written to standard output.
104 .TP
105 .B \-t
106 Write retrieved non-printable values to a set of temporary files.  This
107 is useful for dealing with values containing non-character data such as
108 jpegPhoto or audio.
109 .TP
110 .B \-A
111 Retrieve attributes only (no values).  This is useful when you just want to
112 see if an attribute is present in an entry and are not interested in the
113 specific values.
114 .TP
115 .B \-L
116 Search results are display in LDAP Data Interchange Format detailed in
117 .BR ldif (5).
118 A single -L restricts the output to LDIFv1.
119 A second -L disables comments.
120 A third -L disables printing of the LDIF version.
121 The default is to use an extended version of LDIF.
122 .TP
123 .B \-M[M]
124 Enable manage DSA IT control.
125 .B \-MM
126 makes control critical.
127 .TP
128 .BI \-S \ attribute
129 Sort the entries returned based on \fIattribute\fP. The default is not
130 to sort entries returned.  If \fIattribute\fP is a zero-length string (""),
131 the entries are sorted by the components of their Distinguished Name.  See
132 .BR ldap_sort (3)
133 for more details. Note that
134 .B ldapsearch
135 normally prints out entries as it receives them. The use of the
136 .B \-S
137 option defeats this behavior, causing all entries to be retrieved,
138 then sorted, then printed.
139 .TP
140 .BI \-d \ debuglevel
141 Set the LDAP debugging level to \fIdebuglevel\fP.
142 .B ldapsearch
143 must be compiled with LDAP_DEBUG defined for this option to have any effect.
144 .TP
145 .BI \-f \ file
146 Read a series of lines from \fIfile\fP, performing one LDAP search for
147 each line.  In this case, the \fIfilter\fP given on the command line
148 is treated as a pattern where the first occurrence of \fB%s\fP is
149 replaced with a line from \fIfile\fP.  If \fIfile\fP is a single \fI-\fP
150 character, then the lines are read from standard input.
151 .TP
152 .B \-x 
153 Use simple authentication instead of SASL.
154 .TP
155 .BI \-D \ binddn
156 Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
157 .TP
158 .B \-W
159 Prompt for simple authentication.
160 This is used instead of specifying the password on the command line.
161 .TP
162 .BI \-w \ passwd
163 Use \fIpasswd\fP as the password for simple authentication.
164 .TP
165 .BI \-y \ passwdfile
166 Use complete contents of \fIpasswdfile\fP as the password for
167 simple authentication.
168 .TP
169 .BI \-H \ ldapuri
170 Specify URI(s) referring to the ldap server(s); only the protocol/host/port
171 fields are allowed; a list of URI, separated by whitespace or commas
172 is expected.
173 .TP
174 .BI \-h \ ldaphost
175 Specify an alternate host on which the ldap server is running.
176 Deprecated in favor of -H.
177 .TP
178 .BI \-p \ ldapport
179 Specify an alternate TCP port where the ldap server is listening.
180 Deprecated in favor of -H.
181 .TP
182 .BI \-b \ searchbase
183 Use \fIsearchbase\fP as the starting point for the search instead of
184 the default.
185 .TP
186 .BI \-s \ base\fR\||\|\fIone\fR\||\|\fIsub
187 Specify the scope of the search to be one of
188 .IR base ,
189 .IR one ,
190 or
191 .I sub
192 to specify a base object, one-level, or subtree search.  The default
193 is
194 .IR sub .
195 .TP
196 .BI \-a \ never\fR\||\|\fIalways\fR\||\|\fIsearch\fR\||\|\fIfind
197 Specify how aliases dereferencing is done.  Should be one of
198 .IR never ,
199 .IR always ,
200 .IR search ,
201 or
202 .I find
203 to specify that aliases are never dereferenced, always dereferenced,
204 dereferenced when searching, or dereferenced only when locating the
205 base object for the search.  The default is to never dereference aliases.
206 .TP
207 .BI \-P \ 2\fR\||\|\fI3
208 Specify the LDAP protocol version to use.
209 .TP
210 .BI \-l \ timelimit
211 wait at most \fItimelimit\fP seconds for a search to complete.
212 A timelimit of
213 .I 0
214 (zero) or
215 .I none
216 means no limit.
217 A timelimit of
218 .I max
219 means the maximum integer allowable by the protocol.
220 A server may impose a maximal timelimit which only
221 the root user may override.
222 .TP
223 .BI \-z \ sizelimit
224 retrieve at most \fIsizelimit\fP entries for a search.
225 A sizelimit of
226 .I 0
227 (zero) or
228 .I none
229 means no limit.
230 A sizelimit of
231 .I max
232 means the maximum integer allowable by the protocol.
233 A server may impose a maximal sizelimit which only
234 the root user may override.
235 .TP
236 .BI \-O \ security-properties
237 Specify SASL security properties.
238 .TP
239 .B \-I
240 Enable SASL Interactive mode.  Always prompt.  Default is to prompt
241 only as needed.
242 .TP
243 .B \-Q
244 Enable SASL Quiet mode.  Never prompt.
245 .TP
246 .BI \-U \ authcid
247 Specify the authentication ID for SASL bind. The form of the ID
248 depends on the actual SASL mechanism used.
249 .TP
250 .BI \-R \ realm
251 Specify the realm of authentication ID for SASL bind. The form of the realm
252 depends on the actual SASL mechanism used.
253 .TP
254 .BI \-X \ authzid
255 Specify the requested authorization ID for SASL bind.
256 .I authzid
257 must be one of the following formats:
258 .B dn:\c
259 .I <distinguished name>
260 or
261 .B u:\c
262 .I <username>
263 .TP
264 .BI \-Y \ mech
265 Specify the SASL mechanism to be used for authentication. If it's not
266 specified, the program will choose the best mechanism the server knows.
267 .TP
268 .B \-Z[Z]
269 Issue StartTLS (Transport Layer Security) extended operation. If you use
270 .B \-ZZ\c
271 , the command will require the operation to be successful.
272 .SH OUTPUT FORMAT
273 If one or more entries are found, each entry is written to standard
274 output in LDAP Data Interchange Format or
275 .BR ldif (5):
276 .LP
277 .nf
278     version: 1
279
280     # bjensen, example, net
281     dn: uid=bjensen,dc=example,dc=net
282     objectClass: person
283     objectClass: dcObject
284     uid: bjensen
285     cn: Barbara Jensen
286     sn: Jensen
287     ...
288 .fi
289 .LP
290 If the -t option is used, the URI of a temporary file
291 is used in place of the actual value.  If the -A option
292 is given, only the "attributename" part is written.
293 .SH EXAMPLE
294 The following command:
295 .LP
296 .nf
297     ldapsearch -LLL "(sn=smith)" cn sn telephoneNumber
298 .fi
299 .LP
300 will perform a subtree search (using the default search base and
301 other parameters defined in
302 .BR ldap.conf (5))
303 for entries with a surname (sn) of smith.  The common name (cn), surname
304 (sn) and telephoneNumber values will be retrieved and printed to
305 standard output.
306 The output might look something like this if two entries are found:
307 .LP
308 .nf
309     dn: uid=jts,dc=example,dc=com
310     cn: John Smith
311     cn: John T. Smith
312     sn: Smith
313     sn;lang-en: Smith
314     sn;lang-de: Schmidt
315     telephoneNumber: 1 555 123-4567
316
317     dn: uid=sss,dc=example,dc=com
318     cn: Steve Smith
319     cn: Steve S. Smith
320     sn: Smith
321     sn;lang-en: Smith
322     sn;lang-de: Schmidt
323     telephoneNumber: 1 555 765-4321
324 .fi
325 .LP
326 The command:
327 .LP
328 .nf
329     ldapsearch -LLL -u -t "(uid=xyz)" jpegPhoto audio
330 .fi
331 .LP
332 will perform a subtree search using the default search base for entries
333 with user id of "xyz".  The user friendly form of the entry's DN will be
334 output after the line that contains the DN itself, and the jpegPhoto
335 and audio values will be retrieved and written to temporary files.  The
336 output might look like this if one entry with one value for each of the
337 requested attributes is found:
338 .LP
339 .nf
340     dn: uid=xyz,dc=example,dc=com
341     ufn: xyz, example, com
342     audio:< file:///tmp/ldapsearch-audio-a19924
343     jpegPhoto:< file:///tmp/ldapsearch-jpegPhoto-a19924
344 .fi
345 .LP
346 This command:
347 .LP
348 .nf
349     ldapsearch -LLL -s one -b "c=US" "(o=University*)" o description
350 .fi
351 .LP
352 will perform a one-level search at the c=US level for all entries
353 whose organization name (o) begins begins with \fBUniversity\fP.
354 The organization name and description attribute values will be retrieved
355 and printed to standard output, resulting in output similar to this:
356 .LP
357 .nf
358     dn: o=University of Alaska Fairbanks,c=US
359     o: University of Alaska Fairbanks
360     description: Preparing Alaska for a brave new yesterday
361     description: leaf node only
362
363     dn: o=University of Colorado at Boulder,c=US
364     o: University of Colorado at Boulder
365     description: No personnel information
366     description: Institution of education and research
367
368     dn: o=University of Colorado at Denver,c=US
369     o: University of Colorado at Denver
370     o: UCD
371     o: CU/Denver
372     o: CU-Denver
373     description: Institute for Higher Learning and Research
374
375     dn: o=University of Florida,c=US
376     o: University of Florida
377     o: UFl
378     description: Warper of young minds
379
380     ...
381 .fi
382 .SH DIAGNOSTICS
383 Exit status is zero if no errors occur.
384 Errors result in a non-zero exit status and
385 a diagnostic message being written to standard error.
386 .SH "SEE ALSO"
387 .BR ldapadd (1),
388 .BR ldapdelete (1),
389 .BR ldapmodify (1),
390 .BR ldapmodrdn (1),
391 .BR ldap.conf (5),
392 .BR ldif (5),
393 .BR ldap (3),
394 .BR ldap_search (3)
395 .SH AUTHOR
396 The OpenLDAP Project <http://www.openldap.org/>
397 .SH ACKNOWLEDGEMENTS
398 .B OpenLDAP
399 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
400 .B OpenLDAP
401 is derived from University of Michigan LDAP 3.3 Release.