* PAM config for xlock.
svn path=/nixos/trunk/; revision=10987
This commit is contained in:
parent
89f86847f6
commit
f2b3ff2fce
@ -228,6 +228,7 @@ import ../helpers/make-etc.nix {
|
|||||||
"sshd"
|
"sshd"
|
||||||
"useradd"
|
"useradd"
|
||||||
"chsh"
|
"chsh"
|
||||||
|
"xlock"
|
||||||
"common"
|
"common"
|
||||||
"common-console" # shared stuff for interactive local sessions
|
"common-console" # shared stuff for interactive local sessions
|
||||||
]
|
]
|
||||||
|
4
etc/pam.d/xlock
Normal file
4
etc/pam.d/xlock
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
auth include common
|
||||||
|
account include common
|
||||||
|
password include common
|
||||||
|
session include common
|
Loading…
x
Reference in New Issue
Block a user