Subject: Re: login_cap(2)
To: Martin J. Laubach <mjl@emsi.priv.at>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: current-users
Date: 02/02/2001 23:05:37
>| default:\
>  I'm not sure our login_cap stuff does fall back to the
>"default" class automatically. In fact, I don't think so,
>one needs to explicitely set a class in the password file.

	lib/libutil/login_cap.c has the following fragment.  LOGIN_DEFCLASS
	is set to "default" in include/login_cap.h.

itojun


        if (class == NULL || class[0] == '\0')
                class = LOGIN_DEFCLASS;