From: Jason S. Lingohr Date: Mon, 19 May 2008 11:16:07 +0000 (+0000) Subject: Typo fix as per PR44905, submitted by Jamie Taylor . X-Git-Tag: 2.3.0~612 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce706e922d08fe8892590cc64f68faaf3e19969;p=thirdparty%2Fapache%2Fhttpd.git Typo fix as per PR44905, submitted by Jamie Taylor . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657791 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index e1792f9a0ed..dc0bbbba98c 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -674,11 +674,11 @@ Require valid-user subtree search for the attribute userPrincipalName, with an empty search root, like so:

-
-AuthLDAPBindDN apache@somedomain.com
-AuthLDAPBindPassword password
-AuthLDAPURL ldap://10.0.0.1:3268/>userPrincipalName?sub
-
+ +AuthLDAPBindDN apache@somedomain.com
+AuthLDAPBindPassword password
+AuthLDAPURL ldap://10.0.0.1:3268/?userPrincipalName?sub +

Users will need to enter their User Principal Name as a login, in the form somebody@nz.somedomain.com.