util_errors.c revision ab967283b710dfa05d11ee5b30c7ac916486ceec
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce Copyright (C) 2012 Red Hat
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce This program is free software; you can redistribute it and/or modify
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce it under the terms of the GNU General Public License as published by
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce the Free Software Foundation; either version 3 of the License, or
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce (at your option) any later version.
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce This program is distributed in the hope that it will be useful,
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce but WITHOUT ANY WARRANTY; without even the implied warranty of
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce GNU General Public License for more details.
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce You should have received a copy of the GNU General Public License
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce along with this program. If not, see <http://www.gnu.org/licenses/>.
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce Simo Sorce <ssorce@redhat.com>
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce const char *msg;
ab967283b710dfa05d11ee5b30c7ac916486ceecSimo Sorce { "No cached credentials available" }, /* ERR_NO_CACHED_CREDS */
ab967283b710dfa05d11ee5b30c7ac916486ceecSimo Sorce { "Cached credentials are expired" }, /* ERR_CACHED_CREDS_EXPIRED */
ab967283b710dfa05d11ee5b30c7ac916486ceecSimo Sorce { "Authentication Denied" }, /* ERR_AUTH_DENIED */
ab967283b710dfa05d11ee5b30c7ac916486ceecSimo Sorce { "Authentication Failed" }, /* ERR_AUTH_DENIED */