tail head cat sleep
QR code linking to this page

Manual Pages  — LOGIN_AUTH

NAME

auth_checknologin, auth_cat – authentication style support library for login class capabilities database

CONTENTS

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).

SEE ALSO

getcap(3), login_cap(3), login_class(3), login.conf(5), termcap(5)

HISTORY

The functions auth_checknologin() and auth_cat() first appeared in FreeBSD 2.1.5 .

LOGIN_AUTH (3) May 10, 2020

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Like a classics radio station whose play list spans decades, Unix simultaneously exhibits its mixed and dated heritage. There's Clash-era graphics interfaces; Beatles-era two-letter command names; and systems programs (for example, ps) whose terse and obscure output was designed for slow teletypes; Bing Crosby-era command editing (# and @ are still the default line editing commands), and Scott Joplin-era core dumps.
— The Unix Haters' handbook