Query: pam_setcred
OS: opendarwin
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PAM_SETCRED(3) App. Programmers' Manual PAM_SETCRED(3)NAMEpam_setcred - set the credentials for the userSYNOPSIS#include <security/pam_appl.h> int pam_setcred(pam_handle_t *pamh, int flags);DESCRIPTIONpam_setcred This function is used to establish, maintain and delete the credentials of a user. It should be called after a user has been authenticated and before a session is opened for the user (with pam_open_session(3)). It should be noted that credentials come in many forms. Examples include: group memberships; ticket-files; and Linux-PAM environment vari- ables. For this reason, it is important that the basic identity of the user is established, by the application, prior to a call to this function. For example, the default Linux-PAM environment variables should be set and also initgroups(2) (or equivalent) should have been performed.VALID FLAGSPAM_ESTABLISH_CRED initialize the credentials for the user. PAM_DELETE_CRED delete the user's credentials. PAM_REINITIALIZE_CRED delete and then initialize the user's credentials. PAM_REFRESH_CRED extend the lifetime of the existing credentials.RETURN VALUEOn success PAM_SUCCESS is returned, all other return values should be treated as errors.ERRORSMay be translated to text with pam_strerror(3).CONFORMING TODCE-RFC 86.0, October 1995.BUGSnone known.SEE ALSOpam_authenticate(3), pam_strerror(3) and pam_open_session(3). Also, see the three Linux-PAM Guides, for System administrators, module developers, and application developers. Linux-PAM 0.58 1997 July 6 PAM_SETCRED(3)
Related Man Pages |
---|
pam_setcred(3) - centos |
pam_setcred(3) - x11r4 |
pam_setcred(3) - minix |
pam_setcred(3) - plan9 |
pam_setcred(3) - bsd |
Similar Topics in the Unix Linux Community |
---|
Survey says developers losing interest in Windows - TechSpot |
New Linux user |