Hi Jeff,

On Wed, 30 Nov 1994 13:51:37 -0500 [EMAIL PROTECTED] wrote:

>    Now, by all means correct me if I am wrong, but isn't the whole
>    point of having a kerberized in.rlogind, in.rexecd, rsh, login, and rcp
>    that authentication will be passed along?  Maybe not the WHOLE point,
>    but surely a large one.

We are using AFS 3.3 on AIX 3.2 and the Transarc supplied r-commands
do carry the token across:

    mpb@dolphin $ tokens

    Tokens held by the Cache Manager:

    User's (AFS ID 9997) tokens for [EMAIL PROTECTED] [Expires Dec  2 09:48]
    mpb@dolphin $ /usr/afsws/bin/rsh blue /usr/afsws/bin/tokens

    Tokens held by the Cache Manager:

    Tokens for [EMAIL PROTECTED] [Expires Dec  2 09:48]


Attached below are a couple of snippets from our AFS client install script
which does all the necessary configuration for the r-commands to work.
Also, make sure you use /usr/afsws/bin/rsh.

Hope this helps.
--
paul                                                    finger [EMAIL PROTECTED]


[ snippet 1 ] extract from /etc/rc.afs to start up AFS version of inetd:

F=/etc/inetd.conf.afs
if [ -s ${F} ]; then
        X=/usr/etc/inetd.afs
        if [ -x ${X} ]; then
                doit "(sleep 12;${X} ${F} && echo ${X} started)"
        fi
fi






[ snippet 2 ] extract to set up AFS versions of ftpd and r-commands to work

tstamp "AFS Commands Reference Manual, page 10-2"
tstamp "enable ftpd with AFS authentication"
doit "cp /usr/afsws/etc/ftpd /usr/etc/ftpd.afs"

ed - /etc/inetd.conf << %
/^ftp
s/ftp/#ftp/
a
ftp         stream      tcp     nowait  root /usr/etc/ftpd.afs  ftpd -l -u 022

Reply via email to