Displaying 1 result from an estimated 1 matches for "b0f57db7".
2018 Jul 06
1
Question about password field in passwd-file
Hello,
I have a question regarding the password field of the passwd-file [1].
According to the wiki, the password field assumes a {SCHEME} of CRYPT when the {SCHEME} is not prefixed
to this field.
So, a passwd-file like:
user:password: . . .
? is equivalent to:
user:{CRYPT}password: . . .
Does that mean an example passwd-file with NEITHER {SCHEME} or password, like:
user at