aboutsummaryrefslogtreecommitdiff
path: root/su.in
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gentoo.org>2012-03-20 19:10:40 +0100
committerPawel Hajdan, Jr <phajdan.jr@gentoo.org>2012-03-20 19:10:47 +0100
commit2b4bd18ae09dbe7d1e0ea07c2ca0a7fe891c621e (patch)
tree6b216b13e159ce50a02dea6da9f9fd55e819e60e /su.in
parentImplement support for pam_loginuid as needed for bug #342345 (diff)
downloadpambase-2b4bd18ae09dbe7d1e0ea07c2ca0a7fe891c621e.tar.gz
pambase-2b4bd18ae09dbe7d1e0ea07c2ca0a7fe891c621e.tar.bz2
pambase-2b4bd18ae09dbe7d1e0ea07c2ca0a7fe891c621e.zip
Add pam.d files for login, passwd and su.pambase-20120417
Those should be shared between shadow implementations.
Diffstat (limited to 'su.in')
-rw-r--r--su.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/su.in b/su.in
new file mode 100644
index 0000000..121bb9a
--- /dev/null
+++ b/su.in
@@ -0,0 +1,12 @@
+auth sufficient pam_rootok.so
+auth required pam_wheel.so use_uid
+auth include system-auth
+
+account include system-auth
+
+password include system-auth
+
+session include system-auth
+session required pam_env.so
+session optional pam_xauth.so
+