Setname: change an id for a PDS subject
Setname is an identity maintenance operation that changes a user's uwnetid without changing the underlying account uuid. Although GWS uses the uuid as group member and owner it still needs to be made aware of setnames, to:
- update its PDS cache of uuid and uwnetid (uw_pds);
- change the memberships and ownerships in the LDAP directory; and
- notify other dependent directories of the name change.
Resource
- PUT| (root)/
setname/?oldid=
{old_netid}&newid=
{new_netid}
- This resource is PUT only.
- This resource is available to certificate clients.
- If the old netid is already marked as abandoned, in the cache, the PUT has no effect.
Return
200 |
old netid was already abandoned |
201 |
setname successful |
401 |
no authorization |
404 |
old netid not found |