Skip to content
Snippets Groups Projects
Commit fabcc6ab authored by René-Marc Simard's avatar René-Marc Simard Committed by - Snow
Browse files

Issue #2261931 by René-Marc Simard: LDAP User: Watchdog call fails for orphaned account cronjob

parent 85b0be6d
No related branches found
No related tags found
Loading
......@@ -134,7 +134,7 @@ function _ldap_user_orphans($ldap_user_conf) {
'ldap server %sid had error while querying to
deal with orphaned ldap user entries. Please check that the ldap
server is configured correctly. Query; %query',
array('%sid' => $sid, '%query' => $query),
array('%sid' => $sid, '%query' => serialize($query)),
WATCHDOG_ERROR);
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment