summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/user.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-06-19 12:25:56 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-06-23 15:27:33 +0200
commitef5309d3764390e0364db2e21568f525a18babb5 (patch)
tree0058ef8eba4416007be43240ed960ee197cb0c6a /ipalib/plugins/user.py
parent6e43d01266f105cdf3cf27a1dbb87ac80da4a06d (diff)
downloadfreeipa-ef5309d3764390e0364db2e21568f525a18babb5.tar.gz
freeipa-ef5309d3764390e0364db2e21568f525a18babb5.tar.xz
freeipa-ef5309d3764390e0364db2e21568f525a18babb5.zip
trusts: Allow reading ipaNTSecurityIdentifier in user and group objects
https://fedorahosted.org/freeipa/ticket/4385 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'ipalib/plugins/user.py')
-rw-r--r--ipalib/plugins/user.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py
index 2ffc1ef4b..f646e8582 100644
--- a/ipalib/plugins/user.py
+++ b/ipalib/plugins/user.py
@@ -266,7 +266,8 @@ class user(LDAPObject):
'ipapermdefaultattr': {
'objectclass', 'cn', 'sn', 'description', 'title', 'uid',
'displayname', 'givenname', 'initials', 'manager', 'gecos',
- 'gidnumber', 'homedirectory', 'loginshell', 'uidnumber'
+ 'gidnumber', 'homedirectory', 'loginshell', 'uidnumber',
+ 'ipantsecurityidentifier'
},
},
'System: Read User Addressbook Attributes': {