Lines Matching refs:expire
403 DEBUG(SSSDBG_MINOR_FAILURE, "Shadow expire attribute not found. "
409 DEBUG(SSSDBG_CRIT_FAILURE, "Failed to retrieve shadow expire date.\n");
711 const char *expire;
714 expire = dp_opt_get_cstring(access_ctx->id_ctx->opts->basic,
716 if (expire == NULL) {
718 "Missing account expire policy. Access denied\n");
721 if (strcasecmp(expire, LDAP_ACCOUNT_EXPIRE_SHADOW) == 0) {
730 } else if (strcasecmp(expire, LDAP_ACCOUNT_EXPIRE_AD) == 0) {
738 } else if (strcasecmp(expire, LDAP_ACCOUNT_EXPIRE_RHDS) == 0 ||
739 strcasecmp(expire, LDAP_ACCOUNT_EXPIRE_IPA) == 0 ||
740 strcasecmp(expire, LDAP_ACCOUNT_EXPIRE_389DS) == 0) {
751 strcasecmp(expire, LDAP_ACCOUNT_EXPIRE_IPA) == 0) {
764 } else if (strcasecmp(expire, LDAP_ACCOUNT_EXPIRE_NDS) == 0) {
775 "Unsupported LDAP account expire policy [%s]. "
776 "Access denied.\n", expire);