From b1491ab20e96facbabdfd08c459d3ee03a9dd187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 18 Apr 2012 15:54:15 +0300 Subject: [PATCH] Enabled LDAPv2 bind requests from ldap::server. --- ldap/templates/slapd.conf.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ldap/templates/slapd.conf.erb b/ldap/templates/slapd.conf.erb index 2154ff8..23fac27 100644 --- a/ldap/templates/slapd.conf.erb +++ b/ldap/templates/slapd.conf.erb @@ -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