Re: [Samba] Problem: how to make users use unique passwords

2011-01-13 Thread TAKAHASHI Motonobu
2011/1/13 Konstantin Boyandin : (snip) >It all works well, but the task it to force users to use > unique password every time they have to change it. Use user rights. Perhaps "pdbedit -P 'password history' -C 999" will help you. // "999" is an example of very big number. In source, that value is

Re: [Samba] Problem: how to make users use unique passwords

2011-01-13 Thread Helmut Hullen
Hallo, Konstantin, Du meintest am 13.01.11: > I have also added a call to cracklib to check password strength prior > to applying it. It all works well, but the task it to force users to > use unique password every time they have to change it. A typical > scenario I must prevent is this: user cha

[Samba] Problem: how to make users use unique passwords

2011-01-12 Thread Konstantin Boyandin
Hello, To harden security, I've modified the smbldap-passwd script so that it update sambaPwdMustChange, sambaKickoffTime and shadowExpire fields; also, a simple script notifying users with expiration date approaching has been set up. I have also added a call to cracklib to check password strengt