mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
s4:selftest: lower debug level for slapd
Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
74f304ec30
commit
18ef32f4ce
@ -32,7 +32,7 @@ sub openldap_start($$$) {
|
||||
$olpath = "$olroot/libexec:$olroot/sbin:";
|
||||
}
|
||||
$ENV{PATH} = "$olpath/usr/local/sbin:/usr/sbin:/sbin:$ENV{PATH}";
|
||||
system("slapd -d63 -f $slapd_conf -h $uri > $logs 2>&1 &");
|
||||
system("slapd -d0 -f $slapd_conf -h $uri > $logs 2>&1 &");
|
||||
$ENV{PATH} = $oldpath;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user