The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

passwd_keyring

SYNOPSIS

   passwd_keyring configure

   passwd_keyring set-password --group=PwdGroup blahblah.com

   passwd_keyring set-password --group=PwdGroup --backend=Gnome  blahblah.com

   passwd_keyring clear-password --group=PwdGroup blahblah.com

DESCRIPTION

Helper tool for Passwd::Keyring::Auto, making it easier for the user to configure his or her preferences and to manage saved passwords.

COMMANDS

configure

Asks a few questions and saves configuration file (with keyring preference rules) according to the user replies.

set-password

Sets (or changes) password for given site in given password group.

If backend parameter is given, uses this very backend, otherwise picks one just like Passwd::Keyring::Auto does.

clear-password

Removes password for given site in given password group.

If backend parameter is given, uses this very backend, otherwise picks one just like Passwd::Keyring::Auto does.