Accepting request 140973 from Linux-PAM
- Sync common-*.pamd config with pam-config (use pam_unix.so as default). OBS-URL: https://build.opensuse.org/request/show/140973 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam?expand=0&rev=57
This commit is contained in:
commit
e7a6c45c19
@ -6,4 +6,4 @@
|
||||
# the central access policy for use on the system. The default is to
|
||||
# only deny service to users whose accounts are expired.
|
||||
#
|
||||
account required pam_unix2.so
|
||||
account required pam_unix.so try_first_pass
|
||||
|
@ -8,4 +8,4 @@
|
||||
# traditional Unix authentication mechanisms.
|
||||
#
|
||||
auth required pam_env.so
|
||||
auth required pam_unix2.so
|
||||
auth required pam_unix.so try_first_pass
|
||||
|
@ -3,21 +3,10 @@
|
||||
#
|
||||
# This file is included from other service-specific PAM config files,
|
||||
# and should contain a list of modules that define the services to be
|
||||
# used to change user passwords. The default is pam_unix2 in combination
|
||||
# with pam_pwcheck.
|
||||
|
||||
# used to change user passwords.
|
||||
#
|
||||
# The "nullok" option allows users to change an empty password, else
|
||||
# empty passwords are treated as locked accounts.
|
||||
#
|
||||
# To enable Blowfish or MD5 passwords, you should edit
|
||||
# /etc/default/passwd.
|
||||
#
|
||||
# Alternate strength checking for passwords should be configured
|
||||
# in /etc/security/pam_pwcheck.conf.
|
||||
#
|
||||
# pam_make can be used to rebuild NIS maps after password change.
|
||||
#
|
||||
password required pam_pwcheck.so nullok cracklib
|
||||
password required pam_unix2.so nullok use_authtok
|
||||
#password required pam_make.so /var/yp
|
||||
|
||||
password requisite pam_cracklib.so
|
||||
password required pam_unix.so use_authtok nullok try_first_pas
|
||||
|
@ -4,8 +4,9 @@
|
||||
# This file is included from other service-specific PAM config files,
|
||||
# and should contain a list of modules that define tasks to be performed
|
||||
# at the start and end of sessions of *any* kind (both interactive and
|
||||
# non-interactive). The default is pam_unix2.
|
||||
# non-interactive).
|
||||
#
|
||||
session required pam_limits.so
|
||||
session required pam_unix2.so
|
||||
session required pam_unix.so try_first_pass
|
||||
session optional pam_umask.so
|
||||
session optional pam_env.so
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 14:42:53 CET 2012 - kukuk@suse.de
|
||||
|
||||
- Sync common-*.pamd config with pam-config (use pam_unix.so as
|
||||
default).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 19 14:20:54 CEST 2012 - kukuk@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user