Fixed ldap::server for Ubuntu.

This commit is contained in:
Timo Mkinen 2013-01-03 18:48:20 +02:00
parent 32c9f9d667
commit eb423748ee
3 changed files with 81 additions and 11 deletions

View file

@ -19,8 +19,8 @@ security simple_bind=128
sizelimit size.soft=500
sizelimit size.hard=none
pidfile /var/run/openldap/slapd.pid
argsfile /var/run/openldap/slapd.args
pidfile <%= scope.lookupvar('ldap::server::rundir') %>/slapd.pid
argsfile <%= scope.lookupvar('ldap::server::rundir') %>/slapd.args
# overlay modules to load
<% if scope.lookupvar('ldap::server::modulepath') != '' -%>