mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix: Add managed read permissions for compat tree and operational attrs
This is a fix for an earlier version, which was committed by mistake as: master:418ce870bfipa-4-0:3e2c86aeabipa-4-1:9bcd88589eThanks to Alexander Bokovoy for contributions https://fedorahosted.org/freeipa/ticket/4521
This commit is contained in:
committed by
Petr Viktorin
parent
c50dff2282
commit
68d656f80a
@@ -204,12 +204,12 @@ class group(LDAPObject):
|
||||
},
|
||||
'System: Read Group Compat Tree': {
|
||||
'non_object': True,
|
||||
'ipapermbindruletype': 'all',
|
||||
'ipapermbindruletype': 'anonymous',
|
||||
'ipapermlocation': api.env.basedn,
|
||||
'ipapermtarget': DN('cn=groups', 'cn=compat', api.env.basedn),
|
||||
'ipapermright': {'read', 'search', 'compare'},
|
||||
'ipapermdefaultattr': {
|
||||
'objectclass', 'cn', 'memberuid',
|
||||
'objectclass', 'cn', 'memberuid', 'gidnumber',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user