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

Re: Una o due domande su Samba di Debian...



On Sun, Jan 07, 2001 at 10:39:56PM +0100, Marco Gaiarin wrote:
> Approposito: e se uno inavvertitamente avesse risposto per sbaglio
> ``no'' alla richiesta di usare la pass MD5 in fase di installazione, ora
> come può tornare indietro?

 grep md5 /etc/pam.d/*
/etc/pam.d/login:# (Add `md5' after the module name to enable MD5 passwords the same way that
/etc/pam.d/login:# password required       pam_unix.so use_authtok nullok md5
/etc/pam.d/passwd:# (Add `md5' after the module name to enable MD5 passwords the same way that
/etc/pam.d/passwd:# password required       pam_unix.so use_authtok nullok md5
/etc/pam.d/ssh:# password required       pam_unix.so use_authtok nullok md5

insomma le varie righe "password required" devono diventare del tipo

password required       pam_unix.so use_authtok nullok md5

(almeno in /etc/pam.d/login e /etc/pam.d/passwd)



Reply to: