Igor Galić
3be0a16a98
fix XML validation.
...
Revert some of the hilighting to use <example><pre>, for instance: ldiffs
Make some of the lines that were artifically broken > 40char.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330921 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 16:14:31 +00:00
Daniel Gruno
a3d2bba55b
Syntax for mod_a*.xml and MPMs
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330911 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 15:47:56 +00:00
Nick Kew
32de9a8ec2
Typo fix (thanks to Tom Browder on users@)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154769 13f79535-47bb-0310-9956-ffa450edef68
2011-08-07 21:10:20 +00:00
Nick Kew
31ec3c4750
Change AuthnCacheProvider --> AuthnCacheProvideFor to deal with overloading
...
of "provider" and likely confusion with AuthnCacheSOCache.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055447 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 12:44:33 +00:00
Daniel Earl Poirier
745905a67d
Point out that the format of encrypted passwords depends on
...
whether you're using mod_authn_basic or mod_authn_digest.
Reported by Josef Spillner, PR46672.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029180 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 20:14:38 +00:00
Nick Kew
9ec99270a9
Add cacheing to authn_dbd docs
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958747 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 21:23:19 +00:00
Chris Darroch
de7e25de16
note required APR/httpd versions
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@641514 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 19:47:02 +00:00
Chris Darroch
5c229dedb0
PR 43211: Revise mod_authn_dbd and mod_authz_dbd documenation to reflect
...
current APR DBD query statement parameter requirements. Tidy up examples
and links to glossary and external sites. Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@639562 13f79535-47bb-0310-9956-ffa450edef68
2008-03-21 07:49:47 +00:00
Vincent Bray
cb538040e8
PR #43358 - Fix links to moved auth directives (Takashi Sato)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574882 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 10:32:57 +00:00
Ruediger Pluem
98be0f4274
* Remove </p> as the docs fail to build due to this incomplete tag.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571838 13f79535-47bb-0310-9956-ffa450edef68
2007-09-01 17:43:44 +00:00
Graham Leggett
ed3e6b8562
Add docs for the AUTHENTICATE_ prefixed exposure of login attributes during
...
AAA.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571804 13f79535-47bb-0310-9956-ffa450edef68
2007-09-01 14:24:55 +00:00
Graham Leggett
2d79512131
mod_authn_dbd: Export any additional columns queried in the SQL select
...
into the environment with the name AUTHENTICATE_<COLUMN>. This brings
mod_authn_dbd behaviour in line with mod_authnz_ldap.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@466865 13f79535-47bb-0310-9956-ffa450edef68
2006-10-22 19:11:51 +00:00
Roy T. Fielding
47e590252a
update license header text
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420993 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 21:18:15 +00:00
Nick Kew
8bee3696c9
PR#38084
...
Correct DBDParams string in example
INOUE Seiichiro (who reported the bug) suggests referencing the
pgsql documentation. I disagree, but I wonder if PgSQL is really
a good choice of example, since it (untypically) parses the params
itself rather than have the apr_dbd driver do it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@360505 13f79535-47bb-0310-9956-ffa450edef68
2006-01-01 17:51:03 +00:00
Nick Kew
12164497e9
Fix documentation bugs
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354248 13f79535-47bb-0310-9956-ffa450edef68
2005-12-06 00:54:29 +00:00
Nick Kew
fea99057d1
Bring documentation up to date with yesterdays fix
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329645 13f79535-47bb-0310-9956-ffa450edef68
2005-10-30 21:06:36 +00:00
Nick Kew
a5af8acb5d
Add a usage example to documentation page
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329397 13f79535-47bb-0310-9956-ffa450edef68
2005-10-29 11:25:06 +00:00
André Malo
6c839802da
get the properties and the copyright date right
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@321304 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 07:39:00 +00:00
Nick Kew
1b4236d695
Add mod_authn_dbd
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@321247 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 23:33:40 +00:00