]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
authn_provider_alias adds the configuration block tag
authorBradley Nicholes <bnicholes@apache.org>
Mon, 23 May 2005 17:43:10 +0000 (17:43 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 23 May 2005 17:43:10 +0000 (17:43 +0000)
commit79a282df9ccc36feee6b9ffc8f8e70639799b100
tree7f1bf78422390ff65f2778ed66b03916f913aea8
parent1e83d2e66900f9fe2e44c8a731657d3095103702
authn_provider_alias adds the configuration block tag
<AuthnProviderAlias baseProvider Alias>
Authentication directives contained within this block can be
referenced as a new authProvider using the AuthBasicProvider or
AuthDigestProvider directives.  These directives will be merged in to
the per_dir configuration just before the base provider is called.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@177985 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_authn_alias.c [new file with mode: 0644]