HomeSort by: relevance | last modified time | path
    Searched refs:PAM_IGNORE (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_constants.c 75 [PAM_IGNORE] = "PAM_IGNORE",
112 [PAM_IGNORE] = "Ignore this module",
openpam_dispatch.c 133 if (r == PAM_IGNORE)
  /src/lib/libpam/modules/pam_deny/
pam_deny.c 94 return (PAM_IGNORE);
  /src/external/bsd/openpam/dist/include/security/
pam_constants.h 76 PAM_IGNORE = 25,
openpam.h 289 return (PAM_IGNORE); \
  /src/lib/libpam/modules/pam_afslog/
pam_afslog.c 48 return PAM_IGNORE;
  /src/lib/libpam/modules/pam_group/
pam_group.c 87 return (PAM_IGNORE);
  /src/external/bsd/openpam/dist/misc/
gendoc.pl 89 PAM_IGNORE => "Ignore this module",
  /src/external/bsd/pam-u2f/dist/tests/
get_devices.c 35 assert(rc == PAM_IGNORE);
39 assert(rc == PAM_IGNORE);
  /src/external/bsd/pam-u2f/dist/
util.c 697 r = PAM_IGNORE;
766 r = cfg->nouserok ? PAM_IGNORE : PAM_USER_UNKNOWN;

Completed in 46 milliseconds