mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-28 01:48:30 +02:00
26 lines
659 B
Diff
26 lines
659 B
Diff
|
--- a/auth-ldap.conf
|
||
|
+++ b/auth-ldap.conf
|
||
|
@@ -15,18 +15,18 @@
|
||
|
TLSEnable yes
|
||
|
|
||
|
# Follow LDAP Referrals (anonymously)
|
||
|
- FollowReferrals yes
|
||
|
+ FollowReferrals no
|
||
|
|
||
|
# TLS CA Certificate File
|
||
|
- TLSCACertFile /usr/local/etc/ssl/ca.pem
|
||
|
+ TLSCACertFile /etc/ssl/certs/ca-certificates.crt
|
||
|
|
||
|
# TLS CA Certificate Directory
|
||
|
TLSCACertDir /etc/ssl/certs
|
||
|
|
||
|
# Client Certificate and key
|
||
|
# If TLS client authentication is required
|
||
|
- TLSCertFile /usr/local/etc/ssl/client-cert.pem
|
||
|
- TLSKeyFile /usr/local/etc/ssl/client-key.pem
|
||
|
+ TLSCertFile /etc/ssl/client-cert.pem
|
||
|
+ TLSKeyFile /etc/ssl/client-key.pem
|
||
|
|
||
|
# Cipher Suite
|
||
|
# The defaults are usually fine here
|