man.bsd.lv manual page server

Manual Page Search Parameters

AUTH_GETVAL(3) Library Functions Manual AUTH_GETVAL(3)

auth_getvalfunctions for reading values from /etc/auth.conf

library “libutil”

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

char *
auth_getval(const char *name);

The function () returns the value associated with the field called name or NULL if no such field is found or the auth file cannot be opened.

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

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

October 7, 1998 DragonFly-5.6.1