From: Bradley Nicholes Date: Sat, 28 Jan 2006 00:43:57 +0000 (+0000) Subject: Documentation for mod_authn_alias is no longer needed since the only directive it... X-Git-Tag: 2.3.0~2570 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=674853ead14127d2492648061377e32f764b52da;p=apache Documentation for mod_authn_alias is no longer needed since the only directive it documented has been merged in to mod_authn_core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@373047 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_alias.html b/docs/manual/mod/mod_authn_alias.html deleted file mode 100644 index 6abb4b348d..0000000000 --- a/docs/manual/mod/mod_authn_alias.html +++ /dev/null @@ -1,3 +0,0 @@ -URI: mod_authn_alias.html.en -Content-Language: en -Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_authn_alias.html.en b/docs/manual/mod/mod_authn_alias.html.en deleted file mode 100644 index f463631caa..0000000000 --- a/docs/manual/mod/mod_authn_alias.html.en +++ /dev/null @@ -1,120 +0,0 @@ - - - -mod_authn_alias - Apache HTTP Server - - - - - - -
<-
-
-Apache > HTTP Server > Documentation > Version 2.3 > Modules
-
-

Apache Module mod_authn_alias

-
-

Available Languages:  en 

-
- - - - -
Description:Provides the ability to create extended authentication - providers based on actual providers
Status:Extension
Module Identifier:authn_alias_module
Source File:mod_authn_alias.c
Compatibility:Available in Apache 2.1 and later
-

Summary

- -

This module allows extended authentication providers to be created - within the configuration file and assigned an alias name. The alias - providers can then be referenced through the directives - AuthBasicProvider or - AuthDigestProvider in - the same way as a base authentication provider. Besides the ability - to create and alias an extended provider, it also allows the same - extended authentication provider to be reference by multiple - locations.

- -
-

Directives

- -

Topics

-
-
top
-
-

Example

-

The example below creates two different ldap authentication - provider aliases based on the ldap provider. This allows - a single authenticated location can be serviced by multiple - ldap hosts:

- -

Example

- LoadModule authn_alias_module modules/mod_authn_alias.so

- <AuthnProviderAlias ldap ldap-alias1>
- - AuthLDAPBindDN cn=youruser,o=ctx
- AuthLDAPBindPassword yourpassword
- AuthLDAPURL ldap://ldap.host/o=ctx
-
- </AuthnProviderAlias>

- <AuthnProviderAlias ldap ldap-other-alias>
- - AuthLDAPBindDN cn=yourotheruser,o=dev
- AuthLDAPBindPassword yourotherpassword
- AuthLDAPURL ldap://other.ldap.host/o=dev?cn
-
- </AuthnProviderAlias>

- - Alias /secure /webpages/secure
- <Directory /webpages/secure>
- - Order deny,allow
- Allow from all

- - AuthBasicProvider ldap-other-alias ldap-alias1

- - AuthType Basic
- AuthName LDAP_Protected_Place
- require valid-user
-
- </Directory>
-

-
-
top
-

<AuthnProviderAlias> Directive

- - - - - - -
Description:Enclose a group of directives that represent an -extension of a base authentication provider and referenced by -the specified alias
Syntax:<AuthnProviderAlias baseProvider Alias> -... </AuthnProviderAlias>
Context:server config, virtual host
Status:Extension
Module:mod_authn_alias
-

<AuthnProviderAlias> and - </AuthnProviderAlias> are used to enclose a group of - authentication directives that can be referenced by the alias name - using one of the directives - AuthBasicProvider or - AuthDigestProvider.

- - -
-
-
-

Available Languages:  en 

-
- \ No newline at end of file diff --git a/docs/manual/mod/mod_authn_alias.xml b/docs/manual/mod/mod_authn_alias.xml deleted file mode 100644 index 9bf23c09ca..0000000000 --- a/docs/manual/mod/mod_authn_alias.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - -mod_authn_alias -Provides the ability to create extended authentication - providers based on actual providers -Extension -mod_authn_alias.c -authn_alias_module -Available in Apache 2.1 and later - - -

This module allows extended authentication providers to be created - within the configuration file and assigned an alias name. The alias - providers can then be referenced through the directives - AuthBasicProvider or - AuthDigestProvider in - the same way as a base authentication provider. Besides the ability - to create and alias an extended provider, it also allows the same - extended authentication provider to be reference by multiple - locations.

- -
- -
Example -

The example below creates two different ldap authentication - provider aliases based on the ldap provider. This allows - a single authenticated location can be serviced by multiple - ldap hosts:

- - Example - LoadModule authn_alias_module modules/mod_authn_alias.so

- <AuthnProviderAlias ldap ldap-alias1>
- - AuthLDAPBindDN cn=youruser,o=ctx
- AuthLDAPBindPassword yourpassword
- AuthLDAPURL ldap://ldap.host/o=ctx
-
- </AuthnProviderAlias>

- <AuthnProviderAlias ldap ldap-other-alias>
- - AuthLDAPBindDN cn=yourotheruser,o=dev
- AuthLDAPBindPassword yourotherpassword
- AuthLDAPURL ldap://other.ldap.host/o=dev?cn
-
- </AuthnProviderAlias>

- - Alias /secure /webpages/secure
- <Directory /webpages/secure>
- - Order deny,allow
- Allow from all

- - AuthBasicProvider ldap-other-alias ldap-alias1

- - AuthType Basic
- AuthName LDAP_Protected_Place
- require valid-user
-
- </Directory>
-
-
- - -AuthnProviderAlias -Enclose a group of directives that represent an -extension of a base authentication provider and referenced by -the specified alias -<AuthnProviderAlias baseProvider Alias> -... </AuthnProviderAlias> -server configvirtual host - - - -

AuthnProviderAlias and - </AuthnProviderAlias> are used to enclose a group of - authentication directives that can be referenced by the alias name - using one of the directives - AuthBasicProvider or - AuthDigestProvider.

- -
-
- -
diff --git a/docs/manual/mod/mod_authn_alias.xml.meta b/docs/manual/mod/mod_authn_alias.xml.meta deleted file mode 100644 index 276887d0e1..0000000000 --- a/docs/manual/mod/mod_authn_alias.xml.meta +++ /dev/null @@ -1,11 +0,0 @@ - - - - mod_authn_alias - /mod/ - .. - - - en - -