summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2015-05-12 12:31:46 +0000
committerAlexander Bokovoy <abokovoy@redhat.com>2015-07-07 10:33:53 +0300
commitb850385e6bdfd727cb5a801ae4f341dbd93331fe (patch)
treedf20c821c136bc05eeda01e37271d7a0e7bb9438 /ipalib
parentb7a3b206deb3257b3a78939f0d2a6a114e48b758 (diff)
downloadfreeipa-b850385e6bdfd727cb5a801ae4f341dbd93331fe.tar.gz
freeipa-b850385e6bdfd727cb5a801ae4f341dbd93331fe.tar.xz
freeipa-b850385e6bdfd727cb5a801ae4f341dbd93331fe.zip
ipa-adtrust-install: add IPA master host principal to adtrust agents
Fixes https://fedorahosted.org/freeipa/ticket/4951
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/trust.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipalib/plugins/trust.py b/ipalib/plugins/trust.py
index 22fbb9c7c..5b884ca89 100644
--- a/ipalib/plugins/trust.py
+++ b/ipalib/plugins/trust.py
@@ -327,7 +327,8 @@ class trust(LDAPObject):
'cn', 'objectclass',
'ipantflatname', 'ipantsecurityidentifier',
'ipanttrusteddomainsid', 'ipanttrustpartner',
- 'ipantsidblacklistincoming', 'ipantsidblacklistoutgoing'
+ 'ipantsidblacklistincoming', 'ipantsidblacklistoutgoing',
+ 'ipanttrustdirection'
},
},