summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2008-12-09 00:56:14 +0000
committerRoy T. Fielding <fielding@apache.org>2008-12-09 00:56:14 +0000
commitbd3f025d91e98eacdaf1fe1a1af02212066e0d40 (patch)
treed3dd0b90abdc31553b22e2147f2a3ad0fd2b2b7a
parent206fa0e2f47a9cbcc32af30e3730cd590b99e375 (diff)
downloadhttpd-bd3f025d91e98eacdaf1fe1a1af02212066e0d40.tar.gz
missing line breaks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724569 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/howto/auth.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml
index 0d75ca7047..49a8a09768 100644
--- a/docs/manual/howto/auth.xml
+++ b/docs/manual/howto/auth.xml
@@ -398,7 +398,7 @@ person in</title>
AuthBasicProvider file ldap<br />
AuthUserFile /usr/local/apache/passwd/passwords<br />
AuthLDAPURL ldap://ldaphost/o=yourorg<br />
- Require valid-user
+ Require valid-user<br />
&lt;/Directory&gt;
</example>
@@ -424,7 +424,7 @@ person in</title>
AuthLDAPURL ldap://ldaphost/o=yourorg
AuthGroupFile /usr/local/apache/passwd/groups<br />
Require group GroupName<br />
- Require ldap-group cn=mygroup,o=yourorg
+ Require ldap-group cn=mygroup,o=yourorg<br />
&lt;/Directory&gt;
</example>