[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Passwortstärke für User ändern



Am Dienstag 07 September 2004 22:53 schrieb Ralf Gesel|ensetter:
> Wenn ich mehr weiß, sag ich bescheid.

so, ich glaube, du musst hier schauen:

(Datei: /usr/share/webmin/ldap-users/WebminLdapSkolelinux.pm)

...
sub check_passwd_quality {
...
   if($config{passwd_capital} > 0){
        push @passwd_warning, "passwd_no_capital"
            unless ( $p =~ /[A-Z]/ );
    }
    if($config{passwd_lowercase} > 0){
        push @passwd_warning, "passwd_no_lowercase"
            unless ( $p =~ /[a-z]/ );
    }

Reply to: