The error log is redirected to logs/ldap_ppolicy.err

pull/5364/head
Zbigniew Szmyd 8 years ago
parent 0c093b0b36
commit 191396db17

@ -31,7 +31,7 @@ class rcube_ldap_ppolicy_password
$descriptorspec = array(
0 => array("pipe", "r"), // stdin is a pipe that the child will read from
1 => array("pipe", "w"), // stdout is a pipe that the child will write to
2 => array("file", "/tmp/ppolicy_ldap.err", "a") // stderr is a file to write to
2 => array("file", "logs/ldap_ppolicy.err", "a") // stderr is a file to write to
);
$cwd = 'plugins/password/drivers/';

Loading…
Cancel
Save