David <[EMAIL PROTECTED]> writes:
> On 24 Aug 2001, Steffen Neumann wrote:
>
> > David <[EMAIL PROTECTED]> writes:
> >
> > > On 24 Aug 2001, Steffen Neumann wrote:
> > [...]
> Yes, but what's going on if you want that httpd process writes on
> volumen_apache as apache and cyrus process writes on volumen_cyrus as
> cyrus ?
>
> It seems that is only possible to have only one token at the same time.
> And in case you can have more than one, how coda know that process X must
> to use token Y????
The processes are started as uid apache or uid cyrus, are they ?
So you do (exact syntax may differ ...)
su apache ( cat password.apache | clog -frompipe )
su cyrus ( cat password.cyrus | clog -frompipe )
And the passwords/token are associated with
the respective uid of apache and cyrus.
Or did I misunderstand your question ?
So long,
Steffen