--- /usr/share/pyshared/univention/admin/syntax.py.orig 2015-11-23 20:27:39.724000000 +0100 +++ /usr/share/pyshared/univention/admin/syntax.py 2015-11-23 20:27:56.720000000 +0100 @@ -1078,7 +1078,7 @@ class ipProtocol(select): class ipProtocolSRV(select): - choices = [('tcp', 'TCP'), ('udp', 'UDP'), ('msdcs', 'MSDCS'), ('sites', 'SITES'), ('DomainDnsZones', 'DOMAINDNSZONES'), ('ForestDnsZones', 'FORESTDNSZONES')] + choices = [('tcp', 'TCP'), ('udp', 'UDP'), ('msdcs', 'MSDCS'), ('sites', 'SITES'), ('DomainDnsZones', 'DOMAINDNSZONES'), ('ForestDnsZones', 'FORESTDNSZONES'), ('TCP', 'TCP'), ('UDP', 'UDP')] size = 'OneThird'