gm-delegations-converter - Man Page
converts delegations database between supported formats
Description
gm-delegations-converter converts delegations backend database storing information about accepted delegated credentials between supported formats. So far supported formats are Berkeley DB and SQLite. Converted database is stored in same location as the original one. Hence original database is overwritten and ready to be used immediately.
Synopsis
gm-jobs [OPTION...]
Options
- -h, --help
Show help for available options
- -c, --conffile=file
use specified configuration file
- -d, --controldir=dir
read information from specified control directory
- -i, --input=database format
specifies format of original database. By default the value from configuration file is used. The possible values are bdb (Berkeley DB) and sqlite (SQLite).
- -o, --output=database format
specifies format to convert database into. By default it is opposite to one specified in configuration file.
Author
Aleksandr Konstantinov <akonstantinov at dot yahoo dot com>