Fixed ldap::server for Ubuntu.
This commit is contained in:
parent
32c9f9d667
commit
eb423748ee
3 changed files with 81 additions and 11 deletions
|
@ -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') != '' -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue