[ 
https://jira.duraspace.org/browse/DS-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Masár updated DS-1078:
---------------------------

    Assignee: Ivan Masár
      Status: Open  (was: Received)
    
> Assign users in LDAP group to DSpace group on login
> ---------------------------------------------------
>
>                 Key: DS-1078
>                 URL: https://jira.duraspace.org/browse/DS-1078
>             Project: DSpace
>          Issue Type: Improvement
>          Components: DSpace API
>    Affects Versions: 1.7.2, 1.8.0
>            Reporter: Samuel Ottenhoff
>            Assignee: Ivan Masár
>            Priority: Major
>         Attachments: DS-1078-v2.patch
>
>
> Use case: academic institution has their LDAP users nicely separated with an 
> OU=Students, OU=Employees, and OU=Faculty.  The institution wants a simple 
> way to say: "any employees can submit to this collection, any faculty can 
> submit to this collection."
> Proposed new DSpace property (similar to search.index config):
> Form is DN search string then DSpace group.
> ldap.login.groupmap.1 = ou=Students:ALL_STUDENTS
> ldap.login.groupmap.2 = ou=Employees:ALL_EMPLOYEES
> ldap.login.groupmap.3 = ou=Faculty:ALL_FACULTY
> So, if a user has a dn like:
> cn=jdoe,OU=Students,OU=Users,dc=example,dc=edu  that user would get assigned 
> to the ALL_STUDENTS group on login
> I thought about implementing this as part of getSpecialGroups, but the DN is 
> not stored in the EPerson object, so it needs to be fetched from LDAP to be 
> inspected.  This proposed patch checks every time a user logs in to see if 
> they need to be placed into any groups based on the mapping.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.duraspace.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to