mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Martin Kosek
parent
64d8da21c6
commit
7625c02844
@@ -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',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user