]> git.pld-linux.org Git - packages/apache1-mod_auth_pam.git/commitdiff
- trivial patch to join some broken string constants
authorradek <radek@pld-linux.org>
Fri, 27 Aug 2004 13:01:09 +0000 (13:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_auth_pam-broken_lines.patch -> 1.1

apache1-mod_auth_pam-broken_lines.patch [new file with mode: 0644]

diff --git a/apache1-mod_auth_pam-broken_lines.patch b/apache1-mod_auth_pam-broken_lines.patch
new file mode 100644 (file)
index 0000000..9c4d662
--- /dev/null
@@ -0,0 +1,18 @@
+--- mod_auth_pam.c.orig        2002-08-08 15:47:33.000000000 +0200
++++ mod_auth_pam.c     2004-08-24 11:29:59.131297160 +0200
+@@ -231,13 +231,11 @@
+ static command_rec auth_pam_cmds[] = {
+   { "AuthFailDelay", (const char*(*)())auth_fail_delay, 0, OR_AUTHCFG, TAKE1,
+-    "number of micro seconds to wait after failed authentication attempt. defau
+-lt is 0" },
++    "number of micro seconds to wait after failed authentication attempt. default is 0" },
+   { "AuthPAM_Authorative", (const char*(*)())auth_fall_through, NULL, OR_AUTHCFG, FLAG,
+     "no longer in use -- see AuthPAM_FallThrough instead" },
+   { "AuthPAM_FallThrough", (const char*(*)())auth_fall_through, NULL, OR_AUTHCFG, FLAG,
+-    "on|off - determines if other authentication methods are attempted if this
+-one fails; default is off" },
++    "on|off - determines if other authentication methods are attempted if this one fails; default is off" },
+   { "AuthPAM_Enabled", (const char*(*)())auth_enable, NULL, OR_AUTHCFG, FLAG,
+     "on|off - determines if PAM authentication is enabled; default is on" },
+   { 0 }
This page took 0.069234 seconds and 4 git commands to generate.