Closed tylerinsd closed 8 years ago
Sorry, I don't understand your question.
The plugin will only lock users who have been disabled on the AD and users who have been removed from the AD.
What's your intention with the Group Search filter? The Group Search filter only limits the groups that get created on redmine. Not the users that will get access to redmine. See tickets #180 and #181.
Thanks for the reply.
That is not my experience. Any user who is in the group, as per the group search criteria, is getting locked. The group search and add feature is working as expected.
All users who are not in the group but are met per the out of the box Redmond ldap filter are getting added and are also in an unlocked state.
Thanks,
Chris
Sent from my iPhone
On Oct 18, 2016, at 8:09 AM, thorin notifications@github.com wrote:
Sorry, I don't understand your question.
The plugin will only lock users who have been disabled on the AD and users who have been removed from the AD.
What's your intention with the Group Search filter? The Group Search filter only limits the groups that get created on redmine. Not the users that get access to redmine. See tickets #180 and #181.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Please run the synchronization with LOG_LEVEL=debug it should explain why it is locking the users.
rake redmine:plugins:ldap_sync:sync_users LOG_LEVEL=debug
Then post it here.
According to the code I see no way for the "Group Search Filter" to be influencing which users get locked or not. As so, it must the out of the box redmine ldap filter.
Any progress @tylerinsd ?
It appears to be working correctly after re-configuring.
Sent from my iPhone
On Oct 28, 2016, at 8:18 AM, thorin notifications@github.com wrote:
Any progress @tylerinsd ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Great, thank you
Issue: Users getting locked out even though a member of the group "Group". Leaves users who are not a member of the AD group "Group" as unlocked. If user is a member of "Group" they should not get locked since they are associated to a Redmine Project.