From 2b17c84397fa7427cd1e4cb9d764281267611b30 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 5 Jun 2015 10:07:22 +0200 Subject: [PATCH] sigul bridge: Do not ask for NSS password Setting the empty NSS password makes the bridge not ask for a password on startup. --- files/sign/bridge.conf.j2 | 3 ++- files/sign/bridge.conf.secondary.j2 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/files/sign/bridge.conf.j2 b/files/sign/bridge.conf.j2 index c1df21c029..ef4c26df71 100644 --- a/files/sign/bridge.conf.j2 +++ b/files/sign/bridge.conf.j2 @@ -26,4 +26,5 @@ unix-group: sigul nss-dir: /var/lib/sigul # Password for accessing the NSS database. If not specified, the bridge will # ask on startup -; nss-password: +# Currently no password is used +nss-password: diff --git a/files/sign/bridge.conf.secondary.j2 b/files/sign/bridge.conf.secondary.j2 index 94ec5827d6..6225473107 100644 --- a/files/sign/bridge.conf.secondary.j2 +++ b/files/sign/bridge.conf.secondary.j2 @@ -41,4 +41,5 @@ unix-group: sigul nss-dir: /var/lib/sigul # Password for accessing the NSS database. If not specified, the bridge will # ask on startup -# +# Currently no password is used +nss-password: