summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/trust.py
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify trust-add help regarding multiple runs against the same domainAlexander Bokovoy2012-11-021-3/+25
* Resolve external members from trusted domain via Global CatalogAlexander Bokovoy2012-11-011-9/+8
* Use PublicError instructions support for trust-add case when domain is not foundAlexander Bokovoy2012-10-111-7/+8
* Fix wrong RID for Domain Admins in the examples of trust commandsAlexander Bokovoy2012-10-101-2/+2
* Handle NotFound exception when establishing trustAlexander Bokovoy2012-10-091-3/+34
* Add documentation for 'ipa trust' set of commandsAlexander Bokovoy2012-09-201-2/+58
* Add verification of the AD trustAlexander Bokovoy2012-09-171-5/+7
* Fix various typos.Yuri Chornoivan2012-09-181-2/+2
* Trust CLI: mark trust-mod for future useSumit Bose2012-09-071-1/+6
* Trust CLI: return more details of added trustSumit Bose2012-09-071-0/+11
* Trust CLI: Return more details when searching trustsSumit Bose2012-09-071-0/+13
* Do not create trust if murmur hash is not available and base-id not givenSumit Bose2012-09-071-6/+5
* Rename range CLI to idrangeSumit Bose2012-09-071-2/+2
* Ignore lint errors if pysssd_murmur and samba4 support not installed when bui...Alexander Bokovoy2012-08-151-2/+2
* trust CLI: add ID range for new trusted domainSumit Bose2012-08-151-1/+62
* Use DN objects instead of stringsJohn Dennis2012-08-121-2/+6
* Add --{set,add,del}attr options to commands which are missing them.Jan Cholasta2012-08-031-1/+1
* Handle various forms of admin accounts when establishing trustsAlexander Bokovoy2012-07-181-0/+8
* ipalib/plugins/trust.py: ValidationError takes 'error' named argument, not 'r...Alexander Bokovoy2012-07-181-3/+3
* Add support for external group membersAlexander Bokovoy2012-06-281-0/+4
* Rename 'ipa trust-add-ad' to 'ipa trust-add --type=ad'Alexander Bokovoy2012-06-251-4/+22
* Use correct SID attribute for trusted domainsAlexander Bokovoy2012-06-251-2/+2
* Add trust management for Active Directory trustsAlexander Bokovoy2012-06-071-0/+254