Lines Matching defs:inactive
6262 * +b: TRUE if inactive due to account inactivation
6305 /* inactive */
6309 inactive = (rValue != 0) ? 1 : 0;
6475 * inactive [0] BOOLEAN DEFAULT FALSE,
6491 * - it's been made inactive in the LDAP server
6512 int inactive, reset, expired;
6567 if (ber_scanf(ber, "{bbb", &inactive, &reset, &expired)
6571 "inactive/reset/expired"));
6577 (acctResp->AcctUsableResp).more_info.inactive =
6578 ((inactive == 0) ? 0 : 1);
6607 (acctResp->AcctUsableResp).more_info.inactive = 0;