Actions
Bug #17903
closedarvados-login-sync fails on centos 7
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Login
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
On Centos7 arvados-login-sync
fails to manage the users correctly because the commands used to manage the user (adduser
, deluser
) either do not exist or take different parameters formats:
- When managing groups:
adduser
is used in the script to add the user to groups, with the syntax:system("adduser", username, addgroup)
which translates toadduser username addgroup
This format is invalid in Centos, and results on the script returning the help page for each commanddeluser
is used to remove the user from groups. This command does not exist in Centos.system("deluser", username, removegroup)
returns with an error.
Updated by Ward Vandewege over 3 years ago
- Target version set to 2021-08-04 sprint
- Assigned To set to Ward Vandewege
- Status changed from New to In Progress
Updated by Ward Vandewege over 3 years ago
Ready for review at b0a22cf565ffdc9fcc04dcbb3ae875ae36f7411c on branch 17903-login-sync-centos7
Updated by Ward Vandewege over 3 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|a1265223625946e61b29c067714d2a64fa7524bd.
Actions