[OpenAFS] klog akserver krb4
Christopher Allen Wing
wingc@engin.umich.edu
Tue, 28 Jan 2003 08:43:01 -0500 (EST)
Noel:
The 'klog' binary in Arla uses only krb4:
http://www.stacken.kth.se/projekt/arla/
If you compile Arla for linux, you can use its 'klog' while running the
OpenAFS client.
I always thought that aklog was krb5-only; you'd need to use 'afslog' from
kth-kerberos along with kinit if you want to use pure krb4:
http://www.pdc.kth.se/kth-krb/
-Chris Wing
wingc@engin.umich.edu
On Tue, 28 Jan 2003, Noel Burton-Krahn wrote:
> Thanks for your reply, Derrick. Let me tell you my troubles:
>
> kinit user@FOREIGN.CELL works
> aklog foreign.cell does not
>
> I suspect aklog fails because the kinit ticket for the foreign cell contains
> a forwarded IP. But, I don't know for sure. All I know is that under
> Windows "klog.exe user@foreign.call" works, but the same comamnd doesn't
> work under Linux. Why? Because the windows klog.exe uses krb4 which the
> Linux klog uses kaserver. Hence my question, is there a krb4 klog for
> Linux? If not, maybe I'l try compiling the Windows krb4.exe under Linux.
>
> --Noel