Univention Bugzilla – Attachment 7785 Details for
Bug 33648
[fetchmail] Configurable default group name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
33648.patch (text/plain), 1.20 KB, created by
Florian Best
on 2016-07-07 13:17:01 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-07-07 13:17:01 CEST
Size:
1.20 KB
patch
obsolete
>diff --git a/mail/univention-fetchmail/conffiles/etc/ldap/slapd.conf.d/66univention-fetchmail_acl-settings b/mail/univention-fetchmail/conffiles/etc/ldap/slapd.conf.d/66univention-fetchmail_acl-settings >index ecaea7b..eea9bc9 100644 >--- a/mail/univention-fetchmail/conffiles/etc/ldap/slapd.conf.d/66univention-fetchmail_acl-settings >+++ b/mail/univention-fetchmail/conffiles/etc/ldap/slapd.conf.d/66univention-fetchmail_acl-settings >@@ -1,5 +1,11 @@ >-access to attrs=univentionFetchmailPasswd >- by group/univentionGroup/uniqueMember="cn=Domain Admins,cn=groups,@%@ldap/base@%@" write >- by set="user/univentionService & [Fetchmail]" write >- by dn.base="cn=admin,@%@ldap/base@%@" write >- by * none >+@!@ >+from univention.lib.misc import custom_groupname >+ldap_base = configRegistry['ldap/base'] >+usr = 'write' if configRegistry.get('ldap/server/type') == "master" else 'read' >+ >+print 'access to attrs=univentionFetchmailPasswd' >+print ' by group/univentionGroup/uniqueMember="cn=%s,cn=groups,%s" %s' % (custom_groupname('Domain Admins'), ldap_base, usr) >+print ' by set="user/univentionService & [Fetchmail]" %s' % (usr,) >+print ' by dn.base="cn=admin,%s" %s' % (ldap_base, usr) >+print ' by * none' >+@!@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33648
: 7785