From afbd2ac3a925a4929c10ebaa009bd7a4eba68e20 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Mon, 11 Feb 2008 23:39:05 +0000
Subject: [PATCH] explicitly present the ip masking algorithm

---
 doc/man/man5/slapd.access.5 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/man/man5/slapd.access.5 b/doc/man/man5/slapd.access.5
index 2129e58e83..c2917be208 100644
--- a/doc/man/man5/slapd.access.5
+++ b/doc/man/man5/slapd.access.5
@@ -595,7 +595,8 @@ prefix and the
 part, and it is compared against the
 .B <ip>
 portion of the pattern after masking with
-.BR <mask> .
+.BR <mask> :
+\fI((peername & <mask>) == <ip>)\fP.
 As an example, 
 .B peername.ip=127.0.0.1
 and
-- 
GitLab