View | Details | Raw Unified | Return to bug 36101
Collapse All | Expand All

(-)modules/univention/admin/syntax.py (-1 / +1 lines)
 Lines 1051-1057    Link Here 
1051
	choices=[ ( 'tcp', 'TCP' ), ('udp', 'UDP' ) ]
1051
	choices=[ ( 'tcp', 'TCP' ), ('udp', 'UDP' ) ]
1052
1052
1053
class ipProtocolSRV(select):
1053
class ipProtocolSRV(select):
1054
	choices=[ ( 'tcp', 'TCP' ), ( 'udp', 'UDP' ), ( 'msdcs', 'MSDCS' ), ( 'sites', 'SITES' ) ]
1054
	choices=[ ( 'tcp', 'TCP' ), ( 'udp', 'UDP' ), ( 'msdcs', 'MSDCS' ), ( 'sites', 'SITES' ), ( 'DomainDnsZones', 'DOMAINDNSZONES'), ('ForestDnsZones', 'FORESTDNSZONES') ]
1055
	size = 'OneThird'
1055
	size = 'OneThird'
1056
1056
1057
class absolutePath(simple):
1057
class absolutePath(simple):

Return to bug 36101