Files
freeipa/ipaclient/plugins
Aleksei Slaikovskii fad88b358b ipaclient.plugins.dns: Cast DNS name to unicode
cmd.api.Command.dnsrecord_split_parts expects name to be unicode
string and instead gets ascii. It leads to an error:
ipa: ERROR: invalid 'name': must be Unicode text

This commit's change is casting name's type to unicode so
'ipa dnsrecord-mod' will not fail with error above.

https://pagure.io/freeipa/issue/7185

Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2017-10-20 10:55:49 +02:00
..
2017-07-27 10:28:58 +02:00
2017-05-09 17:17:29 +02:00
2016-08-04 17:13:16 +02:00
2017-08-29 13:03:25 +02:00