summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1993-12-08 23:31:40 +0000
committerBarry Jaspan <bjaspan@mit.edu>1993-12-08 23:31:40 +0000
commit53c4e26f822b369fc1261ae48fe218bbf7554f03 (patch)
tree8df8583a03bfc5c0c3b136c64ffdd53774011e1c /doc
parent15c62bfe299a7bfe7bae3fa033e1395c80c0ad6b (diff)
downloadkrb5-53c4e26f822b369fc1261ae48fe218bbf7554f03.tar.gz
krb5-53c4e26f822b369fc1261ae48fe218bbf7554f03.tar.xz
krb5-53c4e26f822b369fc1261ae48fe218bbf7554f03.zip
[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
Diffstat (limited to 'doc')
-rw-r--r--doc/kadm5/api-funcspec.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex
index 8722e0e513..ccfad220a9 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