Page MenuHomeFreeBSD

Do not prompt for password if it's set to empty password
ClosedPublic

Authored by trasz on Dec 11 2020, 11:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 22, 3:30 PM
Unknown Object (File)
Fri, Mar 22, 3:30 PM
Unknown Object (File)
Fri, Mar 22, 3:30 PM
Unknown Object (File)
Mar 8 2024, 8:16 AM
Unknown Object (File)
Feb 10 2024, 6:34 AM
Unknown Object (File)
Dec 20 2023, 4:10 AM
Unknown Object (File)
Dec 17 2023, 10:04 AM
Unknown Object (File)
Dec 12 2023, 2:11 PM

Details

Summary

Make pam_unix(8) not prompt for password, if it's set to an empty
one - just like we don't prompt for password if the hash itself
is empty.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38180
Build 35069: arc lint + arc unit

Event Timeline

Add a separate option, "emptyok", so we can commit it without changing
the default behaviour.

lib/libpam/modules/pam_unix/pam_unix.c
97

Seems this should really be called emptypasswd.

127

Should we check for the option and flag before calling crypt()?

Seems ok to me. It would be best if someone more familiar with PAM would look at this.

This revision is now accepted and ready to land.Mar 31 2021, 4:15 PM