On Tue, May 29, 2012 at 12:34 PM, Hilton Gibson <[email protected]> wrote: > Hi All > > See: http://scholar.sun.ac.za > > I use LDAP mainly for user provisioning using auto-registration. > However, what will happen when a user is de-provisioned on our LDAP server? > > Will the person now have to create another "e-mail" account? > Can I automatically link de-provisioning? > In other words when the person is removed from the LDAP server can an > API interface remove them from the repository?
Hi Hilton, If you have LDAP autoregistration turned on, LDAP users are added to the eperson table as soon as they log in for the first time. DSpace never removes them. When they are no longer present in LDAP, they simply won't be able to log in. Purging old LDAP users from eperson wouldn't be a bad feature, just remember that users may have deposited items, so you have to check that first. The second consideration would be _when_ such purging is run? Curation task? Command line invocation? There already were discussions about deleting users who deposited some items on this list, but status quo has been maintained - only manual deletion is possible. Regards, ~~helix84 ------------------------------------------------------------------------------ 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-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

