mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
trusts: Allow reading system trust accounts by adtrust agents
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
committed by
Petr Viktorin
parent
8f9838c7ef
commit
c2e6b74029
@@ -330,6 +330,17 @@ class trust(LDAPObject):
|
||||
'ipantsidblacklistincoming', 'ipantsidblacklistoutgoing'
|
||||
},
|
||||
},
|
||||
|
||||
'System: Read system trust accounts': {
|
||||
'non_object': True,
|
||||
'ipapermlocation': DN(container_dn, api.env.basedn),
|
||||
'replaces_global_anonymous_aci': True,
|
||||
'ipapermright': {'read', 'search', 'compare'},
|
||||
'ipapermdefaultattr': {
|
||||
'uidnumber', 'gidnumber', 'krbprincipalname'
|
||||
},
|
||||
'default_privileges': {'ADTrust Agents'},
|
||||
},
|
||||
}
|
||||
|
||||
label = _('Trusts')
|
||||
|
Reference in New Issue
Block a user