* PAM config for xlock.

svn path=/nixos/trunk/; revision=10987
This commit is contained in:
Eelco Dolstra 2008-03-06 13:52:10 +00:00
parent 89f86847f6
commit f2b3ff2fce
2 changed files with 5 additions and 0 deletions

View file

@ -228,6 +228,7 @@ import ../helpers/make-etc.nix {
"sshd"
"useradd"
"chsh"
"xlock"
"common"
"common-console" # shared stuff for interactive local sessions
]

4
etc/pam.d/xlock Normal file
View file

@ -0,0 +1,4 @@
auth include common
account include common
password include common
session include common