Added support for certificate authentication to ldap::server.

This commit is contained in:
Timo Mkinen 2013-01-23 11:40:23 +02:00
parent 936499737c
commit aaeb20ca13

View file

@ -42,7 +42,7 @@ moduleload <%= name %>.la
TLSCertificateFile <%= scope.lookupvar('ssl::certs') %>/slapd.crt
TLSCertificateKeyFile <%= scope.lookupvar('ssl::private') %>/slapd.key
TLSCACertificatePath <%= scope.lookupvar('ldap::server::config') %>/cacerts
TLSVerifyClient never
TLSVerifyClient try
# include database configs
include <%= scope.lookupvar('ldap::server::config') %>/slapd.conf.d/database.conf