Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
ldappasswd(1)
Edit
PageHistory
Diff
Info
LikePages
LDAPPASSWD !!!LDAPPASSWD NAME SYNOPSIS DESCRIPTION OPTIONS SEE ALSO AUTHOR ACKNOWLEDGEMENTS ---- !!NAME ldappasswd - change the password of an LDAP entry !!SYNOPSIS __ldappasswd__ [[__-A__] [[__-a__ ''oldPasswd''] [[__-D__ ''binddn''] [[__-d__ ''debuglevel''] [[__-H__ ''ldapuri''] [[__-h__ ''ldaphost''] [[__-n__] [[__-p__ ''ldapport''] [[__-S__] [[__-s__ ''newPasswd''] [[__-v__] [[__-W__] [[__-w__ ''passwd''] [[__-O__ security-properties__]__ [[__-I__] [[__-Q__] [[__-U__ ''authcid''] [[__-x__] [[__-X__ ''authzid''] [[__-Y__ ''mech''] [[__-Z[[Z]__] [[''user''] !!DESCRIPTION __ldappasswd__ is a tool to set the password of an LDAP user. __ldappasswd__ uses the LDAPv3 Password Modify (RFC 3062) extended operation. __ldappasswd__ sets the password of associated with the user [[or an optionally specified ''user'']. If the new password is not specified on the command line and the user doesn't enable prompting, the server will be asked to generate a password for the user. __ldappasswd__ is neither designed nor intended to be a replacement for passwd(1) and should not be installed as such. !!OPTIONS __-A__ Prompt for old password. This is used instead of specifying the password on the command line. __-a__ ''oldPasswd'' Set the old password to ''oldPasswd''. __-x__ Use simple authentication instead of SASL. __-D__ ''binddn'' Use the Distinguished Name ''binddn'' to bind to the LDAP directory. __-d__ ''debuglevel'' Set the LDAP debugging level to ''debuglevel''. __ldappasswd__ must be compiled with LDAP_DEBUG defined for this option to have any effect. __-H__ ''ldapuri'' Specify URI(s) referring to the ldap server(s). __-h__ ''ldaphost'' Specify an alternate host on which the ldap server is running. Deprecated in favor of -H. __-p__ ''ldapport'' Specify an alternate TCP port where the ldap server is listening. Deprecated in favor of -H. __-n__ Do not set password. (Can be useful when used in conjunction with __-v__ or __-d__) __-S__ Prompt for new password. This is used instead of specifying the password on the command line. __-s__ ''newPasswd'' Set the new password to ''newPasswd''. __-v__ Increase the verbosity of output. Can be specified multiple times. __-W__ Prompt for bind password. This is used instead of specifying the password on the command line. __-w__ ''passwd'' Use ''passwd'' as the password to bind with. __-O__ ''security-properties'' Specify SASL security properties. __-I__ Enable SASL Interactive mode. Always prompt. Default is to prompt only as needed. __-Q__ Enable SASL Quiet mode. Never prompt. __-U__ ''authcid'' Specify the authentication ID for SASL bind. The form of the ID depends on the actual SASL mechanism used. __-X__ ''authzid'' Specify the requested authorization ID for SASL bind. ''authzid'' must be one of the following formats: __dn:__''''__name__ or __u:__''''__.__ __-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. __-Z[[Z]__ Issue StartTLS (Transport Layer Security) extended operation. If you use __-ZZ__, the command will require the operation to be successful !!SEE ALSO ldap_sasl_bind(3) __ldap_extended_operation__(3) ldap_start_tls_s(3) !!AUTHOR The OpenLDAP Project !!ACKNOWLEDGEMENTS __OpenLDAP__ is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). __OpenLDAP__ is derived from University of Michigan LDAP 3.3 Release. ----
One page links to
ldappasswd(1)
:
Man1l
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.