From fa18deb15408846754e54a35c9672880155ee596 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 8 Jan 2020 16:13:40 +0100 Subject: [pam*] fix bwidm login --- core/modules/pam/data/etc/pam.d/login | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/modules/pam') diff --git a/core/modules/pam/data/etc/pam.d/login b/core/modules/pam/data/etc/pam.d/login index 636bd445..a83bdd24 100644 --- a/core/modules/pam/data/etc/pam.d/login +++ b/core/modules/pam/data/etc/pam.d/login @@ -12,6 +12,7 @@ auth optional pam_faildelay.so delay=3000000 # ISSUE_FILE option from login.defs). Uncomment for use # auth required pam_issue.so issue=/etc/issue +## OpenSLX: disabled in our context, messes up with pam_bwidm login # Disallows root logins except on tty's listed in /etc/securetty # (Replaces the `CONSOLE' setting from login.defs) # @@ -29,7 +30,7 @@ auth optional pam_faildelay.so delay=3000000 # guess valid user names of your system (invalid user names are considered # as possibly being root on insecure lines), but root passwords may be # communicated over insecure lines. -auth [success=ok new_authtok_reqd=ok ignore=ignore user_unknown=bad default=die] pam_securetty.so +#auth [success=ok new_authtok_reqd=ok ignore=ignore user_unknown=bad default=die] pam_securetty.so # Disallows other than root logins when /etc/nologin exists # (Replaces the `NOLOGINS_FILE' option from login.defs) -- cgit v1.2.3-55-g7522