Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pam-frugalware.git;a=commitdiff;h=79264219e778b7d2b83505632eababa20145a476

commit 79264219e778b7d2b83505632eababa20145a476
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Tue Mar 1 23:23:04 2011 +0100

login-manager
*added common configuration for the login-manager

diff --git a/Makefile b/Makefile
index 8e924f5..a1065ca 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CPP=cpp

# The pam.d file to create
-PAMD=system-auth system-login system-local-login system-remote-login 
system-services other
+PAMD=system-auth system-login system-local-login system-remote-login 
system-services other login-manager

ifeq "$(IMPLEMENTATION)" ""
IMPLEMENTATION=linux-pam
diff --git a/login-manager.in b/login-manager.in
new file mode 100644
index 0000000..ea4c105
--- /dev/null
+++ b/login-manager.in
@@ -0,0 +1,7 @@
+auth        required    pam_unix.so
+auth        requisite   pam_nologin.so
+account     required    pam_unix.so
+password    required    pam_unix.so
+session     required    pam_unix.so
+session     required    pam_systemd.so
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to