|
AUTH_GETVAL (3) | C library functions | Unix Manual Pages | :man▋
NAME
auth_getval - functions for reading values from /etc/auth.conf
CONTENTS
Library Synopsis Description Files See Also
LIBRARY
.Lb libutil
SYNOPSIS
.In sys/types.h .In libutil.h char * auth_getval "const char *name"
DESCRIPTION
The function auth_getval returns the value associated with the field called name or NULL if no such field is found or the auth file cannot be opened.
FILES
/etc/auth.conf contains the name=value pairs looked up by auth_getval.
SEE ALSO
properties_free(3), properties_read(3), property_find(3), auth.conf(5)
|