diff options
| author | Michael Shanzer <shanzer@mit.edu> | 1994-01-10 18:42:21 +0000 |
|---|---|---|
| committer | Michael Shanzer <shanzer@mit.edu> | 1994-01-10 18:42:21 +0000 |
| commit | 0aea6c0b99aeffb8e165d8b6543a025ede1884ad (patch) | |
| tree | eb676f2072ffaa00d5b0d4bfc55e9c6517f78b35 | |
| parent | 9ab45f50f504a9b75e9d15c06322d571247be5fd (diff) | |
barry's change specifying rpc registration error
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3300 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | doc/kadm5/api-funcspec.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index ccfad220a..46912de70 100644 --- a/doc/kadm5/api-funcspec.tex +++ b/doc/kadm5/api-funcspec.tex @@ -1356,6 +1356,11 @@ If the dictionary file does not exist, the server logs the message without one.'' at the LOG_ERR level and continues with dictionary checking disabled. +If the server cannot register itself as an RPC server via the portmap +daemon, it logs the message ``Cannot register RPC service, failing.'' +at the LOG_ERR level and exits with non-zero status. This error can +happen if the portmapper is not running. + 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 |
