Displaying 4 results from an estimated 4 matches for "change_passwd".
Did you mean:
change_password
2012 Nov 30
7
Using puppet to change passwords on nix systems
Hi, I am new to this and I discovered a manifest in an old post that should
change passwords. It runs fine, but the password does not change. I am
wondering how this would work since it would need to change the shadow.
Thanks
define change_passwd($user,$passwd) {
exec { "/usr/bin/puppet apply -v -e \''user { \"${user}\": password
=> \"${passwd}\" }\''":
onlyif => "/bin/grep -c ^${user}: /etc/shadow"
}
}
--
You received this message because you are subscr...
2010 Apr 29
1
How can I add change_password
Hello
I use dovecot, postfix, mysql and squirrelmail as a mail server. it works
well. Meanwhile I am novice at postfix.
As you know, there is a change_password plugin on squirrelmail.
I wish to add change_password plugin on squirrelmail.
I couldn't find how to integrate postfix and change_password.
How can I add it ?
2010 Aug 01
2
error 89 when loading plugin
Hi,
I'm very confused - that's not too difficult for me.
I have written a small plugin change_passwd_plugin.c
I would like this custom IMAP command to be available to all users.
The code contains the following.
void change_passwd_plugin_init(void)
{
command_register("XCHANGEPASSWORD", cmd_xchangepasswd, 0);
str_append(capability_string, " XCHANGEPASSWORD");
}
void...
2015 Jan 21
6
Samba4.2rc4 with winbindd in config cannot start samba process
...#security = user
encrypt passwords = yes
#smb passwd file = /etc/samba/smbpasswd
#username map = /etc/samba/smbusers
unix password sync = Yes
#pam password change = No
#obey pam restrictions = Yes
#passwd program = /usr/bin/passwd %u
passwd program = /usr/local/sbin/change_passwd.sh %u
passwd chat = *Enter*new*password* %n\n *Re-type*new*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
; passwd chat = *New*password*...