summaryrefslogtreecommitdiffstats
path: root/src/util/util_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util_errors.c')
-rw-r--r--src/util/util_errors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/util_errors.c b/src/util/util_errors.c
index 9beffbc39..522b0f4ff 100644
--- a/src/util/util_errors.c
+++ b/src/util/util_errors.c
@@ -96,6 +96,7 @@ struct err_string error_to_str[] = {
{ "Domain has to timestamp cache" }, /* ERR_NO_TS */
{ "No timestamp cache record" }, /* ERR_TS_CACHE_MISS */
{ "Dereference threshold reached" }, /* ERR_DEREF_THRESHOLD */
+ { "The user is not handled by SSSD" }, /* ERR_NON_SSSD_USER */
{ "ERR_LAST" } /* ERR_LAST */
};