Skip to content

users: Fix confirmation password not accepted for non-admin users

Veiko Aasa requested to merge vexch/freedombox:users-fix-password-confirm into master

Fixes an issue where confirmation password not accepted for non-admin users when restrict console logins is enabled (default).

New method checks users's password directly from LDAP and skips using PAM. Also remove python-pampy dependency.

Moved some functions from ssh to users actions script to simplify using LDAPSCRPTS subcommands.

Checked that all ssh and users module tests pass for Debian stable and testing.

Signed-off-by: Veiko Aasa veiko17@disroot.org

Merge request reports

Loading