In the second AuthGroupFile link, mod_authnz_ldap incorrectly refers to
mod_authn_file instead of mod_authz_groupfile.
Patch included for trunk.
With regards,
Daniel.
Index: mod_authnz_ldap.xml
===================================================================
--- mod_authnz_ldap.xml (revision 1300620)
+++ mod_authnz_ldap.xml (working copy)
@@ -743,7 +743,7 @@
type="section">Location</directive> or <directive module="core"
type="section">Directory</directive> directives won't work. This
is because <module>mod_authnz_ldap</module> has to be able to grab
- the <directive module="mod_authn_file">AuthGroupFile</directive>
+ the <directive module="mod_authz_groupfile">AuthGroupFile</directive>
directive that is found in FrontPage <code>.htaccess</code>
files so that it knows where to look for the valid user list. If
the <module>mod_authnz_ldap</module> directives aren't in the same
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org