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

(-)gencertificate.py.orig (-2 / +2 lines)
 Lines 3-9    Link Here 
3
# Univention SSL
3
# Univention SSL
4
#  listener ssl module
4
#  listener ssl module
5
#
5
#
6
# Copyright 2004-2012 Univention GmbH
6
# Copyright 2004-2011 Univention GmbH
7
#
7
#
8
# http://www.univention.de/
8
# http://www.univention.de/
9
#
9
#
 Lines 39-45    Link Here 
39
39
40
name='gencertificate'
40
name='gencertificate'
41
description='Generate new Certificates'
41
description='Generate new Certificates'
42
filter='(|(objectClass=univentionDomainController)(objectClass=univentionClient)(objectClass=univentionMobileClient)(objectClass=univentionMemberServer))'
42
filter='(|(objectClass=univentionDomainController)(objectClass=univentionClient)(objectClass=univentionMobileClient)(objectClass=univentionMemberServer)(objectClass=univentionCorporateClient))'
43
attributes=[]
43
attributes=[]
44
44
45
45

Return to bug 28571