BSDforge.com

BSD , UNIX , man pages, & info pages :

Man Page or Keyword Search:
Man Architecture
Apropos Keyword Search (all sections) Output format
home | man pages | documentation library | Writing UNIX manpages
AUTH_GETVAL(3)         FreeBSD Library Functions Manual         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.

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)

FreeBSD 12.1-STABLE             October 7, 1998            FreeBSD 12.1-STABLE

NAME | LIBRARY | SYNOPSIS | DESCRIPTION | FILES | SEE ALSO

Want to link to this manual page?
/man/?query=auth&manpath=FreeBSD+8.3-stable

home | man pages | documentation library | Writing UNIX manpages
manpages@BSDforge — 2025-9-10