thorin / redmine_ldap_sync

[UNMAINTAINED] A redmine plugin to synchronize both users and groups with an ldap server
http://www.redmine.org/plugins/redmine_ldap_sync
GNU General Public License v3.0
140 stars 129 forks source link

Issue: Users getting locked out even though a member of the group #182

Closed tylerinsd closed 8 years ago

tylerinsd commented 8 years ago

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.

screen shot 2016-10-17 at 1 02 12 pm screen shot 2016-10-17 at 1 05 24 pm
thorin commented 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.

tylerinsd commented 8 years ago

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.

thorin commented 8 years ago

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.

thorin commented 8 years ago

Any progress @tylerinsd ?

tylerinsd commented 8 years ago

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.

thorin commented 8 years ago

Great, thank you