mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
use custom pam service name
This commit is contained in:
@@ -69,8 +69,8 @@
|
||||
# file in which to save and load the default desktop and login
|
||||
#save_file = /etc/ly/save
|
||||
|
||||
# service name (pam needs this set to login)
|
||||
#service_name = login
|
||||
# service name (set to ly to use the provided pam config file)
|
||||
#service_name = ly
|
||||
|
||||
# command executed when pressing F1
|
||||
#shutdown_cmd = /sbin/shutdown -a now
|
||||
|
||||
6
res/pam.d/ly
Normal file
6
res/pam.d/ly
Normal file
@@ -0,0 +1,6 @@
|
||||
#%PAM-1.0
|
||||
|
||||
auth include login
|
||||
account include login
|
||||
password include login
|
||||
session include login
|
||||
Reference in New Issue
Block a user