aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-02-19 02:54:04 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-02-19 02:54:04 +0100
commit8254a76792ccb7d0dd7e2cbc81a5de4dbf8d65e7 (patch)
treeb214f2a31e00a1ebd96070f943fac42de48761ae
parentAdd install target. (diff)
downloadpambase-8254a76792ccb7d0dd7e2cbc81a5de4dbf8d65e7.tar.gz
pambase-8254a76792ccb7d0dd7e2cbc81a5de4dbf8d65e7.tar.bz2
pambase-8254a76792ccb7d0dd7e2cbc81a5de4dbf8d65e7.zip
Add 'other' pam.d file too.
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
-rw-r--r--other.in4
3 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d67404b..2488a40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
system-auth
system-login
+other
diff --git a/Makefile b/Makefile
index 510d995..8c9c61f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CPP=cpp
# The pam.d file to create
-PAMD=system-auth system-login
+PAMD=system-auth system-login other
# Get this by default, even if I'd like avoid it...
ifeq "$(IMPLEMENTATION)" ""
diff --git a/other.in b/other.in
new file mode 100644
index 0000000..d8cb1fe
--- /dev/null
+++ b/other.in
@@ -0,0 +1,4 @@
+auth required pam_deny.so
+account required pam_deny.so
+password required pam_deny.so
+session required pam_deny.so