From 84d0a676bef713f6f19f70e6d6b8f7673c939be5 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 23 Jan 1997 12:27:44 +0000 Subject: [PATCH] Add instructions for xdm. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1184 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/sia/README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/auth/sia/README b/lib/auth/sia/README index 3bb019e09..78b600e7f 100644 --- a/lib/auth/sia/README +++ b/lib/auth/sia/README @@ -24,6 +24,16 @@ you will have to do the following: Users with local passwords (like root) should be able to login safely. +When using Digital's xdm the KRBTKFILE environment variable doesn't +get passed along (since xdm zaps the environment). Instead you have to +set KRBTKFILE to the correct value in /usr/lib/X11/xdm/Xsession. Add a +line similar to + +KRBTKFILE=/tmp/tkt`id -u`_`ps -o ppid= -p $$` + +Also remember to export this variable. + + There is currently no support for changing kerberos passwords. Use kpasswd instead.