Index: modules/univention/admin/syntax.py =================================================================== --- modules/univention/admin/syntax.py (Revision 54257) +++ modules/univention/admin/syntax.py (Arbeitskopie) @@ -1051,7 +1051,7 @@ choices=[ ( 'tcp', 'TCP' ), ('udp', 'UDP' ) ] class ipProtocolSRV(select): - choices=[ ( 'tcp', 'TCP' ), ( 'udp', 'UDP' ), ( 'msdcs', 'MSDCS' ), ( 'sites', 'SITES' ) ] + choices=[ ( 'tcp', 'TCP' ), ( 'udp', 'UDP' ), ( 'msdcs', 'MSDCS' ), ( 'sites', 'SITES' ), ( 'DomainDnsZones', 'DOMAINDNSZONES'), ('ForestDnsZones', 'FORESTDNSZONES') ] size = 'OneThird' class absolutePath(simple):