Enabled LDAPv2 bind requests from ldap::server.
This commit is contained in:
parent
4315d2ba19
commit
b1491ab20e
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ include <%= scope.lookupvar('ldap::server::config') %>/slapd.conf.d/schema.conf
|
|||
# disable logging
|
||||
loglevel none
|
||||
|
||||
# allow ldap version 2 connections
|
||||
allow bind_v2
|
||||
|
||||
# require modern cipher (at least 128bits) for authentication
|
||||
security simple_bind=128
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue