summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/trust.py
Commit message (Expand)AuthorAgeFilesLines
* trust-fetch-domains: make sure we use right KDC when --server is specifiedAlexander Bokovoy2019-06-281-9/+19
* Bypass D-BUS interface definition deficiences for trust-fetch-domainsAlexander Bokovoy2019-04-081-2/+9
* oddjob: allow to pass options to trust-fetch-domainsAlexander Bokovoy2019-04-011-5/+26
* Fix formatted translations in trust pluginStanislav Levin2018-06-211-8/+8
* Generate same API.txt under Python 2 and 3Christian Heimes2018-02-151-25/+29
* LGTM: raise handle_not_found()Christian Heimes2018-01-091-8/+8
* LGTM: Fix multiple use before assignmentChristian Heimes2018-01-091-3/+5
* ipaserver/plugins/trust.py: pep8 complianceAlexander Bokovoy2017-12-071-137/+204
* trust: detect and error out when non-AD trust with IPA domain name existsAlexander Bokovoy2017-12-071-50/+15
* ipaserver/plugins/trust.py; fix some indenting issuesAlexander Bokovoy2017-12-071-8/+9
* Improve help message for ipa trust-add --range-typeFlorence Blanc-Renaud2017-12-071-0/+5
* logging: do not log into the root loggerJan Cholasta2017-07-141-3/+2
* logging: remove object-specific loggersJan Cholasta2017-07-141-8/+14
* trust-mod: allow modifying list of UPNs of a trusted forestAlexander Bokovoy2017-06-141-1/+2
* Refactor the role/attribute member reporting codeMartin Babinsky2017-05-261-18/+4
* trust: always use oddjobd helper for fetching trust informationAlexander Bokovoy2017-04-111-33/+10
* Drop use of kinit_as_http from trust codeSimo Sorce2017-02-151-6/+0
* trustdomain-del: fix the way how subdomain is searchedAlexander Bokovoy2016-11-011-6/+9
* pylint: enable the import-error checkJan Cholasta2016-10-241-3/+3
* remove trailing newlines form python modulesMartin Babinsky2016-10-121-1/+0
* Pylint: remove unused variables in ipaserver packageMartin Basti2016-10-061-18/+16
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* trust-fetch-domains: contact forest DCs when fetching trust domain infoMartin Babinsky2016-09-141-3/+11
* Always fetch forest info from root DCs when establishing two-way trustMartin Babinsky2016-09-051-8/+21
* do not use trusted forest name to construct domain admin principalMartin Babinsky2016-08-311-1/+1
* Corrected minor spell check in AD Trust information doc messagesAbhijeet Kasurde2016-08-221-1/+1
* trust: make sure ID range is created for the child domain even if it existsAlexander Bokovoy2016-08-221-3/+7
* trust: make sure external trust topology is correctly renderedAlexander Bokovoy2016-08-221-11/+17
* trust-add: handle `--all/--raw` options properlyMartin Babinsky2016-07-211-14/+27
* allow 'value' output param in commands without primary keyMartin Babinsky2016-07-201-0/+2
* server: define missing virtual attributesJan Cholasta2016-06-301-20/+26
* adtrust: optimize forest root LDAP filterAlexander Bokovoy2016-06-151-5/+3
* Server Roles: make *config-show consume relevant roles/attributesMartin Babinsky2016-06-131-0/+31
* adtrust: support UPNs for trusted domain usersAlexander Bokovoy2016-06-111-19/+50
* adtrust: remove nttrustpartner parameterAlexander Bokovoy2016-06-101-4/+0
* Revert "adtrust: remove nttrustpartner parameter"Martin Basti2016-06-101-0/+4
* adtrust: remove nttrustpartner parameterAlexander Bokovoy2016-06-101-4/+0
* trusts: Add support for an external trust to Active Directory domainAlexander Bokovoy2016-06-091-14/+47
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-0/+1725