Enabled LDAPv2 bind requests from ldap::server.

This commit is contained in:
Timo Mkinen 2012-04-18 15:54:15 +03:00
parent 4315d2ba19
commit b1491ab20e

View file

@ -9,6 +9,9 @@ include <%= scope.lookupvar('ldap::server::config') %>/slapd.conf.d/schema.conf
# disable logging # disable logging
loglevel none loglevel none
# allow ldap version 2 connections
allow bind_v2
# require modern cipher (at least 128bits) for authentication # require modern cipher (at least 128bits) for authentication
security simple_bind=128 security simple_bind=128