Node Director
sfidirector storepassword (-)
Shell Commands

currently undocumented More...

currently undocumented

store password in the credentials store

SYNOPSIS

sfidirector storepassword [-t] [-u user] [-p password] [-h host] [-m protocol]

DESCRIPTION

Store credentials in the credentials store. Credentials are usually stored in the home directory of the root user as .director/credentials or in case of the temporary store in .director/tmpcredentials. The credentials store is mainly used for storing database login/passwords.

Options

-t
store in the temporary credentials store rather than the permanent one
-u
user name
-p
password
-h
host. Used if the credentials are used when e.g. connecting to a database on this host.
-m
protocol, i.e. 'LDAP'
-e
entity name. Do not use -m and -h together with -e.

EXAMPLES

Store password secretpwd and user name DN=admin for access to LDAP server localhost:

sfidirector storepassword -u DN=admin -p secretpwd -h localhost -m LDAP

Store password secretpwd for remote shell execution (SSH bootstrap)

sfidirector storepassword -t -u root -p secretpwd -e remotehost