summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/test_netgroup_plugin.py
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-06-29 14:54:54 +0200
committerMartin Basti <mbasti@redhat.com>2016-07-01 09:37:25 +0200
commitacf2234ebc8609a35a8f45598d5d817cbdbff121 (patch)
tree5549b77b1c0868fb8ef63df06070635318fcc444 /ipatests/test_xmlrpc/test_netgroup_plugin.py
parente6ff83e3610d553f6ff98e3adbfbe3c6984b2f17 (diff)
downloadfreeipa-acf2234ebc8609a35a8f45598d5d817cbdbff121.tar.gz
freeipa-acf2234ebc8609a35a8f45598d5d817cbdbff121.tar.xz
freeipa-acf2234ebc8609a35a8f45598d5d817cbdbff121.zip
Unify display of principal names/aliases across entities
Since now users, hosts, and service all support assigning multiple principal aliases to them, the display of kerberos principal names should be consistent across all these objects. Principal aliases and canonical names will now be displayed in all add, mod, show, and find operations. https://fedorahosted.org/freeipa/ticket/3864 Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipatests/test_xmlrpc/test_netgroup_plugin.py')
-rw-r--r--ipatests/test_xmlrpc/test_netgroup_plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipatests/test_xmlrpc/test_netgroup_plugin.py b/ipatests/test_xmlrpc/test_netgroup_plugin.py
index 6194fa4d4..b6f004ef2 100644
--- a/ipatests/test_xmlrpc/test_netgroup_plugin.py
+++ b/ipatests/test_xmlrpc/test_netgroup_plugin.py
@@ -231,6 +231,7 @@ class test_netgroup(Declarative):
description=[u'Test host 1'],
l=[u'Undisclosed location 1'],
krbprincipalname=[u'host/%s@%s' % (host1, api.env.realm)],
+ krbcanonicalname=[u'host/%s@%s' % (host1, api.env.realm)],
objectclass=objectclasses.host,
ipauniqueid=[fuzzy_uuid],
managedby_host=[host1],