~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to doc/man/man1/ldappasswd.1

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-07-28 10:17:15 UTC
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090728101715-g0isvetelfeqm48k
Tags: upstream-2.4.17
ImportĀ upstreamĀ versionĀ 2.4.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH LDAPPASSWD 1 "RELEASEDATE" "OpenLDAP LDVERSION"
2
 
.\" $OpenLDAP: pkg/ldap/doc/man/man1/ldappasswd.1,v 1.39.2.7 2009/01/22 00:00:48 kurt Exp $
 
2
.\" $OpenLDAP: pkg/ldap/doc/man/man1/ldappasswd.1,v 1.39.2.8 2009/06/03 01:41:51 quanah Exp $
3
3
.\" Copyright 1998-2009 The OpenLDAP Foundation All Rights Reserved.
4
4
.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
5
5
.SH NAME
39
39
[\c
40
40
.BI \-y \ passwdfile\fR]
41
41
[\c
42
 
.BR \-O \ security-properties ]
 
42
.BI \-O \ security-properties\fR]
43
43
[\c
44
44
.BR \-I ]
45
45
[\c
55
55
[\c
56
56
.BI \-Y \ mech\fR]
57
57
[\c
58
 
.BR \-Z[Z] ]
 
58
.BR \-Z [ Z ]]
59
59
[\c
60
60
.IR user ]
61
61
.SH DESCRIPTION
94
94
.TP
95
95
.BI \-D \ binddn
96
96
Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
97
 
For SASL Binds, the server is expected to ignore this value.
 
97
For SASL binds, the server is expected to ignore this value.
98
98
.TP
99
99
.BI \-d \ debuglevel
100
100
Set the LDAP debugging level to \fIdebuglevel\fP.
108
108
.TP
109
109
.BI \-h \ ldaphost
110
110
Specify an alternate host on which the ldap server is running.
111
 
Deprecated in favor of -H.
 
111
Deprecated in favor of \fB\-H\fP.
112
112
.TP
113
113
.BI \-p \ ldapport
114
114
Specify an alternate TCP port where the ldap server is listening.
115
 
Deprecated in favor of -H.
 
115
Deprecated in favor of \fB\-H\fP.
116
116
.TP
117
117
.B \-n
118
118
Do not set password. (Can be useful when used in conjunction with
119
 
.BR \-v \ or
120
 
.BR \-d )
 
119
\fB\-v\fP or \fB\-d\fP)
121
120
.TP
122
121
.BI \-S
123
122
Prompt for new password.
165
164
Specify the requested authorization ID for SASL bind.
166
165
.I authzid
167
166
must be one of the following formats:
168
 
.BI dn: <distinguished name>
 
167
.BI dn: "<distinguished name>"
169
168
or
170
169
.BI u: <username>\fP.
171
170
.TP
173
172
Specify the SASL mechanism to be used for authentication. If it's not
174
173
specified, the program will choose the best mechanism the server knows.
175
174
.TP
176
 
.B \-Z[Z]
 
175
.BR \-Z [ Z ]
177
176
Issue StartTLS (Transport Layer Security) extended operation. If you use
178
 
.BR \-ZZ ,
179
 
the command will require the operation to be successful
 
177
\fB\-ZZ\fP, the command will require the operation to be successful
180
178
.SH SEE ALSO
181
179
.BR ldap_sasl_bind (3),
182
180
.BR ldap_extended_operation (3),