summaryrefslogtreecommitdiffstats
path: root/source/a/shadow
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/shadow')
-rw-r--r--source/a/shadow/pam.d/system-auth5
-rwxr-xr-xsource/a/shadow/shadow.SlackBuild2
2 files changed, 3 insertions, 4 deletions
diff --git a/source/a/shadow/pam.d/system-auth b/source/a/shadow/pam.d/system-auth
index d504e232c..94d8b6094 100644
--- a/source/a/shadow/pam.d/system-auth
+++ b/source/a/shadow/pam.d/system-auth
@@ -10,9 +10,8 @@
#
auth required pam_env.so
auth optional pam_group.so
-auth sufficient pam_unix.so likeauth nullok
-auth required pam_deny.so
--auth optional pam_gnome_keyring.so
+auth required pam_unix.so likeauth nullok
+-auth optional pam_gnome_keyring.so
##################
# Account checks #
diff --git a/source/a/shadow/shadow.SlackBuild b/source/a/shadow/shadow.SlackBuild
index a37b2ef3d..6cbaf951a 100755
--- a/source/a/shadow/shadow.SlackBuild
+++ b/source/a/shadow/shadow.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=shadow
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-9}
+BUILD=${BUILD:-10}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then