From 45823559a1e64d6c8151a984fcd9c79bbdb57171 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 7 Feb 2008 06:37:11 +0000 Subject: Add a new autocreate API call that tries to create an object using the default ACLs. Remove autocreation support from create, which now requires that one be on the ADMIN ACL, and from get and store. The wallet client will soon know how to do the right thing. --- client/wallet.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'client') diff --git a/client/wallet.pod b/client/wallet.pod index 8d117e2..10c44ba 100644 --- a/client/wallet.pod +++ b/client/wallet.pod @@ -200,6 +200,16 @@ caution when removing entries from the C ACL. Display the name, numeric ID, and entries of the ACL . +=item autocreate + +Create a new object of type with name . The user must be +listed in the default ACL for an object with that type and name, and the +object will be created with that default ACL set as the object owner. + +Normally, there's no need to run this command directly. It's +automatically run when trying to get or store an object that doesn't +already exist. + =item check Check whether an object of type and name already exists. If -- cgit v1.2.3