1 .TH LDAPCOMPARE 1 "2008/07/16" "OpenLDAP 2.4.11"
2 .\" $OpenLDAP: pkg/ldap/doc/man/man1/ldapcompare.1,v 1.12.2.4 2008/02/11 23:26:39 kurt Exp $
3 .\" Copyright 1998-2008 The OpenLDAP Foundation All Rights Reserved.
4 .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
6 ldapcompare \- LDAP compare tool
18 .BI \-d \ debuglevel\fR]
26 .BI \-y \ passwdfile\fR]
30 .BI \-h \ ldaphost\fR]
32 .BI \-p \ ldapport\fR]
34 .BI \-P \ 2\fR\||\|\fI3\fR]
36 .BR \-O \ security-properties ]
55 .BR attr::b64value \ >
58 is a shell-accessible interface to the
59 .BR ldap_compare_ext (3)
63 opens a connection to an LDAP server, binds, and performs a compare
64 using specified parameters. The \fIDN\fP should be a distinguished
65 name in the directory. \fIAttr\fP should be a known attribute. If
66 followed by one colon, the assertion \fIvalue\fP should be provided
67 as a string. If followed by two colons, the base64 encoding of the
68 value is provided. The result code of the compare is provided as
69 the exit code and, unless ran with -z, the program prints
70 TRUE, FALSE, or UNDEFINED on standard output.
75 Show what would be done, but don't actually perform the compare. Useful for
76 debugging in conjunction with -v.
79 Run in verbose mode, with many diagnostics written to standard output.
82 Run in quiet mode, no output is written. You must check the return
83 status. Useful in shell scripts.
86 Enable manage DSA IT control.
88 makes control critical.
91 Set the LDAP debugging level to \fIdebuglevel\fP.
93 must be compiled with LDAP_DEBUG defined for this option to have any effect.
96 Use simple authentication instead of SASL.
99 Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
102 Prompt for simple authentication.
103 This is used instead of specifying the password on the command line.
106 Use \fIpasswd\fP as the password for simple authentication.
109 Use complete contents of \fIpasswdfile\fP as the password for
110 simple authentication.
111 Note that \fIcomplete\fP means that any leading or trailing whitespaces,
112 including newlines, will be considered part of the password and,
113 unlike other software, they will not be stripped.
114 As a consequence, passwords stored in files by commands like
116 will not behave as expected, since
118 by default appends a trailing newline to the echoed string.
119 The recommended portable way to store a cleartext password in a file
120 for use with this option is to use
122 with \fI{CLEARTEXT}\fP as hash and the option \fI\-n\fP.
125 Specify URI(s) referring to the ldap server(s); only the protocol/host/port
126 fields are allowed; a list of URI, separated by whitespace or commas
130 Specify an alternate host on which the ldap server is running.
131 Deprecated in favor of -H.
134 Specify an alternate TCP port where the ldap server is listening.
135 Deprecated in favor of -H.
137 .BI \-P \ 2\fR\||\|\fI3
138 Specify the LDAP protocol version to use.
140 .BI \-O \ security-properties
141 Specify SASL security properties.
144 Enable SASL Interactive mode. Always prompt. Default is to prompt
148 Enable SASL Quiet mode. Never prompt.
151 Specify the authentication ID for SASL bind. The form of the ID
152 depends on the actual SASL mechanism used.
155 Specify the realm of authentication ID for SASL bind. The form of the realm
156 depends on the actual SASL mechanism used.
159 Specify the requested authorization ID for SASL bind.
161 must be one of the following formats:
163 .I <distinguished name>
169 Specify the SASL mechanism to be used for authentication. If it's not
170 specified, the program will choose the best mechanism the server knows.
173 Issue StartTLS (Transport Layer Security) extended operation. If you use
175 , the command will require the operation to be successful.
178 ldapcompare "uid=babs,dc=example,dc=com" sn:Jensen
179 ldapcompare "uid=babs,dc=example,dc=com" sn::SmVuc2Vu
183 Requiring the value be passed on the command line is limiting
184 and introduces some security concerns. The command should support
185 a mechanism to specify the location (file name or URL) to read
191 .BR ldap_compare_ext (3)
193 The OpenLDAP Project <http://www.openldap.org/>
195 .\" Shared Project Acknowledgement Text
196 .B "OpenLDAP Software"
197 is developed and maintained by The OpenLDAP Project <http://www.openldap.org/>.
198 .B "OpenLDAP Software"
199 is derived from University of Michigan LDAP 3.3 Release.