Actions
Bug #9631
opensu allow run command from disabled user
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2018-06-29
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
found issue by zfs tests and another 'su' implementation.
create user by 'useradd' - it create disabled user.
if we want to use user - we have to enable it by : passwd -N <user>
and we are able to use user with ssh key for example.
in zfs tests we are creating users for tests, but not enable their - because illumos 'su' allow run command from these users without enable it.
where is bug:
- illumos 'su' ?
or
- in zfs tests we should enable user by passwd -N <user> ?
No data to display
Actions