Petits oublis...

darcs-hash:20080925005539-ffbb2-258f1193e8e0580f2149e623c1333de33322846d.gz
This commit is contained in:
Nicolas Dandrimont 2008-09-25 02:55:39 +02:00
parent df01def771
commit 5af21cf9b2
3 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,7 @@ include("ip")
header('Fichier de configuration du démon slapd') header('Fichier de configuration du démon slapd')
@Default location of the slapd.conf file @# Default location of the slapd.conf file
@SLAPD_CONF= @SLAPD_CONF=
@ @
@# System account to run the slapd server under. If empty the server @# System account to run the slapd server under. If empty the server

View file

@ -33,6 +33,8 @@ header("Serveur LDAP")
@# Stockage des modules @# Stockage des modules
@modulepath /usr/lib/ldap @modulepath /usr/lib/ldap
@moduleload back_bdb @moduleload back_bdb
if has("db-main"):
@moduleload syncprov
@ @
@# Limitation du nombre de réponses @# Limitation du nombre de réponses
@sizelimit 1000000000 @sizelimit 1000000000

View file

@ -71,4 +71,6 @@
<Service name="portmap" status="on"/> <Service name="portmap" status="on"/>
<Action name="ln-attendre-vert" timing="post" when="modified" status="check" <Action name="ln-attendre-vert" timing="post" when="modified" status="check"
command="ln -s ../init.d/attendre-vert /etc/rcS.d/S41attendre-vert" /> command="ln -s ../init.d/attendre-vert /etc/rcS.d/S41attendre-vert" />
<Service name="slapd" status="on"/>
</Rules> </Rules>