On Fri, 10 Dec 2010 19:58:18 +0000 <[email protected]> wrote: > It's seems to me that afs uses the wrong principal, but I can't figure > out where should I fix it.
Modern afs utilities try to use the principal afs/<cell>@<REALM>, and if it doesn't exist, they fall back to using afs@<REALM>. So those messages are normal if you don't have an afs/<cell> princ. afs/<cell> is considered preferable, as it allows you to run multiple cells with the same realm, and since utilities try to use it first. -- Andrew Deason [email protected] _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
