Lines Matching defs:reset
2245 * otherwise, reset the connection user to get ready
2851 * Given the current configuration [set/reset connection etc.]
2956 * Free results if any, reset to the first
6264 * +b: TRUE if password has been reset
6271 * forever (i.e. until reset)
6314 /* reset */
6317 (acctResp->AcctUsableResp).more_info.reset
6386 * forever (i.e. until reset)
6476 * reset [1] BOOLEAN DEFAULT FALSE,
6492 * - or its password was reset in the LDAP server database
6512 int inactive, reset, expired;
6567 if (ber_scanf(ber, "{bbb", &inactive, &reset, &expired)
6571 "inactive/reset/expired"));
6579 (acctResp->AcctUsableResp).more_info.reset =
6580 ((reset == 0) ? 0 : 1);
6608 (acctResp->AcctUsableResp).more_info.reset = 0;