Project

General

Profile

Plugin for auto assigning users to projects based on LDAP group

Added by Brian Town about 3 years ago

I have redmine hooked into Active Directory LDAP. I've seen a plugin for mapping LDAP users to a default group, but not sure if there's a plugin out there for mapping users to specific projects.

aka

UserA belongs to "Dev A redmine" group in AD, when he logs into Redmine he automatically gets added to the Dev A project and subprojects.


Replies (1)

RE: Plugin for auto assigning users to projects based on LDAP group - Added by DAVID CARVALHO about 3 years ago

You could use API to do that.

[[www.redmine.org/projects/redmine/wiki/Rest_Memberships]]

You can make somethings to read l dap and make membership (it is what I do).

    (1-1/1)