aboutsummaryrefslogtreecommitdiffstats
path: root/testing/schroot/pam.d.schroot.patch
blob: ec63323b0b6dc7d70ff89ec14ff639f6f8165a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/etc/pam/schroot
+++ b/etc/pam/schroot 
@@ -23,13 +23,9 @@
 # time restrainst on schroot usage.
 # account    requisite  pam_time.so
 
-# The standard Unix authentication modules, used with
-# NIS (man nsswitch) as well as normal /etc/passwd and
-# /etc/shadow entries.
-@include common-auth
-@include common-account
-@include common-session
-
+account required pam_unix.so
+session required pam_unix.so
+
 # Sets up user limits, please uncomment and read /etc/security/limits.conf
 # to enable this functionality.
 # session    required   pam_limits.so