EN JA
LOGIN_AUTH(3)
LOGIN_AUTH(3) FreeBSD Library Functions Manual LOGIN_AUTH(3)

NAME

auth_checknologin, auth_catauthentication style support library for login class capabilities database

LIBRARY

System Utilities Library (libutil, -lutil)

SYNOPSIS

#include < sys/types.h>
#include < login_cap.h>

void
auth_checknologin( login_cap_t *lc);

int
auth_cat( const char *file);

DESCRIPTION

This set of functions support the login class authorisation style interface provided by login.conf(5).
December 29, 1996 FreeBSD