Actions
Bug #7248
closedNo user/group creation methods available
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
There's a lack of user/group creation - with local creation enforcement and UID/GID support - method in NCF
This is a must need!
Updated by Vincent MEMBRÉ about 9 years ago
- Priority changed from 2 to 1 (highest)
- Target version set to 0.x
Yeah this clearly miss and we always say 'we need to add them'
I guess there should be several methods :
- user_add
- user_delete
- group_add
- group_delete
don't know if we need a specific user_modify method or that user_add should be user_management with a 'create if missing' flag.
I also think we should not do like packages and have 'default' values for user_add (default shell, ...) so we don't have to create methods like
user_add_shell, user_add_shell_group user_add_group ... (like we did for packages ...)
Updated by Benoît PECCATTE about 9 years ago
- Is duplicate of User story #5758: Add generic method to create user/groups added
Updated by Benoît PECCATTE about 9 years ago
- Status changed from New to Rejected
I completely agree with this.
But I'm closing it in favor of the older existing issue: #5758
Updated by Alexis Mousset over 2 years ago
- Target version changed from 0.x to ncf-0.x
- Priority set to 0
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category set to Generic methods
Actions