Univention Bugzilla – Attachment 10429 Details for
Bug 51673
univention-adsearch does not use certificate chain if LDAPS is used instead of STARTTLS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
support-ldaps-in-univention-adsearch.patch
support-ldaps-in-univention-adsearch.patch (text/plain), 599 bytes, created by
Arvid Requate
on 2020-07-15 17:04:20 CEST
(
hide
)
Description:
support-ldaps-in-univention-adsearch.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2020-07-15 17:04:20 CEST
Size:
599 bytes
patch
obsolete
>--- /usr/sbin/univention-adsearch 2020-06-27 13:37:58.000000000 +0200 >+++ /tmp/univention-adsearch 2020-07-15 16:49:00.543603839 +0200 >@@ -122,7 +122,7 @@ > > certificate_chain_filename = '/var/cache/univention-ad-connector/CAcert-%s.pem' % CONFIGBASENAME > start_tls = 2 if configRegistry.is_true('%s/ad/ldap/ssl' % CONFIGBASENAME, True) else 0 >-if start_tls > 0: >+if start_tls > 0 or protocol == 'ldaps': > ad_cert_filename = configRegistry.get('%s/ad/ldap/certificate' % CONFIGBASENAME) > if ad_cert_filename: > if not os.path.exists(certificate_chain_filename):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51673
: 10429