Feature #1455
HP-UX usermod and userdel need to be special
| Status: | Closed | Start date: | 07/28/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | user | |||
| Target version: | 0.24.6 | |||
| Affected Puppet version: | 0.24.4 | Branch: | ||
| Keywords: | hp-ux, user, provider | |||
| Votes: | 0 |
Description
I re-submitted my provider this morning with the changes to the test that Luke requested.
The provider is needed because on HP-UX regular usermod/userdel will refuse to make changes to a user that’s logged in. However, the system also provides undocumented binaries that don’t have that restriction. My provider uses those binaries.
If more info is needed, let me know.
History
Updated by James Turnbull over 3 years ago
- Category set to user
- Status changed from Unreviewed to Needs Decision
- Assignee set to Luke Kanies
- Target version set to 0.25.0
Luke – happy?
Updated by Sam Rowe over 3 years ago
We discovered a problem with this today. It should use the regular /usr/sbin/useradd command instead of the special one. I’m happy to fix and resubmit, or not… whatever you guys want.
Updated by James Turnbull over 3 years ago
- Assignee changed from Luke Kanies to James Turnbull
sam wrote:
We discovered a problem with this today. It should use the regular /usr/sbin/useradd command instead of the special one. I’m happy to fix and resubmit, or not… whatever you guys want.
Please fix and re-submit.
Updated by James Turnbull over 3 years ago
- Assignee changed from James Turnbull to Sam Rowe
Updated by Sam Rowe over 3 years ago
- Assignee changed from Sam Rowe to James Turnbull
James and I talked about this. The special usermod ignores ‘-m’ so simply using the regular /usr/sbin/usermod works just fine. He said he’d make the change and check it in for 0.24.6.
Updated by James Turnbull over 3 years ago
- Status changed from Needs Decision to Closed
- Target version changed from 0.25.0 to 0.24.6
Pushed in commit:0705dfb462b145ac9e4faafc517bbb833f2c81b9 in branch 0.24.x