pam_acct_mgmt - perform PAM account validation procedures
cc [ flag ... ] file ... -lpam [ library ... ] #include <security/pam_appl.h> int pam_acct_mgmt(pam_handle_t *pamh, int flags);
The pam_acct_mgmt() function is called to determine if the current user's account is valid. It checks for password and account expiration, and verifies access hour restrictions. This function is typically called after the user has been authenticated with pam_authenticate(3PAM).
The pamh argument is an authentication handle obtained by a prior call to pam_start(). The following flags may be set in the flags field:
PAM_SILENT
PAM_DISALLOW_NULL_AUTHTOK
Upon successful completion, PAM_SUCCESS is returned. In addition to the error return values described in pam(3PAM), the following values may be returned:
PAM_USER_UNKNOWN
PAM_AUTH_ERR
PAM_NEW_AUTHTOK_REQD
PAM_ACCT_EXPIRED
See attributes(5) for description of the following attributes:
|
pam(3PAM), pam_authenticate(3PAM), pam_start(3PAM), libpam(3LIB), attributes(5)
The interfaces in libpam are MT-Safe only if each thread within the multithreaded application uses its own PAM handle.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |