From 99a6ba2e103c79b03136ca2f5284209fc49468af Mon Sep 17 00:00:00 2001
From: Pierangelo Masarati <ando@openldap.org>
Date: Mon, 22 Aug 2005 16:30:41 +0000
Subject: [PATCH] reflect additions to dynacl config syntax

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

diff --git a/doc/man/man5/slapd.access.5 b/doc/man/man5/slapd.access.5
index 7413ee6e07..aa0cfb8b89 100644
--- a/doc/man/man5/slapd.access.5
+++ b/doc/man/man5/slapd.access.5
@@ -255,7 +255,7 @@ It can have the forms
 	sasl_ssf=<n>
 
 	aci[=<attrname>]
-	dynacl/name[.<dynstyle>][=<pattern>]
+	dynacl/name[/<options>][.<dynstyle>][=<pattern>]
 .fi
 .LP
 with
@@ -633,7 +633,7 @@ operational attribute is used.
 ACIs are experimental; they must be enabled at compile time.
 .LP
 The statement
-.B dynacl/<name>[.<dynstyle>][=<pattern>]
+.B dynacl/<name>[/<options>][.<dynstyle>][=<pattern>]
 means that access checking is delegated to the admin-defined method
 indicated by
 .BR <name> ,
@@ -641,6 +641,7 @@ which can be registered at run-time by means of the
 .B moduleload
 statement.
 The fields
+.BR <options> ,
 .B <dynstyle>
 and
 .B <pattern>
-- 
GitLab