[ 
https://jira.duraspace.org/browse/DS-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=26721#comment-26721
 ] 

Ivan Masár commented on DS-1078:
--------------------------------

Documentation updated:
https://wiki.duraspace.org/display/DSDOC3x/Authentication+Plugins#AuthenticationPlugins-LDAPAuthentication
https://wiki.duraspace.org/display/DSDOC3x/Upgrading+From+1.8.x+to+3.x
                
> 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
>             Fix For: 3.0
>
>         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
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to