Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 10200 invoked from network); 7 Feb 2008 16:46:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 16:46:36 -0000 Received: (qmail 42711 invoked by uid 500); 7 Feb 2008 16:46:28 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 42664 invoked by uid 500); 7 Feb 2008 16:46:28 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 42653 invoked by uid 99); 7 Feb 2008 16:46:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 08:46:28 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 16:46:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B25B91A9832; Thu, 7 Feb 2008 08:46:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r619498 - /httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml Date: Thu, 07 Feb 2008 16:46:11 -0000 To: cvs@httpd.apache.org From: bnicholes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080207164612.B25B91A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bnicholes Date: Thu Feb 7 08:46:09 2008 New Revision: 619498 URL: http://svn.apache.org/viewvc?rev=619498&view=rev Log: Update the example and fix typos Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml?rev=619498&r1=619497&r2=619498&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml Thu Feb 7 08:46:09 2008 @@ -36,7 +36,7 @@ common to all authentication providers.

-
Creating Provider Aliases +
Creating Authentication Provider Aliases

Extended authentication providers can be created within the configuration file and assigned an alias name. The alias @@ -51,11 +51,10 @@

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:

+ a single authenticated location to 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