Suppose I want to change the password format for a machine that has already accounts.
I change the login class (suppose the default one) as follows:
then run cap_mkdb(1). Does it this suffice or am I supposed to run also pwd_mkdb(1)? Because running only cap_mkdb(1) does not change the /etc/pwd.db files.
Or am I doing a totally wrong procedure?
I change the login class (suppose the default one) as follows:
Code:
default:\
:passwd_format=blf:\
Or am I doing a totally wrong procedure?