we default the option netbios_name to None in /usr/libexec/ipa/oddjob/org.freeipa.server.config-enable-sid and do not get it defaulted to a value we generate if it is None. A workaround would be to pass the netbios name explicitly to the tool and a fix is to use make_netbios_name out of the realm if not passed:
netbios_name
/usr/libexec/ipa/oddjob/org.freeipa.server.config-enable-sid
make_netbios_name
# ipa -e in_server=True console (Custom IPA interactive Python console) api: IPA API object pp: pretty printer >>> from ipaserver.install.adtrustinstance import make_netbios_name >>> make_netbios_name(api.env.realm) 'EXAMPLE'
This affects /usr/libexec/ipa/oddjob/org.freeipa.server.config-enable-sid specifically because it passes None as netbios_name to ADTrustInstance if not overidden.
None
ADTrustInstance
PR: https://github.com/freeipa/freeipa/pull/7161
master:
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/7161 - Custom field rhbz adjusted to https://issues.redhat.com/browse/RHEL-21938, https://issues.redhat.com/browse/RHEL-21937
ipa-4-11:
ipa-4-10:
ipa-4-9:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.