On Fri, May 10, 2013 at 11:52 AM, Webshet, Sisay (ILRI) <[email protected]> wrote: > Is there a way for the dsapce account users /group will automatically > become members of the LDAP group and > Making dsapce account disable.
Hi Sisay, either you're not clearly writing what you want to acheive or you msunderstand how LDAP works. DSpace has no way of creating accounts in LDAP, therefore DSpace can't move DSpace users to LDAP. You'll have to do that manually and they will have to get new passwords because you have no way of getting their DSpace passwords. If you just want DSpace users to become members of your DSpace group used for LDAP users (login.specialgroup), you can do that using SQL: look up the eperson_group_id in the epersongroup table and then add a new row for each password user (SELECT eperson_id FROM eperson WHERE password IS NOT NULL) in the epersongroup2eperson table. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

