Sha256: b6b6a16738d97daf48bf96d8ed37353a9f8a1e7e66276675a091a75eae834887

Contents?: true

Size: 896 Bytes

Versions: 6

Compression:

Stored size: 896 Bytes

Contents

# Your LDAP server needs to support StartTLS when you test StartTLS related
# feature. This is a LDIF file for OpenLDAP to do the configuration.
# You can use this file by the following command linne on Debian GNU/Linux
# or Ubuntu:
#
#   % sudo usermod -a -G ssl-cert openldap
#   % sudo systemctl restart slapd
#   % sudo -H ldapmodify -Y EXTERNAL -H ldapi:/// -f test/enable-start-tls.ldif
#
# Adding the openldap user to the ssl-cert group is required to read
# certification related files.
version: 1
dn: cn=config
delete: olcTLSCACertificateFile
-
add: olcTLSCACertificateFile
olcTLSCACertificateFile: /etc/ssl/certs/ca-certificates.crt
-
delete: olcTLSCertificateKeyFile
-
add: olcTLSCertificateKeyFile
olcTLSCertificateKeyFile: /etc/ssl/private/ssl-cert-snakeoil.key
-
delete: olcTLSCertificateFile
-
add: olcTLSCertificateFile
olcTLSCertificateFile: /etc/ssl/certs/ssl-cert-snakeoil.pem

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
activeldap-6.0.2 test/enable-start-tls.ldif
activeldap-6.0.1 test/enable-start-tls.ldif
activeldap-6.0.0 test/enable-start-tls.ldif
activeldap-5.2.4 test/enable-start-tls.ldif
activeldap-5.2.3 test/enable-start-tls.ldif
activeldap-5.2.2 test/enable-start-tls.ldif