On Thu, Nov 08, 2001 at 04:02:05PM +0100, Arthur de Jong wrote: > authctxt->valid && authctxt->pw->pw_uid == 0 ? "ROOT user " : "", well this will print ROOT user root in 99.99999% of all cases. -m