Add instructions for xdm.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1184 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-01-23 12:27:44 +00:00
parent 2189024ef8
commit 84d0a676be

View File

@@ -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.