From 8d0520e2715fda2e49c4033f867fab01c2e280b1 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 17 Dec 2009 17:40:34 +0000 Subject: [PATCH] Added rSyslogPassword to non-readable attributes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14906 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/contrib/openldap/slapd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-core/contrib/openldap/slapd.conf b/gosa-core/contrib/openldap/slapd.conf index 82e071944..f843b264d 100644 --- a/gosa-core/contrib/openldap/slapd.conf +++ b/gosa-core/contrib/openldap/slapd.conf @@ -133,6 +133,9 @@ access to attrs=goKrbPassword access to attrs=goFaxPassword by dn.regex="uid=[^/]+/admin\+(realm=GONICUS.LOCAL)?" write by * none +access to attrs=rSyslogPassword + by dn.regex="uid=[^/]+/admin\+(realm=GONICUS.LOCAL)?" write + by * none # Let servers write last user attribute access to attrs=gotoLastUser -- 2.30.2