I don't think it's doable with the currently available CLI commands in
DSpace:
https://wiki.duraspace.org/display/DSDOC5x/Managing+User+Accounts

You could, however, use a CLI SQL client (psql) to manipulate membership in
the epersongroup2eperson table. You can find out the user and group IDs
from the eperson and epersongroup table, respectively.

Alternatively, assuming you're using password authentication and want to
put all users into a single group, you can use the login.specialgroup
option in [dspace]/config/modules/authentication-password.cfg. Please note
that special group membership is dynamic - it doesn't appear in the
epersongroup2eperson table, but you can check effective membership in the
profile of a logged in user.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to