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
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
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