Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 1998 19:43:05 -0800 (PST)
From:      Randy Bush <randy@psg.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   kerberos rlogin requires auth.conf
Message-ID:  <m0zaAtV-0008G3C@rip.psg.com>

next in thread | raw e-mail | index | archive | help
in kerberized rlogin there is the following fragment:

        k = auth_getval("auth_list");
        if (k && !strstr(k, "kerberos"))
            use_kerberos = 0;

this means that, for me to do a kerberos login from A to B, that A must
have 

    auth_list = .* kerberos

in /etc/auth.conf

i thought that auth.conf controlled how folk get access TO the system,
not from it.

randy

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0zaAtV-0008G3C>