Searched defs:FLAGS_USE_FIRST_PASS (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/sss_client/
H A Dpam_sss.c55 #define FLAGS_USE_FIRST_PASS (1 << 0) macro
1964 *flags |= FLAGS_USE_FIRST_PASS;
2023 if ((flags & FLAGS_USE_FIRST_PASS)
2196 if ( (getuid() != 0 || exp_data ) && !(flags & FLAGS_USE_FIRST_PASS)) {
2396 * - FLAGS_USE_FIRST_PASS is not set
2400 if ( !(flags & FLAGS_USE_FIRST_PASS)
2446 * - FLAGS_USE_FIRST_PASS is not set
2451 && !(flags & FLAGS_USE_FIRST_PASS)
2584 flags &= ~FLAGS_USE_FIRST_PASS;

Completed in 130 milliseconds