Re: Two Kmail users in one X session

2002-03-16 Thread Jarno Elonen
> Personally, I would recommend that you install super and add this > to your super.tab > > user2mail "/usr/bin/kmail" nargs=0 u+g=user2 user1 This seems like the best solution so far but it has some of the same problems that my C program had. It probably lacks initialization of some ne

Re: Two Kmail users in one X session

2002-03-16 Thread Jakob Bohm
On Thu, Mar 14, 2002 at 02:21:13PM +0200, Jarno Elonen wrote: ... > > I'm trying to make a shortcut/script/program that would start Kmail as > another user (and thus open the corresponding mailbox) in my own KDE session > without having to type in the password. > > My latest attempt was a 'SUID

Re: Two Kmail users in one X session

2002-03-15 Thread Petter Reinholdtsen
[Oleg Cherkasov] > Remote shell could help to do that: > > rsh -l localhost kmail > > In ~/.rhosts add: > > + my_user_name But it would open up a security hole.

Re: Two Kmail users in one X session

2002-03-15 Thread Oleg Cherkasov
Remote shell could help to do that: rsh -l localhost kmail In ~/.rhosts add: + my_user_name Oleg On Thursday 14 March 2002 14:44, Hendrik Sattler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Donnerstag, 14. März 2002 13:21 schrieb Jarno Elonen: > > Hi, > > > > I'm trying t

Re: Two Kmail users in one X session

2002-03-14 Thread Jarno Elonen
> ssh -X [EMAIL PROTECTED] kmail Ingenious. :) Thanks! - Jarno

Re: Two Kmail users in one X session

2002-03-14 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 14 March 2002 12:21 pm, Jarno Elonen wrote: > Hi, > > I'm trying to make a shortcut/script/program that would start Kmail as > another user (and thus open the corresponding mailbox) in my own KDE > session without having to type in the pass

Re: Two Kmail users in one X session

2002-03-14 Thread Olaf Stetzer
Am Donnerstag, 14. März 2002 13:21 schrieb Jarno Elonen: > Hi, > > I'm trying to make a shortcut/script/program that would start Kmail as > another user (and thus open the corresponding mailbox) in my own KDE > session without having to type in the password. > > Any better ideas on how to implemen

Re: Two Kmail users in one X session

2002-03-14 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Donnerstag, 14. März 2002 13:21 schrieb Jarno Elonen: > Hi, > > I'm trying to make a shortcut/script/program that would start Kmail as > another user (and thus open the corresponding mailbox) in my own KDE > session without having to type in the pas

Two Kmail users in one X session

2002-03-14 Thread Jarno Elonen
Hi, I'm trying to make a shortcut/script/program that would start Kmail as another user (and thus open the corresponding mailbox) in my own KDE session without having to type in the password. My latest attempt was a 'SUID user2' program in C: #include int main () { putenv("HOME=/home/use