pulibrary / dspace-cli

command line scripts accessing and modifying DSpace content
0 stars 0 forks source link

NetIDs are consistently set when new users are added to DSpace with `/dspace/bin/dspace user --add` #60

Closed jrgriffiniii closed 3 years ago

jrgriffiniii commented 4 years ago

This is currently the case for updatespace.princeton.edu:

dspace@updatespace: master ~> /dspace/bin/dspace user --list
id      email   netid   canLogin        surName givenName
2083    jrg5@princeton.edu      null    true    Griffin James
kmcelwee commented 4 years ago

In updatespace, this command had correctly parsed my info last week:

/dspace/bin/dspace user --add --email  kmcelwee@princeton.edu -g Kevin -s McElwee

When listing users, I'm seeing @jrgriffiniii 's info correctly output as:

2183    jrgriffiniii@gmail.com  jrgriffiniii    true    User    James

I assume we can close this issue?

jrgriffiniii commented 3 years ago

This is going to also be deprecated by our reliance upon Shibboleth for Single Sign-On support.