gm-delegations-converter (8) - Linux Manuals

gm-delegations-converter: converts delegations database between supported formats

NAME

gm-delegations-converter - 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>