From: "Astrid Wagner" <[EMAIL PROTECTED]> > This may be off topic but maybe someone else had this requirement: > I need to call a system call running in a different account than the > account the web application runs: > E.g All web applications etc. run as "accountA" but my web application needs > to call a "rsh" command (via native interface) run as "accountB".
maybe you can use "su" or maybe you can make a copy of rsh, whose owner is the user you need not sure if any of those would work, but.. Regards, Juan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
