summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-06-24 13:58:28 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-06-25 15:01:52 +0200
commit8f9838c7ef825fe102de82adf0e8f3409d562305 (patch)
tree735fb919bf4171aebd505462b756ad77e5159c63 /ipalib
parent7b15fcd57b06482be36e95e50cbec596777955b4 (diff)
downloadfreeipa-8f9838c7ef825fe102de82adf0e8f3409d562305.tar.gz
freeipa-8f9838c7ef825fe102de82adf0e8f3409d562305.tar.xz
freeipa-8f9838c7ef825fe102de82adf0e8f3409d562305.zip
trusts: Add more read attributes
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
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 987fb7476..25755d7a4 100644
--- a/ipalib/plugins/trust.py
+++ b/ipalib/plugins/trust.py
@@ -326,7 +326,8 @@ class trust(LDAPObject):
'ipapermdefaultattr': {
'cn', 'objectclass',
'ipantflatname', 'ipantsecurityidentifier',
- 'ipanttrusteddomainsid',
+ 'ipanttrusteddomainsid', 'ipanttrustpartner',
+ 'ipantsidblacklistincoming', 'ipantsidblacklistoutgoing'
},
},
}