summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-08-16 12:22:10 +0200
committermathieui <mathieui@mathieui.net>2015-08-16 12:22:10 +0200
commit37774bc35290089838b671cd4a1b6842bce1842f (patch)
tree933961688b5393498203656cf0a1f47ba03a48c5 /data
parent1ce31d927d2a88c52645577033924ef30db0de6d (diff)
downloadpoezio-37774bc35290089838b671cd4a1b6842bce1842f.tar.gz
poezio-37774bc35290089838b671cd4a1b6842bce1842f.tar.bz2
poezio-37774bc35290089838b671cd4a1b6842bce1842f.tar.xz
poezio-37774bc35290089838b671cd4a1b6842bce1842f.zip
Add an 'eval_password' option
to read the password from a secrets store
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg5
1 files changed, 5 insertions, 0 deletions
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.