osf1 man page for sia_init

Query: sia_init

OS: osf1

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

sia_init(3)						     Library Functions Manual						       sia_init(3)

NAME
sia_init - initialization routine for SIA (Security Integration Architecture)
LIBRARY
Standard C library (libc.so and libc.a)
SYNOPSIS
#include <sia.h> #include <siad.h> int sia_init(void);
DESCRIPTION
The sia_init() routine is called by every sia_* routine to initialize the SIA configuration. This routine indirectly sets up the matrix of switches used to drive the SIA interfaces.
RETURN VALUES
The sia_init() routine returns either SIASUCCESS or SIAFAIL.
ERRORS
The errno value is not (normally) set explicitly by sia_* routines. The errno values are those returned from the dynamic loader interface, from dependent (siad_*) routines, or from malloc. Possible errors include resource constraints (no memory) and various authentication failures.
FILES
/etc/sia/matrix.conf /usr/sbin/siainit /etc/sia/siainitgood
RELATED INFORMATION
sia_ses_init(3), siad_ses_init(3), siad_init(3), matrix.conf(4), siainit(8) Security delim off sia_init(3)
Related Man Pages
sia_validate_user(3) - osf1
sia_chg_password(3) - osf1
sia_chg_shell(3) - osf1
sia_getgroup(3) - osf1
sia_init(3) - osf1
Similar Topics in the Unix Linux Community
PHP Write Man Pages to MySQL DB