Query: sia_make_entity_pwd
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sia_make_entity_pwd(3) Library Functions Manual sia_make_entity_pwd(3)NAMEsia_make_entity_pwd - Make entity password - SIA (Security Integration Architecture)LIBRARYStandard C library (libc.so and libc.a)SYNOPSIS#include <siad.h> #include <signal.h> #include <setjmp.h> int sia_make_entity_pwd( struct passwd *pwd, SIAENTITY *entity);PARAMETERSentity The entity parameter points to the SIAENTITY structure that will have its pwd data updated. The values in the SIAENTITY struc- ture are changed by this routine. pwd The pwd parameter points to the passwd structure that will have its data duplicated by the pwd field of the entity structure.DESCRIPTIONThe sia_make_entity_pwd() routine fills in the pwd field of the entity structure, using malloc() to ensure that the copied data is not overwritten by subsequent calls to getpwent().RETURN VALUESThe sia_make_entity_pwd() routine returns SIASUCCESS or SIAFAIL.ERRORSThe 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/passwdRELATED INFORMATIONsia_ses_init(3) Security delim off sia_make_entity_pwd(3)
Related Man Pages |
---|
sia_chdir(3) - osf1 |
sia_init(3) - osf1 |
sia_ses_estab(3) - osf1 |
siad_ses_estab(3) - osf1 |
siad_ses_release(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Passing parameter inside the expression |