]> granicus.if.org Git - apache/commitdiff
Fix up examples
authorDaniel Gruno <humbedooh@apache.org>
Wed, 9 May 2012 22:07:56 +0000 (22:07 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 9 May 2012 22:07:56 +0000 (22:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336426 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_core.xml

index fe629d64be419ec6235effbd9d85a88294f809a6..4f237d4806e82715a7fdabf8bcc901e1842bc613 100644 (file)
@@ -86,8 +86,8 @@
     AuthLDAPBindDN cn=youruser,o=ctx
     AuthLDAPBindPassword yourpassword
     AuthLDAPURL ldap://ldap.host/o=ctx
-    &lt;/AuthnProviderAlias&gt;
-    &lt;AuthnProviderAlias ldap ldap-other-alias&gt;
+&lt;/AuthnProviderAlias&gt;
+&lt;AuthnProviderAlias ldap ldap-other-alias&gt;
     AuthLDAPBindDN cn=yourotheruser,o=dev
     AuthLDAPBindPassword yourotherpassword
     AuthLDAPURL ldap://other.ldap.host/o=dev?cn
@@ -101,7 +101,7 @@ Alias /secure /webpages/secure
     AuthBasicProvider ldap-other-alias  ldap-alias1
     
     AuthType Basic
-    AuthName LDAP_Protected_Place
+    AuthName "LDAP Protected Place"
     Require valid-user
 &lt;/Directory&gt;
           </highlight>