diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-04-20 16:22:37 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-04-20 16:22:37 (GMT) |
commit | 29a7ae79b2a3968e85d7155f20685faa90d33b4e (patch) | |
tree | d4bf112f1a99bf2334a36f94d7c1ffb2c9cc9dba | |
parent | 5dfc092d2f732ab083266d6aeab45ad2d5aeb7aa (diff) | |
download | kolab-conf-29a7ae79b2a3968e85d7155f20685faa90d33b4e.tar.gz |
slapd.conf.template.in: Make kolabAllowSMTPRecipient readable for the nobody user,
needed for kolab/issue1340 (RFC: restrict users to sending mail only to internal recipients)
-rw-r--r-- | conf/templates/slapd.conf.template.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/templates/slapd.conf.template.in b/conf/templates/slapd.conf.template.in index ec76820..6602ef6 100644 --- a/conf/templates/slapd.conf.template.in +++ b/conf/templates/slapd.conf.template.in @@ -159,6 +159,7 @@ access to attrs=kolabHomeMTA access to attrs=kolabAllowSMTPRecipient by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" write by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" write + by dn="cn=nobody,cn=internal,@@@base_dn@@@" read by self read stop access to dn="cn=nobody,@@@base_dn@@@" |