#9093 ERR - ipa_sidgen_add_post_op - [file ipa_sidgen.c, line 128]: Missing target entry.
Opened 2 years ago by brianjmurrell. Modified 2 years ago

Request for enhancement

Trying to add DNS entry with non-ASCII characters with nsupdate causes:

ns-slapd[13069]: [22/Jan/2022:12:23:10.601282890 -0500] - ERR - ipa_sidgen_add_post_op - [file ipa_sidgen.c, line 128]: Missing target entry.

Issue

When I try to add a name to a DNS zone with nsupdate where the name contains non-ASCII characters the add fails and ns-slapd emits an error.

Steps to Reproduce

  1. Create a dynamic zone that you can update to with nsupdate
  2. Use nsupdate to add a record with non-ASCII characters:
cat <<"EOF" | nsupdate -d [whatever auth. options your configuration requires]
server <IPA DNS server address>
update add äbölü.com.<dynamic-zone-name>. 3600 IN CNAME .
send
EOF

Actual behavior

Addition actually fails and messages such as:

client @0x7f781ce86460 10.75.22.247#38524/key linux_home_nsupdate: updating zone 'example.com/IN': adding an RR at '\195\164b\195\182l\195\188.com.example.com' CNAME .
ns-slapd[13069]: [22/Jan/2022:12:23:10.660471080 -0500] - ERR - ipa_sidgen_add_post_op - [file ipa_sidgen.c, line 128]: Missing target entry.

are logged by ns-slapd and named-pkcs11.

Expected behavior

Name should be updated just like any other name that is all ASCII does.

Version/Release/Distribution

ipa-server-4.9.6-10.module_el8.5.0+1055+c415bbe9.x86_64
ipa-client-4.9.6-10.module_el8.5.0+1055+c415bbe9.x86_64
389-ds-base-1.4.3.16-19.module_el8.4.0+884+e9b25896.x86_64
pki-ca-10.10.5-3.module_el8.4.0+816+beb6e9a3.noarch
krb5-server-1.18.2-8.el8.x86_64

Login to comment on this ticket.

Metadata