diff options
| author | Barry Jaspan <bjaspan@mit.edu> | 1995-05-25 17:37:39 +0000 |
|---|---|---|
| committer | Barry Jaspan <bjaspan@mit.edu> | 1995-05-25 17:37:39 +0000 |
| commit | 901c313f3eef63271c1238ba54093ff754a17ee0 (patch) | |
| tree | cac3268058f203ed62f02df152c17b0f99fb2784 | |
| parent | 68662e599b1cfe0496035d4c307002b6525c598a (diff) | |
[secure-admin/2432] add further that the constants must not change
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5874 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | doc/kadm5/api-funcspec.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index ae832aef7..d70d87df6 100644 --- a/doc/kadm5/api-funcspec.tex +++ b/doc/kadm5/api-funcspec.tex @@ -449,8 +449,11 @@ table name will be ``ovk'', and the offsets will be the same as the order presented here. As mentioned above, the error table include file will be $<$ovsec_admin/kadm_err.h$>$. -The integer value of OVSEC_KADM_FAILURE is 43787520; the remaining -values are assigned in sequentially increasing order. +Note that these error codes are also used as protocol error code +constants and therefore must not change between product releases. +Additional codes should be added at the end of the list, not in the +middle. The integer value of OVSEC_KADM_FAILURE is 43787520; the +remaining values are assigned in sequentially increasing order. \begin{description} \item[* OVSEC_KADM_FAILURE] Operation failed for unspecified reason |
