Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2003 02:44:46 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/login login.c
Message-ID:  <20030215234446.GE72156@nagual.pp.ru>
In-Reply-To: <xzpr8a9m7r7.fsf@flood.ping.uio.no>
References:  <200302152316.h1FNGfUQ023858@repoman.freebsd.org> <20030215233741.GB72156@nagual.pp.ru> <xzpr8a9m7r7.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 16, 2003 at 00:41:48 +0100, Dag-Erling Smorgrav wrote:
> "Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> > I think it is already works, empty host treated as localhost in 
> > opieaccess() and local logins already allowed by default with no special 
> > setup required.
> 
> No, that is not the case.

  if (!host[0])
    /* Local login, okay */
    return (1);
 

-- 
Andrey A. Chernov
http://ache.pp.ru/

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




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