Skip to content
Snippets Groups Projects
Commit 9f8c7f24 authored by Hendrik Grahl's avatar Hendrik Grahl
Browse files

Issue #2047205: LDAP User Sync "-user token-" column doesn't appear

parent 8a810290
No related branches found
Tags 2.1.4
No related merge requests found
......@@ -758,7 +758,10 @@ EOT;
}
}
}
$user_attr_options['user_tokens'] = '-- user tokens --';
if ($direction == LDAP_USER_PROV_DIRECTION_TO_LDAP_ENTRY) {
$user_attr_options['user_tokens'] = '-- user tokens --';
}
$row = 0;
......
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