From 6d3d95cea619b9fee5cb0b7ef7a5708fc16eb79f Mon Sep 17 00:00:00 2001 From: Barry Jaspan Date: Thu, 10 Aug 1995 15:20:00 +0000 Subject: [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 --- doc/kadm5/api-funcspec.tex | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/kadm5') 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} -- cgit