Menu

Tree [6ba166] master /
 History

HTTPS access


File Date Author Commit
 debian 2013-04-07 Jason Alavaliant Jason Alavaliant [6ba166] updated debian changelog to 1.2.1
 MANIFEST 2010-09-08 alavaliant alavaliant [93aa9c] add readme to MANIFEST
 README 2010-09-05 alavaliant alavaliant [a6d7f7] put some basic notes in the readme
 davical-cmdlnutl 2013-04-07 Jason Alavaliant Jason Alavaliant [b68682] change format of pgdb connect arguments when us...
 setup.py 2013-04-07 Jason Alavaliant Jason Alavaliant [b68682] change format of pgdb connect arguments when us...

Read Me

   * davical-cmdlnut

Command line administration utility for interacting with a davical database

   * general notes

The easiest way to use this script is to run it on your davical server as a user that can access your /etc/davical configuration file.  That way the database settings will be read from your configuration file.   Otherwise you either need to specify the database connection details via the command line options or davical-cmdlnut will try the default davical database details 

   * example usage

create a user principal 
davical-cmdlnut --user USERNAME --create --fullname 'New User' --email user@example.com --dateformat -E --principaltype Person --dateformat E --password USERPASSWORD   

add a collection
davical-cmdlnut --user USERNAME --create --collection NEWCOLLECTION

change the fullname of a principal
davical-cmdlnut --user USERNAME --fullname 'New User'

   * building a dpkg 

running 

fakeroot debian/rules clean
fakeroot debian/rules binary

in the root of the unpacked source should produce a dpkg for installing the script.