From 4626a7d0edf687c63452dc671a2fbb7f44aa64b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= <ondra@openldap.org>
Date: Thu, 14 Jun 2018 16:08:36 +0100
Subject: [PATCH] Fix quoting example

---
 doc/man/man5/ldap.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
index 0c8ec8a0e2..8c67bc0ae3 100644
--- a/doc/man/man5/ldap.conf.5
+++ b/doc/man/man5/ldap.conf.5
@@ -85,7 +85,7 @@ For example,
 	# Right - DN syntax needs quoting for Example, Inc:
 	BASE    ou=IT staff,o="Example, Inc",c=US
 	# or:
-	BASE    ou=IT staff,o=Example2C Inc,c=US
+	BASE    ou=IT staff,o=Example\\2C Inc,c=US
 
 	# Wrong - comment on same line as option:
 	DEREF   never           # Never follow aliases
-- 
GitLab