From cd43b892b3ea7e50aa26a17eb5ab61d9ee254646 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Wed, 3 Sep 2008 20:05:44 +0000
Subject: [PATCH] ITS#5633

---
 CHANGES                      | 1 +
 doc/man/man5/slapo-retcode.5 | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/CHANGES b/CHANGES
index 36fff5855b..c2e110eedd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,7 @@ OpenLDAP 2.4.12 Engineering
 		Fixed ODBC library detection (ITS#5602)
 	Documentation
 		Added slapd-ldap(5), slapd-meta(5) noundeffilter (ITS#5614)
+		Added slapo-retcode(5) retcode.conf location (ITS#5633)
 		admin24 guide updates (ITS#5616)
 		admin24 octetString fix (ITS#5670)
 
diff --git a/doc/man/man5/slapo-retcode.5 b/doc/man/man5/slapo-retcode.5
index 93ace46db4..d1381f610b 100644
--- a/doc/man/man5/slapo-retcode.5
+++ b/doc/man/man5/slapo-retcode.5
@@ -227,6 +227,8 @@ The auxiliary objectclass to alter the behavior of existing objects:
 .nf
 overlay         retcode
 retcode-parent  "ou=RetCodes,dc=example,dc=com"
+
+# retcode.conf is found in tests/data/ of the source tree
 include         ./retcode.conf
 
 # Wait 10 seconds, then return success (0x00)
-- 
GitLab