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:
Alexander Bokovoy
2012-06-20 16:08:33 +03:00
committed by Martin Kosek
parent 52f69aaa8a
commit a6ff85f425
11 changed files with 358 additions and 29 deletions

View File

@@ -45,6 +45,8 @@ group = [
u'ipaobject',
]
externalgroup = group + [u'ipaexternalgroup']
host = [
u'ipasshhost',
u'ipaSshGroupOfPubKeys',