add init_with_creds tests
authorBarry Jaspan <bjaspan@mit.edu>
Wed, 12 Jun 1996 22:43:31 +0000 (22:43 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Wed, 12 Jun 1996 22:43:31 +0000 (22:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8338 dc483132-0cff-0310-8789-dd5450dbe970

doc/kadm5/api-unit-test.tex

index 719351f60733f5f1e57c3d13317e54515d38225c..cdce0c3ec80c2dc42863a4830bdf68203ba39b51 100644 (file)
@@ -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}