We don't fall back to the "default" login class if a login class was

given in the password file but not defined in login.conf. Just for
"no class is given". The former is an error and leads to rejection.
This commit is contained in:
drochner 2005-04-13 20:39:05 +00:00
parent 1a771b22ec
commit b31fb0b5e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: login.conf.5,v 1.17 2004/09/02 11:35:56 jmmv Exp $
.\" $NetBSD: login.conf.5,v 1.18 2005/04/13 20:39:05 drochner Exp $
.\"
.\" Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc.
.\" All rights reserved.
@ -63,7 +63,7 @@ The class is used to look up a corresponding entry in the
file.
A special class called
.Dq default
will be used (if it exists) if there is no other match.
will be used (if it exists) if the field in the password file is empty.
.Sh CAPABILITIES
Refer to
.Xr getcap 3