From 6daddfe50de6bcbf3617fa2a5d82bfc1b9cd0e21 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 13 Feb 2018 14:51:16 +0000 Subject: [PATCH] Fixes quoting as per https://bz.apache.org/bugzilla/show_bug.cgi?id=62063 Credit: Hendrik Harms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824143 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authnz_ldap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 2989794621..f810f707b5 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -477,7 +477,7 @@ Require ldap-dn cn=Barbara Jenson, o=Example the attribute employeeType = active

-Require ldap-attribute "employeeType=active" +Require ldap-attribute employeeType="active"

Multiple attribute/value pairs can be specified on the same line -- 2.50.1