Previous section.

X/Open Single Sign-on Service (XSSO) -<br> Pluggable Authentication Modules

X/Open Single Sign-on Service (XSSO) -
Pluggable Authentication Modules
Copyright © 1997 The Open Group

NAME

pam_getenvlist - returns a list of all the PAM environment variables

SYNOPSIS

#include <security/pam_appl.h>

char** pam_getenvlist ( pam_handle_t *pamh, );

DESCRIPTION

The pam_getenvlist() function returns a pointer to a list of all the PAM environment variables.

The PAM library module allocates memory for the returned value. The calling calling application is responsible for freeing this memory.

The arguments for pam_getenvlist() are:

pamh (in)

The PAM authentication handle, obtained from a previous call to pam_start().

RETURN VALUE

The pam_getenvlist() returns a pointer to a list of all the PAM environment variables. If no values are set, a NULL pointer is returned.

Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.

Contents Next section Index