IPnom Home • Manuals • FreeBSD

 FreeBSD Man Pages

Man Sections:Commands (1)System Calls (2)Library Functions (3)Device Drivers (4)File Formats (5)Miscellaneous (7)System Utilities (8)
Keyword Live Search (10 results max):
 Type in part of a command in the search box.
 


auth_getval(3)

NAME

     auth_getval -- functions for reading values from /etc/auth.conf


LIBRARY

     System Utilities Library (libutil, -lutil)


SYNOPSIS

     #include <sys/types.h>
     #include <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.


SEE ALSO

     properties_free(3), properties_read(3), property_find(3), auth.conf(5)


FILES

     /etc/auth.conf contains the name=value pairs looked up by auth_getval().

FreeBSD 5.4			October 7, 1998 		   FreeBSD 5.4

SPONSORED LINKS




Man(1) output converted with man2html , sed , awk