Version
UCS: 5.0-1 errata203 (from Univention VirtualBox VM image)
Description
I have the following message when using the command-line tool udm to modify a computer object with the dnsEntryZoneReverse property:
Not all needed information was entered: Reverse zone and IP address are incompatible.
Commands
Object creation:
udm computers/windows create --position cn=computers,dc=test,dc=lan --set name=TEST --set ip=192.168.3.10 --set mac=00:00:01:00:00:10 --set ‘dnsEntryZoneForward=zoneName=test.lan,cn=dns,dc=test,dc=lan’
Object modification:
udm computers/windows modify --dn cn=TEST,cn=computers,dc=test,dc=lan --set ‘dnsEntryZoneReverse=zoneName=3.168.192.in-arpa,cn=dns,dc=test,dc=lan’
Note
The issue does not appear when using the web interface.
Thank you