#4724 error message which is not understandable when IDNA2003 characters are present in --zonemgr (--zonemgr=T??ko@redhat.com)
Closed: Fixed None Opened 9 years ago by pvoborni.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1163849

Description of problem:
error message which is also not understandable when valid IDNA2003 characters
are present in --zonemgr (--zonemgr=T??ko@redhat.com)

ipa-server-install: error: invalid zonemgr: 'ascii' codec can't decode byte
0xc3 in position 1: ordinal not in range(128)

Version-Release number of selected component (if applicable):
[root@dhcp207-66 ~]# rpm -q ipa-server
ipa-server-4.1.0-5.el7.x86_64
[root@dhcp207-66 ~]#

How reproducible:
Always

Steps to Reproduce:
1.IPA server install with --zonemgr with valid IDNA2003 characters
ipa-server-install --setup-dns --forwarder=10.65.201.89  -r TESTRELM.TEST -p
xxxxxxxx -P xxxxxxxx -a xxxxxxxx --zonemgr=T??ko@redhat.com -U

Actual results:
IPA installation should have been successful.

Expected results:
Installation fails with following error message.

ipa-server-install: error: invalid zonemgr: 'ascii' codec can't decode byte
0xc3 in position 1: ordinal not in range(128)

Expected result: Installation continue, value is accepted (we support IDNA2003)

ipa-4-0:

  • ca6958c Fix: zonemgr must be unicode value

ipa-4-1:

  • 53cf615 Fix: zonemgr must be unicode value

master:

  • d2ffd17 Fix: zonemgr must be unicode value

Metadata Update from @pvoborni:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.0.6

7 years ago

Login to comment on this ticket.

Metadata