On Tue, 20 Feb 2007, Christopher D. Clausen wrote: > I managed to redirect the password prompt: > > (Not sure if this is a feature or a bug.) > > C:\>kinit cclausen 2>&1 1>kinit.txt > C:\>cat kinit.txt > Password for [EMAIL PROTECTED]: > C:\>
This is actually the same as doing this: C:\>kinit cclausen 1>kinit.txt In other words, the Password prompt apparently goes to stdout, not stderr. ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
