]> git.pld-linux.org Git - packages/apache1-mod_auth_pam.git/blame - apache1-mod_auth_pam-broken_lines.patch
- BR: pam-devel
[packages/apache1-mod_auth_pam.git] / apache1-mod_auth_pam-broken_lines.patch
CommitLineData
841c1fb3 1--- mod_auth_pam.c.orig 2002-08-08 15:47:33.000000000 +0200
2+++ mod_auth_pam.c 2004-08-24 11:29:59.131297160 +0200
3@@ -231,13 +231,11 @@
4
5 static command_rec auth_pam_cmds[] = {
6 { "AuthFailDelay", (const char*(*)())auth_fail_delay, 0, OR_AUTHCFG, TAKE1,
7- "number of micro seconds to wait after failed authentication attempt. defau
8-lt is 0" },
9+ "number of micro seconds to wait after failed authentication attempt. default is 0" },
10 { "AuthPAM_Authorative", (const char*(*)())auth_fall_through, NULL, OR_AUTHCFG, FLAG,
11 "no longer in use -- see AuthPAM_FallThrough instead" },
12 { "AuthPAM_FallThrough", (const char*(*)())auth_fall_through, NULL, OR_AUTHCFG, FLAG,
13- "on|off - determines if other authentication methods are attempted if this
14-one fails; default is off" },
15+ "on|off - determines if other authentication methods are attempted if this one fails; default is off" },
16 { "AuthPAM_Enabled", (const char*(*)())auth_enable, NULL, OR_AUTHCFG, FLAG,
17 "on|off - determines if PAM authentication is enabled; default is on" },
18 { 0 }
This page took 0.087845 seconds and 4 git commands to generate.