diff options
author | Barry Jaspan <bjaspan@mit.edu> | 1995-08-10 15:20:00 +0000 |
---|---|---|
committer | Barry Jaspan <bjaspan@mit.edu> | 1995-08-10 15:20:00 +0000 |
commit | 6d3d95cea619b9fee5cb0b7ef7a5708fc16eb79f (patch) | |
tree | f8d527cf7c8bdb0073de8194cb92348592d50580 /doc/kadm5 | |
parent | fc0d0368b1043a5329ee4bab2bf9cf727ba22444 (diff) | |
download | krb5-6d3d95cea619b9fee5cb0b7ef7a5708fc16eb79f.tar.gz krb5-6d3d95cea619b9fee5cb0b7ef7a5708fc16eb79f.tar.xz krb5-6d3d95cea619b9fee5cb0b7ef7a5708fc16eb79f.zip |
[secure-admin/3398] special error code for missing secure principals
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6496 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/kadm5')
-rw-r--r-- | doc/kadm5/api-funcspec.tex | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index d33ee7d984..59a787e7a7 100644 --- a/doc/kadm5/api-funcspec.tex +++ b/doc/kadm5/api-funcspec.tex @@ -499,7 +499,11 @@ expired \item[* OVSEC_KADM_OLD_LIB_API_VERSION] API version specified by application is no longer supported by libraries (to fix, update application to adhere to current API version and recompile) \item[* OVSEC_KADM_OLD_SERVER_API_VERSION] API version specified by application is no longer supported by server (to fix, update application to adhere to current API version and recompile) \item[* OVSEC_KADM_NEW_LIB_API_VERSION] API version specified by application is unknown to libraries (to fix, obtain current OpenV*Secure Admin API header files and libraries and recompile application) -\item[* OVSEC_KADM_NEW_SERVER_API_VERSION] API version specified by application is unknown to server (to fix, obtain and install newest OpenV*Secure Admin Server) +\item[* OVSEC_KADM_NEW_SERVER_API_VERSION] API version specified by +application is unknown to server (to fix, obtain and install newest +OpenV*Secure Admin Server) +\item[OVSEC_KADM_SECURE_PRINC_MISSING] Database error! Required +OpenV*Secure principal missing \end{description} \subsection{Authentication and Authorization} @@ -727,6 +731,12 @@ specified realm. initiated. \item[OVSEC_KADM_BAD_PASSWORD] Incorrect password. + +\item[OVSEC_KADM_SECURE_PRINC_MISSING] The principal +OVSEC_KADM_ADMIN_SERVICE or OVSEC_KADM_CHANGEPW_SERVICE does not +exist. This is a special-case replacement return code for ``Server +not found in database'' for these required principals. + \end{description} \subsection{ovsec_kadm_destroy} |