From 768198cbd988fbdc6d365662d50abfdcab49e002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 7 Oct 2021 12:40:33 -1000 Subject: [PATCH] Fix suffix of frontend database Fixes #282 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8129bec0..0134b1a5 100644 --- a/README.md +++ b/README.md @@ -187,11 +187,11 @@ from the openldap [documentation](http://www.openldap.org/doc/admin24/slapdconf2 options that should be applied to all the other databases. Subsequent database definitions may also override some frontend settings. -So use the suffix 'frontend' for this special database +So use the suffix 'cn=frontend' for this special database ```puppet -openldap::server::access { '0 on frontend' : +openldap::server::access { '0 on cn=frontend' : what => '*', access => [ 'by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth manage',