From 8f8d11ada358e322e7f25198ca7d49ab7bd04036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 3 Apr 2024 16:03:53 -1000 Subject: [PATCH] Point to the latest version of the doc Available parameters have not changed between these versions, but doc related to the older version will likely disapear before the one of the latest version. --- REFERENCE.md | 2 +- types/syncrepl.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/REFERENCE.md b/REFERENCE.md index af4020a8..c082212f 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1806,7 +1806,7 @@ Variant[Hash[ Parameters for database replication consumers * **See also** - * https://www.openldap.org/doc/admin24/slapdconfig.html#syncrepl + * https://www.openldap.org/doc/admin26/slapdconfig.html#syncrepl Alias of diff --git a/types/syncrepl.pp b/types/syncrepl.pp index 7c1837d8..7876cefc 100644 --- a/types/syncrepl.pp +++ b/types/syncrepl.pp @@ -1,6 +1,6 @@ # @summary Parameters for database replication consumers # -# @see https://www.openldap.org/doc/admin24/slapdconfig.html#syncrepl +# @see https://www.openldap.org/doc/admin26/slapdconfig.html#syncrepl type Openldap::Syncrepl = Struct[ { rid => Variant[Integer[0, 999], Pattern['\A\d{1,3}\z']],