Added support for certificate authentication to ldap::server.
This commit is contained in:
parent
936499737c
commit
aaeb20ca13
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ moduleload <%= name %>.la
|
||||||
TLSCertificateFile <%= scope.lookupvar('ssl::certs') %>/slapd.crt
|
TLSCertificateFile <%= scope.lookupvar('ssl::certs') %>/slapd.crt
|
||||||
TLSCertificateKeyFile <%= scope.lookupvar('ssl::private') %>/slapd.key
|
TLSCertificateKeyFile <%= scope.lookupvar('ssl::private') %>/slapd.key
|
||||||
TLSCACertificatePath <%= scope.lookupvar('ldap::server::config') %>/cacerts
|
TLSCACertificatePath <%= scope.lookupvar('ldap::server::config') %>/cacerts
|
||||||
TLSVerifyClient never
|
TLSVerifyClient try
|
||||||
|
|
||||||
# include database configs
|
# include database configs
|
||||||
include <%= scope.lookupvar('ldap::server::config') %>/slapd.conf.d/database.conf
|
include <%= scope.lookupvar('ldap::server::config') %>/slapd.conf.d/database.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue