logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

smbldap-passwd - change user password

Description

       smbldap-passwd changes passwords for user accounts. A normal user may only change the password for their
       own account, the super user may change the password for any account.

       If option -s specified then changed only samba password.  If options -u specified then changed only UNIX
       password.  With no options then changed both - UNIX and samba passwords.

       Password Changes The user is first prompted for their old password, if one is present. This password is
       then tested against the stored password by binding to the server. The user has only one chance to enter
       the correct passwword. The super user is permitted to bypass this step so that forgotten passwords may be
       changed.  The user is then prompted for a replacement password. As a general guideline, passwords should
       consist of 6 to 8 characters including one or more from each of following sets:

       Lower case alphabetics

       Upper case alphabetics

       Digits 0 thru 9

       Punctuation marks

       Password will prompt again and compare the second entry against the first. Both entries are require to
       match in order for the password to be changed.

Name

       smbldap-passwd - change user password

See Also

passwd(1)

perl v5.32.1                                       2021-11-07                              SMBLDAP-PASSWD.CMD(8)

Synopsis

       smbldap-passwd [-?|--help|-s|-u] [name]

See Also