Quoth [EMAIL PROTECTED] ("Marcio d'Avila Scheibler"):
...
| I've done successfully tests with kinit and accesses
| by means of FTP, telnet and patched ssh (.k5login file mappings).
| However I'm cautions concerning that: login.krb5 seems to work
| just with username@REALM principals (it hopes username is the
| same UNIX userid). I suppose there could be a lot of other
| applications that would have problems with user/username
| style (pop, imap, ...).
|
| So I'm asking if someone has or had some experience with
| a similar naming style or has knowledge about applications
| that assume username@REALM style.
I can confirm that pop and imap will also expect username@REALM.
While most applications use a standard function, krb5_kuserok,
that isn't universal and in fact recent versions of uw imapd
don't use it. Consequently they don't support .k5login.
Donn Cave, [EMAIL PROTECTED]