From 414f86f7ec876abde9df93861a5ec2ea901700c7 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 24 Jan 2008 02:09:25 +0000 Subject: Add a wallet-admin program which can initialize and destroy the database and list all objects and ACLs in the database. --- docs/setup | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/setup b/docs/setup index 582c792..ac83949 100644 --- a/docs/setup +++ b/docs/setup @@ -45,20 +45,15 @@ SQLite Database Setup Database Initialization Now, you have to create the necessary tables, indexes, and similar - content in the database so that the wallet can start working. There - is not, as yet, any command to do this easily, but you can do it with - the following one line of Perl: + content in the database so that the wallet can start working. Run: - perl -MWallet::Server -e "Wallet::Server->initialize ('USER')" + wallet-admin initialize USER where USER is the fully-qualified Kerberos principal of an administrator. This will create the database, create an ADMIN ACL, and put USER in that ACL so that user can add other administrators and start creating objects. - There will eventually be a wallet-admin script to do this and similar - tasks. - Wallet Configuration Review the Wallet::Config documentation (with man Wallet::Config or -- cgit v1.2.3