]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/testKeychainAPI/testKeychainAPI/scripts/script0032
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / testKeychainAPI / testKeychainAPI / scripts / script0032
diff --git a/SecurityTests/testKeychainAPI/testKeychainAPI/scripts/script0032 b/SecurityTests/testKeychainAPI/testKeychainAPI/scripts/script0032
new file mode 100644 (file)
index 0000000..c7e6ac9
--- /dev/null
@@ -0,0 +1,23 @@
+//
+// script00032
+//
+//             KCLogin
+//             KCChangeLoginPassword
+//             KCLogout
+//
+64 KCLogin
+   Input Arguments : 2
+     Name : LoginKC
+     Password : Craig
+   Results : 1
+     OSStatus 0
+66 KCChangeLoginPassword
+   Input Arguments : 2
+     OldPassword : Craig
+     NewPassword : Craig2
+   Results : 1
+     OSStatus 0
+65 KCLogout
+   Input Arguments : 0
+   Results : 1
+     OSStatus 0