From: Roy T. Fielding Date: Tue, 9 Dec 2008 00:56:14 +0000 (+0000) Subject: missing line breaks X-Git-Tag: 2.3.1~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd3f025d91e98eacdaf1fe1a1af02212066e0d40;p=thirdparty%2Fapache%2Fhttpd.git missing line breaks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724569 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index 0d75ca7047b..49a8a097685 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -398,7 +398,7 @@ person in AuthBasicProvider file ldap
AuthUserFile /usr/local/apache/passwd/passwords
AuthLDAPURL ldap://ldaphost/o=yourorg
- Require valid-user + Require valid-user
</Directory> @@ -424,7 +424,7 @@ person in AuthLDAPURL ldap://ldaphost/o=yourorg AuthGroupFile /usr/local/apache/passwd/groups
Require group GroupName
- Require ldap-group cn=mygroup,o=yourorg + Require ldap-group cn=mygroup,o=yourorg
</Directory>