From: Daniel Gruno Date: Mon, 30 Apr 2012 08:07:04 +0000 (+0000) Subject: Fix a missing line break in 2.4 branch X-Git-Tag: 2.4.3~508 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47d5b6d92fef4681c76f34c5442a3766624e1a5f;p=apache Fix a missing line break in 2.4 branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1332094 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index c4e8fe9ed9..1adf54f14d 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -437,7 +437,7 @@ person in AuthType Basic
AuthBasicProvider file
AuthUserFile /usr/local/apache/passwd/passwords
- AuthLDAPURL ldap://ldaphost/o=yourorg + AuthLDAPURL ldap://ldaphost/o=yourorg
AuthGroupFile /usr/local/apache/passwd/groups
Require group GroupName
Require ldap-group cn=mygroup,o=yourorg
diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index 22b637d1bb..c43c289567 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -430,7 +430,7 @@ person in AuthType Basic
AuthBasicProvider file
AuthUserFile /usr/local/apache/passwd/passwords
- AuthLDAPURL ldap://ldaphost/o=yourorg + AuthLDAPURL ldap://ldaphost/o=yourorg
AuthGroupFile /usr/local/apache/passwd/groups
Require group GroupName
Require ldap-group cn=mygroup,o=yourorg