
humbedooh at apache
Apr 30, 2012, 1:07 AM
Post #1 of 1
(36 views)
Permalink
|
|
svn commit: r1332094 - in /httpd/httpd/branches/2.4.x/docs/manual/howto: auth.html.en auth.xml
|
|
Author: humbedooh Date: Mon Apr 30 08:07:04 2012 New Revision: 1332094 URL: http://svn.apache.org/viewvc?rev=1332094&view=rev Log: Fix a missing line break in 2.4 branch Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/auth.html.en httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/auth.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/auth.html.en?rev=1332094&r1=1332093&r2=1332094&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/howto/auth.html.en (original) +++ httpd/httpd/branches/2.4.x/docs/manual/howto/auth.html.en Mon Apr 30 08:07:04 2012 @@ -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 /> Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml?rev=1332094&r1=1332093&r2=1332094&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml Mon Apr 30 08:07:04 2012 @@ -430,7 +430,7 @@ person in</title> 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 />
|