summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1996-06-12 22:43:31 +0000
committerBarry Jaspan <bjaspan@mit.edu>1996-06-12 22:43:31 +0000
commit44217b465a75cd6f6222eeda8df2e1f4a8fb13f0 (patch)
tree8a63e84076bcdd6bbcebd681825e2127b37dee6f
parent42d516bf05b7079892c8f7644e54d098d0f18fc8 (diff)
add init_with_creds tests
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8338 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--doc/kadm5/api-unit-test.tex17
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/kadm5/api-unit-test.tex b/doc/kadm5/api-unit-test.tex
index 719351f60..cdce0c3ec 100644
--- a/doc/kadm5/api-unit-test.tex
+++ b/doc/kadm5/api-unit-test.tex
@@ -566,20 +566,31 @@ succeedes, and both clients maintain their correct privileges.}
\Reason{init_with_creds works when given an open ccache with a valid
credential for ADMIN_SERVICE.}
\Conditions{RPC}
+\Status{Implemented}
}
-\numtest{150}{
+\numtest{151}{
\Version{KADM5_API_VERSION_2}
\Reason{init_with_creds works when given an open ccache with a valid
credential for CHANGEPW_SERVICE.}
\Conditions{RPC}
+\Status{Implemented}
}
-\numtest{150}{
+\numtest{152}{
\Version{KADM5_API_VERSION_2}
\Reason{init_with_creds fails with KADM5_GSS_ERROR when given an open
-ccache without a valid credential.}
+ccache with no credentials.}
\Conditions{RPC}
+\Status{Implemented}
+}
+
+\numtest{153}{
+\Version{KADM5_API_VERSION_2}
+\Reason{init_with_creds fails with KADM5_GSS_ERROR when given an open
+ccache without credentials for ADMIN_SERVICE or CHANGEPW_SERVICE.}
+\Conditions{RPC}
+\Status{Implemented}
}
\section{ovsec_kadm_destroy}