Univention Bugzilla – Attachment 7631 Details for
Bug 41179
User is allowed to change its objectClass
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
41179.patch (text/plain), 1.09 KB, created by
Florian Best
on 2016-04-29 15:31:02 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-04-29 15:31:02 CEST
Size:
1.09 KB
patch
obsolete
>diff --git a/management/univention-ldap/conffiles/etc/ldap/slapd.conf.d/63univention-ldap-server_acl-master-password b/management/univention-ldap/conffiles/etc/ldap/slapd.conf.d/63univention-ldap-server_acl-master-password >index faa787b..80e1ae1 100644 >--- a/management/univention-ldap/conffiles/etc/ldap/slapd.conf.d/63univention-ldap-server_acl-master-password >+++ b/management/univention-ldap/conffiles/etc/ldap/slapd.conf.d/63univention-ldap-server_acl-master-password >@@ -12,8 +12,11 @@ if baseConfig.has_key('ldap/acl/user/password/change') and baseConfig['ldap/acl/ > print ' by self %s' % ( usr ) > print ' by * none break' > >-# grant write access to users' own UMC properties >-print 'access to attrs="univentionUMCProperty,objectClass"' >+print '# grant write access to users own UMC properties' >+print 'access to attrs="univentionUMCProperty" filter="objectClass=organizationalPerson"' >+print ' by self %s' % usr >+print ' by * none break' >+print 'access to attrs=objectClass val=univentionPerson filter="objectClass=organizationalPerson"' > print ' by self %s' % usr > print ' by * none break' >
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 41179
: 7631