aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvorlon <Unknown>2007-08-19 11:51:13 +0000
committervorlon <Unknown>2007-08-19 11:51:13 +0000
commit0208a753a0386758762b25d3416f381e92f8cd1b (patch)
tree6bd94229b811e2e04f0dd3274c1d83a5c1b29855
parent61cccfad651574c87e3f66cd3395d5d66fc02937 (diff)
downloadpam-0208a753a0386758762b25d3416f381e92f8cd1b.tar.gz
pam-0208a753a0386758762b25d3416f381e92f8cd1b.tar.bz2
pam-0208a753a0386758762b25d3416f381e92f8cd1b.zip
Refresh patch for new upstream version
-rw-r--r--patches-applied/031_pam_include6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches-applied/031_pam_include b/patches-applied/031_pam_include
index e3b0acd2..03fec27b 100644
--- a/patches-applied/031_pam_include
+++ b/patches-applied/031_pam_include
@@ -2,9 +2,9 @@ Index: Linux-PAM/libpam/pam_handlers.c
===================================================================
--- Linux-PAM/libpam/pam_handlers.c.orig
+++ Linux-PAM/libpam/pam_handlers.c
-@@ -128,6 +128,61 @@
+@@ -114,6 +114,61 @@
module_type = PAM_T_ACCT;
- } else if (!_pam_strCMP("password", tok)) {
+ } else if (!strcasecmp("password", tok)) {
module_type = PAM_T_PASS;
+ } else if (!_pam_strCMP("@include", tok)) {
+ /* include a file here
@@ -64,7 +64,7 @@ Index: Linux-PAM/libpam/pam_handlers.c
} else {
/* Illegal module type */
D(("_pam_init_handlers: bad module type: %s", tok));
-@@ -258,6 +313,7 @@
+@@ -244,6 +299,7 @@
return PAM_ABORT;
}
}