From de33fa39d9dcecc5b17d7c881f1721e11225ab74 Mon Sep 17 00:00:00 2001 From: Barry Jaspan Date: Wed, 10 Nov 1993 18:53:22 +0000 Subject: [PATCH] added OSA_ADB_XDR_FAILURE, removed OSA_ADB_XDR_MEM git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2863 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/kadm5/api-server-design.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/kadm5/api-server-design.tex b/doc/kadm5/api-server-design.tex index b1efcb90d..5b51f18b6 100644 --- a/doc/kadm5/api-server-design.tex +++ b/doc/kadm5/api-server-design.tex @@ -235,12 +235,13 @@ init_adb_err_tbl() to initialize the database table. \begin{description} \item[OSA_ADB_OK] Operation successful. +\item[OSA_ADB_FAILURE] General failure. \item[OSA_ADB_DUP] Operation would create a duplicate database entry. \item[OSA_ADB_NOENT] Named entry not in database. -\item[OSA_ADB_MEM] Out of memory performing operation. -\item[OSA_ADB_FAILURE] General failure. \item[OSA_ADB_BAD_PRINC] The krb5_principal structure is invalid. \item[OSA_ADB_BAD_POLICY] The specified policy name is invalid. +\item[OSA_ADB_XDR_FAILURE] The principal or policy structure cannot be +encoded for storage. \end{description} Database functions can also return system errors. Unless otherwise -- 2.26.2