summaryrefslogtreecommitdiff
path: root/docs/manual/howto/auth.html.en
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-04-30 08:07:04 +0000
committerDaniel Gruno <humbedooh@apache.org>2012-04-30 08:07:04 +0000
commit47d5b6d92fef4681c76f34c5442a3766624e1a5f (patch)
tree99e07fbb5a33b8106c057f74e76d75905960ed18 /docs/manual/howto/auth.html.en
parentbc9488eb411eeec94ae53dc25e72f938469815b1 (diff)
downloadhttpd-47d5b6d92fef4681c76f34c5442a3766624e1a5f.tar.gz
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
Diffstat (limited to 'docs/manual/howto/auth.html.en')
-rw-r--r--docs/manual/howto/auth.html.en2
1 files changed, 1 insertions, 1 deletions
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</a></h2>
AuthType Basic<br />
AuthBasicProvider file<br />
AuthUserFile /usr/local/apache/passwd/passwords<br />
- AuthLDAPURL ldap://ldaphost/o=yourorg
+ AuthLDAPURL ldap://ldaphost/o=yourorg<br />
AuthGroupFile /usr/local/apache/passwd/groups<br />
Require group GroupName<br />
Require ldap-group cn=mygroup,o=yourorg<br />