diff options
| author | Jon Rochlis <jon@mit.edu> | 1993-12-06 23:13:37 +0000 |
|---|---|---|
| committer | Jon Rochlis <jon@mit.edu> | 1993-12-06 23:13:37 +0000 |
| commit | 703d61d7c8caec418f8ff8529b8212b094741bd2 (patch) | |
| tree | 05a11c826b3959aa3153b963cfca04b93c4b7d50 /doc | |
| parent | 700f4d83fde596fecbedcf57d73a262024640a15 (diff) | |
add bad password error code [secure/654]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3106 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/kadm5/api-funcspec.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index b9004f076..8722e0e51 100644 --- a/doc/kadm5/api-funcspec.tex +++ b/doc/kadm5/api-funcspec.tex @@ -443,6 +443,7 @@ character classes. \item[OVSEC_KADM_PASS_TOOSOON] Current password's minimum life has not expired. \item[OVSEC_KADM_POLICY_REF] Policy reference count is not zero. +\item[OVSEC_KADM_BAD_PASSWORD] Incorrect password. \end{description} \subsection{Authentication and Authorization} @@ -615,6 +616,8 @@ specified realm. \item[OVSEC_KADM_RPC_ERROR] The RPC connection to the server cannot be initiated. + +\item[OVSEC_KADM_BAD_PASSWORD] Incorrect password. \end{description} \subsection{ovsec_kadm_destroy} |
