Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for external group members | Alexander Bokovoy | 2012-06-28 | 1 | -0/+4 | |
| | | | | | | | | | 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 | |||||
* | Rename 'ipa trust-add-ad' to 'ipa trust-add --type=ad' | Alexander Bokovoy | 2012-06-25 | 1 | -4/+22 | |
| | ||||||
* | Use correct SID attribute for trusted domains | Alexander Bokovoy | 2012-06-25 | 1 | -2/+2 | |
| | | | | | | We have two SID attributes, ipaNTSecurityIdentifier and ipaNTTrustedDomainSID. First is used for recording SID of our users/groups, second is to store SID of a remote trusted domain. | |||||
* | Add trust management for Active Directory trusts | Alexander Bokovoy | 2012-06-07 | 1 | -0/+254 | |