You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
In would be convenient to have secondary groups names instead of their IDs in the oneuser show command output.
Now it looks like below:
oneuser show 2
USER 2 INFORMATION
ID : 2
NAME : testusr1
GROUP : users
SECONDARY GROUPS: 1,100,101
PASSWORD : 5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8
AUTH_DRIVER : core
ENABLED : Yes
but it would be more convenient to have it like that:
oneuser show 2
USER 2 INFORMATION
ID : 2
NAME : testusr1
GROUP : users
SECONDARY GROUPS: users,group1,group2
PASSWORD : 5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8
AUTH_DRIVER : core
ENABLED : Yes
Use case
Whenever the cloud admin needs to get an information about user's secondary groups
Interface Changes
it does not seem like some interface changes are required. One just need to add some kind of additional command like switch either to enable secondary group names or if it will be by default then some switch might be required to have previous behavior in the sake of backward compatibility.
Additional context man oneuser mentions -n switch but
it's not clear which command it applies for (it does not work with list, show);
it seems like that switch is aimed to do reverse thing: convert group/user names to their numeric format.
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Description
In would be convenient to have secondary groups names instead of their IDs in the
oneuser show
command output.Now it looks like below:
but it would be more convenient to have it like that:
Use case
Whenever the cloud admin needs to get an information about user's secondary groups
Interface Changes
it does not seem like some interface changes are required. One just need to add some kind of additional command like switch either to enable secondary group names or if it will be by default then some switch might be required to have previous behavior in the sake of backward compatibility.
Additional context
man oneuser
mentions-n
switch butlist
,show
);Progress Status
The text was updated successfully, but these errors were encountered: