mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
crypt option has been deprectated
This commit is contained in:
@@ -84,7 +84,9 @@ if ($v >= 7.3) {
|
||||
}
|
||||
|
||||
# Authentication type
|
||||
foreach $a ('password', 'crypt', ($v >= 7.2 ? ( 'md5' ) : ( )),
|
||||
foreach $a ('password',
|
||||
($v < 8.4 ? ( 'crypt' ) : ( )),
|
||||
($v >= 7.2 ? ( 'md5' ) : ( )),
|
||||
'trust', 'reject', 'ident', 'krb4', 'krb5',
|
||||
($v >= 7.3 ? ( 'pam' ) : ( )),
|
||||
($v >= 9.0 ? ( 'peer' ) : ( )) ) {
|
||||
|
||||
Reference in New Issue
Block a user