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

(-)a/management/univention-ldap/conffiles/etc/ldap/slapd.conf.d/30univention-ldap-server_head (-1 / +1 lines)
 Lines 8-14   TLSCertificateFile /etc/univention/ssl/@%@hostname@%@.@%@domainname@%@/cert.pem Link Here 
8
TLSCertificateKeyFile	/etc/univention/ssl/@%@hostname@%@.@%@domainname@%@/private.key
8
TLSCertificateKeyFile	/etc/univention/ssl/@%@hostname@%@.@%@domainname@%@/private.key
9
TLSCACertificateFile	/etc/univention/ssl/ucsCA/CAcert.pem
9
TLSCACertificateFile	/etc/univention/ssl/ucsCA/CAcert.pem
10
@!@
10
@!@
11
ciphers = configRegistry.get("ldap/tls/ciphersuite", "HIGH:MEDIUM:!aNULL:!MD5:!RC4")
11
ciphers = configRegistry.get("ldap/tls/ciphersuite", "NORMAL:-NULL:-MD5:-ARCFOUR-128")
12
if ciphers:
12
if ciphers:
13
	print 'TLSCipherSuite	%s' % (ciphers,)
13
	print 'TLSCipherSuite	%s' % (ciphers,)
14
protocol = configRegistry.get("ldap/tls/minprotocol", "3.1")
14
protocol = configRegistry.get("ldap/tls/minprotocol", "3.1")

Return to bug 45870