openldap/doc/man/man1/ldapsearch.1

474 lines
13 KiB
Groff
Raw Normal View History

2002-06-13 11:59:10 +08:00
.TH LDAPSEARCH 1 "RELEASEDATE" "OpenLDAP LDVERSION"
1999-09-12 12:41:47 +08:00
.\" $OpenLDAP$
2010-04-14 06:17:29 +08:00
.\" Copyright 1998-2010 The OpenLDAP Foundation All Rights Reserved.
1999-09-12 12:41:47 +08:00
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
1998-08-09 08:43:13 +08:00
.SH NAME
1999-08-20 01:02:36 +08:00
ldapsearch \- LDAP search tool
1998-08-09 08:43:13 +08:00
.SH SYNOPSIS
.B ldapsearch
[\c
.BR \-n ]
[\c
2006-08-26 00:20:48 +08:00
.BR \-c ]
[\c
.BR \-u ]
[\c
.BR \-v ]
[\c
2009-06-03 08:43:44 +08:00
.BR \-t [ t ]]
[\c
.BI \-T \ path\fR]
[\c
.BI \-F \ prefix\fR]
[\c
.BR \-A ]
[\c
2009-06-03 08:43:44 +08:00
.BR \-L [ L [ L ]]]
[\c
2009-06-03 08:43:44 +08:00
.BR \-M [ M ]]
[\c
.BI \-S \ attribute\fR]
[\c
.BI \-d \ debuglevel\fR]
[\c
.BI \-f \ file\fR]
[\c
.BR \-x ]
[\c
.BI \-D \ binddn\fR]
[\c
.BR \-W ]
[\c
2002-08-24 14:19:39 +08:00
.BI \-w \ passwd\fR]
[\c
.BI \-y \ passwdfile\fR]
[\c
2000-08-25 13:31:59 +08:00
.BI \-H \ ldapuri\fR]
[\c
.BI \-h \ ldaphost\fR]
[\c
.BI \-p \ ldapport\fR]
[\c
.BI \-b \ searchbase\fR]
[\c
2009-06-03 08:43:44 +08:00
.BR \-s \ { base \||\| one \||\| sub \||\| children }]
[\c
2009-06-03 08:43:44 +08:00
.BR \-a \ { never \||\| always \||\| search \||\| find }]
[\c
2009-06-03 08:43:44 +08:00
.BR \-P \ { 2 \||\| 3 }]
[\c
2009-06-03 08:43:44 +08:00
.BR \-e \ [ ! ] \fIext\fP [ =\fIextparam\fP ]]
[\c
2009-06-03 08:43:44 +08:00
.BR \-E \ [ ! ] \fIext\fP [ =\fIextparam\fP ]]
[\c
.BI \-l \ timelimit\fR]
[\c
.BI \-z \ sizelimit\fR]
[\c
2009-06-03 08:43:44 +08:00
.BI \-O \ security-properties\fR]
[\c
2000-07-17 10:43:41 +08:00
.BR \-I ]
[\c
.BR \-Q ]
[\c
2001-01-18 16:04:56 +08:00
.BI \-U \ authcid\fR]
[\c
2002-09-03 03:25:10 +08:00
.BI \-R \ realm\fR]
[\c
.BI \-X \ authzid\fR]
[\c
.BI \-Y \ mech\fR]
[\c
2009-06-03 08:43:44 +08:00
.BR \-Z [ Z ]]
.I filter
[\c
.IR attrs... ]
1998-08-09 08:43:13 +08:00
.SH DESCRIPTION
.I ldapsearch
is a shell-accessible interface to the
2006-06-14 08:28:16 +08:00
.BR ldap_search_ext (3)
1998-08-09 08:43:13 +08:00
library call.
.LP
.B ldapsearch
opens a connection to an LDAP server, binds, and performs a search
2000-10-04 09:50:49 +08:00
using specified parameters. The \fIfilter\fP should conform to
2006-06-10 01:20:38 +08:00
the string representation for search filters as defined in RFC 4515.
2009-07-13 21:33:01 +08:00
If not provided, the default filter, \fB(objectClass=*)\fP, is used.
1998-08-09 08:43:13 +08:00
.LP
If
2006-07-24 05:48:47 +08:00
.B ldapsearch
finds one or more entries, the attributes specified by
2009-07-13 21:33:01 +08:00
\fIattrs\fP are returned. If \fB*\fP is listed, all user attributes are
returned. If \fB+\fP is listed, all operational attributes are returned.
2001-07-30 15:03:31 +08:00
If no \fIattrs\fP are listed, all user attributes are returned. If only
2000-10-04 09:50:49 +08:00
1.1 is listed, no attributes will be returned.
.LP
The search results are displayed using an extended version of LDIF.
Option \fI\-L\fP controls the format of the output.
1998-08-09 08:43:13 +08:00
.SH OPTIONS
.TP
.B \-n
Show what would be done, but don't actually perform the search. Useful for
2009-07-13 21:33:01 +08:00
debugging in conjunction with \fB\-v\fP.
1998-08-09 08:43:13 +08:00
.TP
2006-08-26 00:20:48 +08:00
.B \-c
Continuous operation mode. Errors are reported, but ldapsearch will continue
with searches. The default is to exit after reporting an error. Only useful
2009-07-13 21:33:01 +08:00
in conjunction with \fB\-f\fP.
2006-08-26 00:20:48 +08:00
.TP
1998-08-09 08:43:13 +08:00
.B \-u
2000-08-20 14:21:38 +08:00
Include the User Friendly Name form of the Distinguished Name (DN)
in the output.
1998-08-09 08:43:13 +08:00
.TP
.B \-v
2000-08-20 14:21:38 +08:00
Run in verbose mode, with many diagnostics written to standard output.
1998-08-09 08:43:13 +08:00
.TP
2009-06-03 08:43:44 +08:00
.BR \-t [ t ]
A single \fB\-t\fP writes retrieved non-printable values to a set of temporary
files. This is useful for dealing with values containing non-character
2009-06-03 08:43:44 +08:00
data such as jpegPhoto or audio. A second \fB\-t\fP writes all retrieved values to
files.
.TP
.BI \-T \ path
Write temporary files to directory specified by \fIpath\fP (default:
2009-06-03 08:43:44 +08:00
\fB/var/tmp/\fP)
.TP
.BI \-F \ prefix
2009-06-03 08:43:44 +08:00
URL prefix for temporary files. Default is \fBfile://\fIpath\fP where
\fIpath\fP is \fB/var/tmp/\fP or specified with \fB\-T\fP.
1998-08-09 08:43:13 +08:00
.TP
.B \-A
Retrieve attributes only (no values). This is useful when you just want to
see if an attribute is present in an entry and are not interested in the
specific values.
.TP
.B \-L
2000-08-20 14:31:32 +08:00
Search results are display in LDAP Data Interchange Format detailed in
2000-08-20 14:23:51 +08:00
.BR ldif (5).
2009-06-03 08:43:44 +08:00
A single \fB\-L\fP restricts the output to LDIFv1.
A second \fB\-L\fP disables comments.
A third \fB\-L\fP disables printing of the LDIF version.
2000-08-20 14:31:32 +08:00
The default is to use an extended version of LDIF.
1998-08-09 08:43:13 +08:00
.TP
2009-06-03 08:43:44 +08:00
.BR \-M [ M ]
Enable manage DSA IT control.
.B \-MM
makes control critical.
.TP
.BI \-S \ attribute
1998-08-09 08:43:13 +08:00
Sort the entries returned based on \fIattribute\fP. The default is not
to sort entries returned. If \fIattribute\fP is a zero-length string (""),
2005-07-04 14:57:10 +08:00
the entries are sorted by the components of their Distinguished Name. See
1998-08-09 08:43:13 +08:00
.BR ldap_sort (3)
for more details. Note that
.B ldapsearch
2009-06-03 08:43:44 +08:00
normally prints out entries as it receives them. The use of the \fB\-S\fP
1998-08-09 08:43:13 +08:00
option defeats this behavior, causing all entries to be retrieved,
then sorted, then printed.
.TP
.BI \-d \ debuglevel
1998-08-09 08:43:13 +08:00
Set the LDAP debugging level to \fIdebuglevel\fP.
.B ldapsearch
must be compiled with LDAP_DEBUG defined for this option to have any effect.
.TP
.BI \-f \ file
1998-08-09 08:43:13 +08:00
Read a series of lines from \fIfile\fP, performing one LDAP search for
each line. In this case, the \fIfilter\fP given on the command line
2006-08-24 11:15:57 +08:00
is treated as a pattern where the first and only occurrence of \fB%s\fP
2007-08-06 23:05:15 +08:00
is replaced with a line from \fIfile\fP. Any other occurrence of the
2006-08-24 11:15:57 +08:00
the \fB%\fP character in the pattern will be regarded as an error.
Where it is desired that the search filter include a \fB%\fP character,
the character should be encoded as \fB\\25\fP (see RFC 4515).
If \fIfile\fP is a single
2009-06-03 08:43:44 +08:00
\fB\-\fP character, then the lines are read from standard input.
2006-08-26 00:20:48 +08:00
.B ldapsearch
will exit when the first non-successful search result is returned,
2009-06-03 08:43:44 +08:00
unless \fB\-c\fP is used.
1998-08-09 08:43:13 +08:00
.TP
2000-07-16 08:52:04 +08:00
.B \-x
Use simple authentication instead of SASL.
.TP
.BI \-D \ binddn
2000-08-20 14:21:38 +08:00
Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
2009-06-03 08:43:44 +08:00
For SASL binds, the server is expected to ignore this value.
1998-08-09 08:43:13 +08:00
.TP
.B \-W
Prompt for simple authentication.
This is used instead of specifying the password on the command line.
.TP
2002-08-24 14:19:39 +08:00
.BI \-w \ passwd
Use \fIpasswd\fP as the password for simple authentication.
.TP
.BI \-y \ passwdfile
Use complete contents of \fIpasswdfile\fP as the password for
simple authentication.
1998-08-09 08:43:13 +08:00
.TP
2000-08-25 13:31:59 +08:00
.BI \-H \ ldapuri
Specify URI(s) referring to the ldap server(s);
a list of URI, separated by whitespace or commas is expected;
only the protocol/host/port fields are allowed.
As an exception, if no host/port is specified, but a DN is,
the DN is used to look up the corresponding host(s) using the
DNS SRV records, according to RFC 2782. The DN must be a non-empty
sequence of AVAs whose attribute type is "dc" (domain component),
and must be escaped according to RFC 2396.
2000-08-25 13:31:59 +08:00
.TP
.BI \-h \ ldaphost
1998-08-09 08:43:13 +08:00
Specify an alternate host on which the ldap server is running.
2009-06-03 08:43:44 +08:00
Deprecated in favor of \fB\-H\fP.
1998-08-09 08:43:13 +08:00
.TP
.BI \-p \ ldapport
1998-08-09 08:43:13 +08:00
Specify an alternate TCP port where the ldap server is listening.
2009-06-03 08:43:44 +08:00
Deprecated in favor of \fB\-H\fP.
1998-08-09 08:43:13 +08:00
.TP
.BI \-b \ searchbase
1998-08-09 08:43:13 +08:00
Use \fIsearchbase\fP as the starting point for the search instead of
the default.
.TP
2009-06-03 08:43:44 +08:00
.BR \-s \ { base \||\| one \||\| sub \||\| children }
Specify the scope of the search to be one of
2009-06-03 08:43:44 +08:00
.BR base ,
.BR one ,
.BR sub ,
1998-08-09 08:43:13 +08:00
or
2009-06-03 08:43:44 +08:00
.B children
2005-11-26 14:26:16 +08:00
to specify a base object, one-level, subtree, or children search.
The default is
2009-06-03 08:43:44 +08:00
.BR sub .
Note:
.I children
scope requires LDAPv3 subordinate feature extension.
1998-08-09 08:43:13 +08:00
.TP
2009-06-03 08:43:44 +08:00
.BR \-a \ { never \||\| always \||\| search \||\| find }
Specify how aliases dereferencing is done. Should be one of
2009-06-03 08:43:44 +08:00
.BR never ,
.BR always ,
.BR search ,
1998-08-09 08:43:13 +08:00
or
2009-06-03 08:43:44 +08:00
.B find
1998-08-09 08:43:13 +08:00
to specify that aliases are never dereferenced, always dereferenced,
dereferenced when searching, or dereferenced only when locating the
base object for the search. The default is to never dereference aliases.
.TP
2009-06-03 08:43:44 +08:00
.BR \-P \ { 2 \||\| 3 }
1998-12-27 22:08:46 +08:00
Specify the LDAP protocol version to use.
.TP
2009-06-03 08:43:44 +08:00
.BR \-e \ [ ! ] \fIext\fP [ =\fIextparam\fP ]
.TP
2009-06-03 08:43:44 +08:00
.BR \-E \ [ ! ] \fIext\fP [ =\fIextparam\fP ]
2009-06-03 08:43:44 +08:00
Specify general extensions with \fB\-e\fP and search extensions with \fB\-E\fP.
\'\fB!\fP\' indicates criticality.
General extensions:
.nf
2006-06-10 01:20:38 +08:00
[!]assert=<filter> (an RFC 4515 Filter)
[!]authzid=<authzid> ("dn:<dn>" or "u:<user>")
[!]manageDSAit
[!]noop
ppolicy
[!]postread[=<attrs>] (a comma-separated attribute list)
[!]preread[=<attrs>] (a comma-separated attribute list)
abandon, cancel (SIGINT sends abandon/cancel; not really controls)
.fi
Search extensions:
.nf
2009-07-13 21:33:01 +08:00
[!]domainScope (domain scope)
[!]mv=<filter> (matched values filter)
[!]pr=<size>[/prompt|noprompt] (paged results/prompt)
2009-06-03 08:43:44 +08:00
[!]sss=[\-]<attr[:OID]>[/[\-]<attr[:OID]>...] (server side sorting)
[!]subentries[=true|false] (subentries)
2009-07-13 21:33:01 +08:00
[!]sync=ro[/<cookie>] (LDAP Sync refreshOnly)
rp[/<cookie>][/<slimit>] (LDAP Sync refreshAndPersist)
2009-07-13 21:33:01 +08:00
[!]vlv=<before>/<after>(/<offset>/<count>|:<value>) (virtual list view)
.fi
.TP
.BI \-l \ timelimit
2004-06-18 15:23:37 +08:00
wait at most \fItimelimit\fP seconds for a search to complete.
A timelimit of
2004-06-18 15:23:37 +08:00
.I 0
(zero) or
.I none
2004-06-18 15:23:37 +08:00
means no limit.
2004-06-19 03:47:53 +08:00
A timelimit of
.I max
means the maximum integer allowable by the protocol.
A server may impose a maximal timelimit which only
the root user may override.
1998-08-09 08:43:13 +08:00
.TP
.BI \-z \ sizelimit
2004-06-18 15:23:37 +08:00
retrieve at most \fIsizelimit\fP entries for a search.
A sizelimit of
2004-06-18 15:23:37 +08:00
.I 0
(zero) or
.I none
2004-06-18 15:23:37 +08:00
means no limit.
2004-06-19 03:47:53 +08:00
A sizelimit of
.I max
means the maximum integer allowable by the protocol.
A server may impose a maximal sizelimit which only
the root user may override.
.TP
2000-07-14 06:54:45 +08:00
.BI \-O \ security-properties
Specify SASL security properties.
.TP
2000-07-17 10:43:41 +08:00
.B \-I
Enable SASL Interactive mode. Always prompt. Default is to prompt
only as needed.
.TP
.B \-Q
Enable SASL Quiet mode. Never prompt.
.TP
2001-01-18 16:04:56 +08:00
.BI \-U \ authcid
Specify the authentication ID for SASL bind. The form of the ID
depends on the actual SASL mechanism used.
.TP
2002-09-03 03:25:10 +08:00
.BI \-R \ realm
Specify the realm of authentication ID for SASL bind. The form of the realm
depends on the actual SASL mechanism used.
.TP
.BI \-X \ authzid
Specify the requested authorization ID for SASL bind.
.I authzid
must be one of the following formats:
2009-06-03 08:43:44 +08:00
.BI dn: "<distinguished name>"
or
2009-06-03 08:43:44 +08:00
.BI u: <username>
.TP
.BI \-Y \ mech
Specify the SASL mechanism to be used for authentication. If it's not
specified, the program will choose the best mechanism the server knows.
.TP
2009-06-03 08:43:44 +08:00
.BR \-Z [ Z ]
Issue StartTLS (Transport Layer Security) extended operation. If you use
2009-06-03 08:43:44 +08:00
\fB\-ZZ\fP, the command will require the operation to be successful.
1998-08-09 08:43:13 +08:00
.SH OUTPUT FORMAT
2000-08-20 14:21:38 +08:00
If one or more entries are found, each entry is written to standard
2000-08-20 14:23:51 +08:00
output in LDAP Data Interchange Format or
2000-08-20 14:21:38 +08:00
.BR ldif (5):
1998-08-09 08:43:13 +08:00
.LP
.nf
version: 1
2000-08-20 14:31:32 +08:00
# bjensen, example, net
dn: uid=bjensen,dc=example,dc=net
objectClass: person
objectClass: dcObject
uid: bjensen
cn: Barbara Jensen
sn: Jensen
1998-08-09 08:43:13 +08:00
...
.fi
.LP
2009-06-03 08:43:44 +08:00
If the \fB\-t\fP option is used, the URI of a temporary file
is used in place of the actual value. If the \fB\-A\fP option
1998-08-09 08:43:13 +08:00
is given, only the "attributename" part is written.
.SH EXAMPLE
The following command:
.LP
.nf
2009-06-03 08:43:44 +08:00
ldapsearch \-LLL "(sn=smith)" cn sn telephoneNumber
1998-08-09 08:43:13 +08:00
.fi
.LP
2004-06-18 15:23:37 +08:00
will perform a subtree search (using the default search base and
other parameters defined in
2000-08-20 14:21:38 +08:00
.BR ldap.conf (5))
for entries with a surname (sn) of smith. The common name (cn), surname
1999-08-20 01:02:36 +08:00
(sn) and telephoneNumber values will be retrieved and printed to
standard output.
1998-08-09 08:43:13 +08:00
The output might look something like this if two entries are found:
.LP
.nf
2001-09-04 10:41:53 +08:00
dn: uid=jts,dc=example,dc=com
cn: John Smith
cn: John T. Smith
sn: Smith
2009-06-03 08:43:44 +08:00
sn;lang\-en: Smith
sn;lang\-de: Schmidt
telephoneNumber: 1 555 123\-4567
1998-08-09 08:43:13 +08:00
dn: uid=sss,dc=example,dc=com
cn: Steve Smith
cn: Steve S. Smith
sn: Smith
2009-06-03 08:43:44 +08:00
sn;lang\-en: Smith
sn;lang\-de: Schmidt
telephoneNumber: 1 555 765\-4321
1998-08-09 08:43:13 +08:00
.fi
.LP
The command:
.LP
.nf
2009-06-03 08:43:44 +08:00
ldapsearch \-LLL \-u \-t "(uid=xyz)" jpegPhoto audio
1998-08-09 08:43:13 +08:00
.fi
.LP
will perform a subtree search using the default search base for entries
1999-08-20 01:02:36 +08:00
with user id of "xyz". The user friendly form of the entry's DN will be
1998-08-09 08:43:13 +08:00
output after the line that contains the DN itself, and the jpegPhoto
and audio values will be retrieved and written to temporary files. The
output might look like this if one entry with one value for each of the
requested attributes is found:
.LP
.nf
2001-09-04 10:41:53 +08:00
dn: uid=xyz,dc=example,dc=com
2000-08-20 14:21:38 +08:00
ufn: xyz, example, com
2009-06-03 08:43:44 +08:00
audio:< file:///tmp/ldapsearch\-audio\-a19924
jpegPhoto:< file:///tmp/ldapsearch\-jpegPhoto\-a19924
1998-08-09 08:43:13 +08:00
.fi
.LP
This command:
.LP
.nf
2009-06-03 08:43:44 +08:00
ldapsearch \-LLL \-s one \-b "c=US" "(o=University*)" o description
1998-08-09 08:43:13 +08:00
.fi
.LP
1999-08-20 01:02:36 +08:00
will perform a one-level search at the c=US level for all entries
2000-08-20 14:21:38 +08:00
whose organization name (o) begins begins with \fBUniversity\fP.
The organization name and description attribute values will be retrieved
1998-08-09 08:43:13 +08:00
and printed to standard output, resulting in output similar to this:
.LP
.nf
2001-09-04 10:41:53 +08:00
dn: o=University of Alaska Fairbanks,c=US
2000-08-20 14:21:38 +08:00
o: University of Alaska Fairbanks
description: Preparing Alaska for a brave new yesterday
description: leaf node only
1998-08-09 08:43:13 +08:00
2001-09-04 10:41:53 +08:00
dn: o=University of Colorado at Boulder,c=US
2000-08-20 14:21:38 +08:00
o: University of Colorado at Boulder
description: No personnel information
description: Institution of education and research
1998-08-09 08:43:13 +08:00
2001-09-04 10:41:53 +08:00
dn: o=University of Colorado at Denver,c=US
2000-08-20 14:21:38 +08:00
o: University of Colorado at Denver
o: UCD
o: CU/Denver
2009-06-03 08:43:44 +08:00
o: CU\-Denver
2000-08-20 14:21:38 +08:00
description: Institute for Higher Learning and Research
1998-08-09 08:43:13 +08:00
2001-09-04 10:41:53 +08:00
dn: o=University of Florida,c=US
2000-08-20 14:21:38 +08:00
o: University of Florida
o: UFl
description: Warper of young minds
1998-08-09 08:43:13 +08:00
2001-09-04 10:41:53 +08:00
...
1998-08-09 08:43:13 +08:00
.fi
.SH DIAGNOSTICS
2000-08-20 14:31:32 +08:00
Exit status is zero if no errors occur.
Errors result in a non-zero exit status and
a diagnostic message being written to standard error.
1998-08-09 08:43:13 +08:00
.SH "SEE ALSO"
.BR ldapadd (1),
.BR ldapdelete (1),
.BR ldapmodify (1),
.BR ldapmodrdn (1),
.BR ldap.conf (5),
2000-08-20 14:21:38 +08:00
.BR ldif (5),
1998-08-09 08:43:13 +08:00
.BR ldap (3),
2006-06-14 08:28:16 +08:00
.BR ldap_search_ext (3),
.BR ldap_sort (3)
2000-07-14 06:54:45 +08:00
.SH AUTHOR
The OpenLDAP Project <http://www.openldap.org/>
1998-10-25 09:41:42 +08:00
.SH ACKNOWLEDGEMENTS
2006-06-14 08:28:16 +08:00
.so ../Project