dns_name_values capability added

Added capability to transfer DNSName type between server and client

Part of ticket:
IPA should allow internationalized domain names
https://fedorahosted.org/freeipa/ticket/3169i

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
Martin Basti
2014-04-11 14:45:43 +02:00
committed by Martin Kosek
parent 64d8da21c6
commit 7625c02844
4 changed files with 27 additions and 6 deletions

View File

@@ -50,7 +50,10 @@ capabilities = dict(
primary_key_types=u'2.83',
# support for datetime values on the client
datetime_values=u'2.84'
datetime_values=u'2.84',
# dns_name_values: dnsnames as objects
dns_name_values=u'2.88',
)