mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add support for external group members
When using ipaExternalGroup/ipaExternalMember attributes it is possible to add group members which don't exist in IPA database. This is primarily is required for AD trusts support and therefore validation is accepting only secure identifier (SID) format. https://fedorahosted.org/freeipa/ticket/2664
This commit is contained in:
committed by
Martin Kosek
parent
52f69aaa8a
commit
a6ff85f425
@@ -45,6 +45,8 @@ group = [
|
||||
u'ipaobject',
|
||||
]
|
||||
|
||||
externalgroup = group + [u'ipaexternalgroup']
|
||||
|
||||
host = [
|
||||
u'ipasshhost',
|
||||
u'ipaSshGroupOfPubKeys',
|
||||
|
||||
Reference in New Issue
Block a user