2000-08-19 21:00:12 -04:00
|
|
|
.TH LDAPPASSWD 1 "20 August 2000" "OpenLDAP LDVERSION"
|
1999-09-12 00:41:47 -04:00
|
|
|
.\" $OpenLDAP$
|
2000-05-12 22:47:56 -04:00
|
|
|
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
|
1999-09-12 00:41:47 -04:00
|
|
|
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
|
1998-12-05 22:44:28 -05:00
|
|
|
.SH NAME
|
|
|
|
|
ldappasswd \- change the password of an LDAP entry
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
|
.B ldappasswd
|
1999-12-09 23:59:28 -05:00
|
|
|
[\c
|
|
|
|
|
.BR \-A ]
|
|
|
|
|
[\c
|
|
|
|
|
.BI \-a \ oldPasswd\fR]
|
2000-06-25 16:29:20 -04:00
|
|
|
[\c
|
|
|
|
|
.BR \-C ]
|
|
|
|
|
[\c
|
1999-12-07 23:37:59 -05:00
|
|
|
.BI \-D \ binddn\fR
|
1998-12-05 22:44:28 -05:00
|
|
|
[\c
|
|
|
|
|
.BI \-d \ debuglevel\fR]
|
|
|
|
|
[\c
|
|
|
|
|
.BI \-h \ ldaphost\fR]
|
|
|
|
|
[\c
|
1998-12-12 00:55:26 -05:00
|
|
|
.BR \-n ]
|
1998-12-05 22:44:28 -05:00
|
|
|
[\c
|
|
|
|
|
.BI \-p \ ldapport\fR]
|
|
|
|
|
[\c
|
1999-12-09 23:59:28 -05:00
|
|
|
.BR \-S ]
|
|
|
|
|
[\c
|
1999-12-07 23:37:59 -05:00
|
|
|
.BI \-s \ newPasswd\fR]
|
1998-12-05 22:44:28 -05:00
|
|
|
[\c
|
1998-12-12 00:55:26 -05:00
|
|
|
.BR \-v ]
|
1998-12-05 22:44:28 -05:00
|
|
|
[\c
|
1998-12-12 00:55:26 -05:00
|
|
|
.BR \-W ]
|
1998-12-05 22:44:28 -05:00
|
|
|
[\c
|
1998-12-12 00:55:26 -05:00
|
|
|
.BI \-w \ passwd\fR]
|
2000-04-20 05:23:51 -04:00
|
|
|
[\c
|
2000-07-13 18:54:45 -04:00
|
|
|
.BR \-O \ security-properties ]
|
2000-04-20 05:23:51 -04:00
|
|
|
[\c
|
2000-07-16 22:43:41 -04:00
|
|
|
.BR \-I ]
|
|
|
|
|
[\c
|
|
|
|
|
.BR \-Q ]
|
|
|
|
|
[\c
|
2000-04-20 05:23:51 -04:00
|
|
|
.BI \-U \ username\fR]
|
|
|
|
|
[\c
|
2000-07-15 20:52:04 -04:00
|
|
|
.BR \-x ]
|
|
|
|
|
[\c
|
2000-04-20 05:23:51 -04:00
|
|
|
.BI \-X \ authzid\fR]
|
|
|
|
|
[\c
|
|
|
|
|
.BI \-Y \ mech\fR]
|
|
|
|
|
[\c
|
|
|
|
|
.BR \-Z[Z] ]
|
1998-12-05 22:44:28 -05:00
|
|
|
.SH DESCRIPTION
|
|
|
|
|
.B ldappasswd
|
1999-12-07 23:37:59 -05:00
|
|
|
is a tool to set the password of an LDAP user.
|
1998-12-05 22:44:28 -05:00
|
|
|
.LP
|
|
|
|
|
.B ldappasswd
|
1999-12-09 23:59:28 -05:00
|
|
|
sets the password of associated with the user. If the new
|
|
|
|
|
password is not specified on the command line or the user
|
|
|
|
|
doesn't enable prompting, the server will be asked to generate
|
|
|
|
|
a password for the user.
|
2000-07-17 17:54:20 -04:00
|
|
|
.LP
|
|
|
|
|
.B ldappasswd
|
|
|
|
|
is neither designed nor intended to be a replacement for
|
|
|
|
|
.BR passwd (1)
|
|
|
|
|
and should not be installed as such.
|
1998-12-05 22:44:28 -05:00
|
|
|
.SH OPTIONS
|
|
|
|
|
.TP
|
1999-12-09 23:59:28 -05:00
|
|
|
.BI \-A
|
|
|
|
|
Prompt for old password.
|
|
|
|
|
This is used instead of specifying the password on the command line.
|
|
|
|
|
.TP
|
|
|
|
|
.BI \-a \ oldPasswd
|
|
|
|
|
Set the old password to \fIoldPasswd\fP.
|
|
|
|
|
.TP
|
2000-06-25 16:29:20 -04:00
|
|
|
.B \-C
|
|
|
|
|
Automatically chase referrals.
|
|
|
|
|
.TP
|
2000-07-15 20:52:04 -04:00
|
|
|
.B \-x
|
|
|
|
|
Use simple authentication instead of SASL.
|
|
|
|
|
.TP
|
1998-12-05 22:44:28 -05:00
|
|
|
.BI \-D \ binddn
|
2000-08-20 02:21:38 -04:00
|
|
|
Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
|
1999-12-09 23:59:28 -05:00
|
|
|
This flag is not optional. The user DN will be used if the
|
|
|
|
|
bind DN is not provided.
|
1998-12-05 22:44:28 -05:00
|
|
|
.TP
|
|
|
|
|
.BI \-d \ debuglevel
|
|
|
|
|
Set the LDAP debugging level to \fIdebuglevel\fP.
|
|
|
|
|
.B ldappasswd
|
|
|
|
|
must be compiled with LDAP_DEBUG defined for this option to have any effect.
|
|
|
|
|
.TP
|
|
|
|
|
.BI \-h \ ldaphost
|
|
|
|
|
Specify an alternate host on which the ldap server is running.
|
|
|
|
|
.TP
|
|
|
|
|
.B \-n
|
1999-12-07 23:37:59 -05:00
|
|
|
Do not set password. (Can be useful when used in conjunction with
|
1998-12-05 22:44:28 -05:00
|
|
|
.BR \-v \ or
|
|
|
|
|
.BR \-d )
|
|
|
|
|
.TP
|
1999-12-09 23:59:28 -05:00
|
|
|
.BI \-S
|
|
|
|
|
Prompt for new password.
|
|
|
|
|
This is used instead of specifying the password on the command line.
|
|
|
|
|
.TP
|
1999-12-07 23:37:59 -05:00
|
|
|
.BI \-s \ newPasswd
|
1999-12-09 23:59:28 -05:00
|
|
|
Set the new password to \fInewPasswd\fP.
|
1998-12-27 09:08:46 -05:00
|
|
|
.TP
|
1998-12-05 22:44:28 -05:00
|
|
|
.BI \-p \ ldapport
|
|
|
|
|
Specify an alternate port on which the ldap server is running.
|
|
|
|
|
.TP
|
|
|
|
|
.B \-v
|
1999-12-07 23:37:59 -05:00
|
|
|
Increase the verbosity of output. Can be specified multiple times.
|
1998-12-05 22:44:28 -05:00
|
|
|
.TP
|
1998-12-12 00:55:26 -05:00
|
|
|
.BI \-W
|
1999-12-07 23:37:59 -05:00
|
|
|
Prompt for bind password.
|
1998-12-12 00:55:26 -05:00
|
|
|
This is used instead of specifying the password on the command line.
|
1998-12-05 22:44:28 -05:00
|
|
|
.TP
|
1998-12-12 00:55:26 -05:00
|
|
|
.BI \-w \ passwd
|
1999-12-07 23:37:59 -05:00
|
|
|
Use \fIpasswd\fP as the password to bind with.
|
2000-04-20 05:23:51 -04:00
|
|
|
.TP
|
2000-07-13 18:54:45 -04:00
|
|
|
.BI \-O \ security-properties
|
|
|
|
|
Specify SASL security properties.
|
2000-04-20 05:23:51 -04:00
|
|
|
.TP
|
2000-07-16 22:43:41 -04: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
|
2000-04-20 05:23:51 -04:00
|
|
|
.BI \-U \ username
|
|
|
|
|
Specify the username for SASL bind. The syntax of the username 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:
|
2000-07-17 17:54:20 -04:00
|
|
|
.BI dn: <distinguished name>
|
2000-04-20 05:23:51 -04:00
|
|
|
or
|
2000-07-17 17:54:20 -04:00
|
|
|
.BI u: <username>\fP.
|
2000-04-20 05:23:51 -04:00
|
|
|
.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
|
|
|
|
|
.B \-Z[Z]
|
2000-06-13 22:35:42 -04:00
|
|
|
Issue StartTLS (Transport Layer Security) extended operation. If you use
|
2000-07-17 17:54:20 -04:00
|
|
|
.BR \-ZZ ,
|
|
|
|
|
the command will require the operation to be successful
|
1999-12-07 23:37:59 -05:00
|
|
|
.SH SEE ALSO
|
2000-07-22 14:32:33 -04:00
|
|
|
.BR ldap_sasl_bind (3)
|
|
|
|
|
.BR ldap_extended_operation (3)
|
|
|
|
|
.BR ldap_start_tls (3)
|
2000-07-13 18:54:45 -04:00
|
|
|
.SH AUTHOR
|
|
|
|
|
The OpenLDAP Project <http://www.openldap.org/>
|
1999-12-07 23:37:59 -05:00
|
|
|
.SH ACKNOWLEDGEMENTS
|
|
|
|
|
.B OpenLDAP
|
|
|
|
|
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
|
|
|
|
.B OpenLDAP
|
|
|
|
|
is derived from University of Michigan LDAP 3.3 Release.
|