HomeSort by: relevance | last modified time | path
    Searched defs:pam_flags (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/rexecd/
rexecd.c 82 static int pam_flags = PAM_SILENT|PAM_DISALLOW_NULL_AUTHTOK; variable in typeref:typename:int
237 if (!pam_ok(pam_authenticate(pamh, pam_flags)) ||
238 !pam_ok(pam_acct_mgmt(pamh, pam_flags))) {

Completed in 12 milliseconds