From c9b0071bfcb8eb8c71e40248de46d23aceecc0f3 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Wed, 18 Feb 2015 01:03:40 -0500 Subject: SDAP: enable change phase of pw expire policy check Implement new option which does checking password expiration policy in accounting phase. This allows SSSD to issue shadow expiration warning even if alternate authentication method is used. Resolves: https://fedorahosted.org/sssd/ticket/2167 Reviewed-by: Sumit Bose --- src/util/util_errors.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util/util_errors.h') diff --git a/src/util/util_errors.h b/src/util/util_errors.h index 39455dc8a..97e210e31 100644 --- a/src/util/util_errors.h +++ b/src/util/util_errors.h @@ -64,6 +64,9 @@ enum sssd_errors { ERR_NETWORK_IO, ERR_ACCOUNT_EXPIRED, ERR_PASSWORD_EXPIRED, + ERR_PASSWORD_EXPIRED_REJECT, + ERR_PASSWORD_EXPIRED_WARN, + ERR_PASSWORD_EXPIRED_RENEW, ERR_ACCESS_DENIED, ERR_SRV_NOT_FOUND, ERR_SRV_LOOKUP_ERROR, -- cgit