Displaying 2 results from an estimated 2 matches for "align_pwd".
Did you mean:
align_end
2006 Dec 12
1
changing password only works the second time?
...ord window again
5) he/she retypes old and new passwords and press ok
6) now the system changes the password!
it is the same if the user has local admin privileges or not.
relevant directives in smb.conf are:
passdb backend = tdbsam
unix password sync = yes
passwd program = /usr/local/bin/align_pwd.sh %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*auth
entication*tokens*updated*successfully*
There is a custom script align_pwd.sh that makes some things when
changing password.
The script is this:
#!/bin/bash
USER=$1
LOGFILE=/tmp/${USER}_pwdchange.log
SYSMAIL=&q...
2006 Sep 06
2
passwd program example for parsing new password typed?
hello,
I have two domains, one w2k3 and one with samba 3.
The users log on to the samba domain and use outlook connected on
exchange on w2k3 domain.
pwd age for the two domains is aligned.
On another samba 3.0.23c linux machine inside the w2k3 domain (ads
security parameter set) I have set up a script that allows to change
the w2k3 domain password for the user, using ldapmodify command to
change