I create DNS-Entrys like this:
eval "$(ucr shell ldap/base)"
udm dns/host_record create --set name="test.$(ucr get domainname)" --set a="10.0.1.3" --superordinate "$(udm dns/forward_zone list |sed -ne 's/^DN: //p;T;q')"
But somehow I cannot resolve them form my Windows-Box which has only Univention UCS configured as a DNS-Server.
Are there some commands to try to fix this?
I can resolve the hosts from the UCS Server himself successfully.