From 60cab26b12df9a2153823972cde0c38ca86e01b9 Mon Sep 17 00:00:00 2001 From: Yassir Elley Date: Mon, 20 Jan 2014 11:17:06 -0500 Subject: Implemented LDAP component of GPO-based access control Reviewed-by: Sumit Bose Reviewed-by: Jakub Hrozek --- src/util/util_errors.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/util_errors.c') diff --git a/src/util/util_errors.c b/src/util/util_errors.c index 90faa3e42..2b99faf74 100644 --- a/src/util/util_errors.c +++ b/src/util/util_errors.c @@ -58,6 +58,7 @@ struct err_string error_to_str[] = { { "Malformed extra attribute" }, /* ERR_INVALID_EXTRA_ATTR */ { "Cannot get bus message sender" }, /* ERR_SBUS_GET_SENDER_ERROR */ { "Bus message has no sender" }, /* ERR_SBUS_NO_SENDER */ + { "User/Group SIDs not found" }, /* ERR_NO_SIDS */ }; -- cgit