Ticket #131 (assigned enhancement)
runas
| Reported by: | anonymous | Owned by: | mickem |
|---|---|---|---|
| Priority: | 1 | Milestone: | 0.4.0 |
| Component: | Core | Version: | 0.3.0 |
| Severity: | Bugs | Keywords: | |
| Cc: |
Description
It would be great if i can run each command from the NRPE Handlers with a different user like runas. Not all commands runs proberly with user system that is used for NSClient++ service. The password for the user in NSC.ini should be encrypted.
I have tried some other tools like "Encrypted Runas" together with NSClient++, but found no solution and not very practical.
Change History
comment:1 follow-up: ↓ 2 Changed 4 years ago by mickem
- Owner changed from MickeM to mickem
- Status changed from new to assigned
- Milestone set to 0.4.0
comment:2 in reply to: ↑ 1 Changed 4 years ago by anonymous
Yes, you are right i meant obfuscated. Thanks
Note: See
TracTickets for help on using
tickets.








First off, this could be doable, the "hard thing" is to figure out to how to add "options" for it, the ini file is getting "filled up". but I think I could do a:
As for encrypted, that is "impossible" (sort of) you could get them obfuscated, but since I need to "read them" it will be possible for others to do so as well (unless you do some "advanced" stuff). But perhaps you meant obfuscated?
MickeM