- Sync common-*.pamd config with pam-config (use pam_unix.so as

default).

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=97
This commit is contained in:
Thorsten Kukuk 2012-11-12 13:43:46 +00:00 committed by Git OBS Bridge
parent 9f88532c59
commit 32a24404b4
5 changed files with 15 additions and 19 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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