mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Fix debugging.
This commit is contained in:
parent
acca66e4d8
commit
99248f42dd
@ -176,7 +176,7 @@ function sync_user_from_LDAP( &$usr, $mapping, $ldap_values ) {
|
||||
dbg_error_log( "LDAP", "Considering copying %s", $field );
|
||||
if ( in_array($field, $validUserFields) ) {
|
||||
$usr->{$field} = $ldap_values[$value];
|
||||
dbg_error_log( "LDAP", "Setting usr value for field $s to %s", $field, $value );
|
||||
dbg_error_log( "LDAP", "Setting usr->%s to %s from LDAP field %s", $field, $ldap_values[$value], $value );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user