From fce706e922d08fe8892590cc64f68faaf3e19969 Mon Sep 17 00:00:00 2001
From: "Jason S. Lingohr"
Date: Mon, 19 May 2008 11:16:07 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_authnz_ldap.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml
index e1792f9a0e..dc0bbbba98 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.
--
2.40.0