You can run X environment with "-noauth" option
if you are running CDE you can do the following:
cp /usr/dt/config/Xconfig /etc/dt/config/Xconfig
Uncomment the Dtlogin*authorize line. It will look like:
###########################################################
# To disable R4 MIT-MAGIC-COOKIE-1 per-user authorization.
#
Dtlogin*authorize: False
This will let your server run with the -noauth option.
Additionally, the program `xauth' can be used to obtain the `magic cookie' authorization information used in connecting to the X11 server, and then this information can be added to the .Xauthority file in user home directory.
For example, the most common use for xauth is to extract the entry for the current display, copy it to another machine, and merge it into the user's authority file on the remote machine:
xauth extract - $DISPLAY | rsh other xauth merge -
Hope this helps,
Regards,
Carlos Almeida,