From 53c4e26f822b369fc1261ae48fe218bbf7554f03 Mon Sep 17 00:00:00 2001 From: Barry Jaspan Date: Wed, 8 Dec 1993 23:31:40 +0000 Subject: [PATCH] [secure-admin/558] specify error mesage if gssapi init fails git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3129 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/kadm5/api-funcspec.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index 8722e0e51..ccfad220a 100644 --- a/doc/kadm5/api-funcspec.tex +++ b/doc/kadm5/api-funcspec.tex @@ -1351,11 +1351,17 @@ is logs the message ``starting'' at the LOG_INFO level. When it exits (due to a signal, for example) it logs the message ``finished, exiting'' at the LOG_INFO level. -If the dictionary file does not exist, the server logs the mesage +If the dictionary file does not exist, the server logs the message ``WARNING: Cannot find the dictionary file $<$name$>$, continuing without one.'' at the LOG_ERR level and continues with dictionary checking disabled. +If the GSS-API authentication system cannot be initialized, the server +logs the message ``Cannot initialize GSS-API authentication, +failing.'' at the LOG_ERR level and exits with non-zero status. This +error can happen if, for example, the file ovsec_adm.srvtab does not +exist or is incorrect. + \subsubsection{Request Messages} In the event descriptions below, IP address refers to the originating -- 2.26.2