From 37774bc35290089838b671cd4a1b6842bce1842f Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 16 Aug 2015 12:22:10 +0200 Subject: Add an 'eval_password' option to read the password from a secrets store --- data/default_config.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 519dafb1..e8541890 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -15,6 +15,11 @@ jid = # If you leave this empty, the password will be asked at each startup password = +# A command that will be executed if "password" is not set, e.g. a session password +# manager like secret-tool on gnome, or anything you want + +eval_password = + # Path to a PEM certificate file to use for certificate authentication # through SASL External. If set, keyfile MUST be provided as well in # order to login. -- cgit v1.2.3