• Resolved tcwaters

    (@tcwaters)


    In the test authentication tool the x1 version, the user groups array would be displayed, and this was really useful. However, in the x2 tool, this data is not displayed, or is there a config that must be set to display it?

    THX

Viewing 1 replies (of 1 total)
  • Hi @tcwaters,

    it seems that we forget to add this log message. We will fix this next week. If you need this log message now, you can add

    $this->logger->info(“User $username is meber in groups: ” . print_r($securityGroups, true));

    to wp-content/plugins/next-active-directory-integration/classes/Adi/Role/Manager.php line 59.

Viewing 1 replies (of 1 total)
  • The topic ‘Test Authentication tool- some data no longer shown’ is closed to new replies.