diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-05 02:03:09 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-05 02:03:09 +0100 |
commit | fbdb316b766747004dc7f17a9dab1098211105ab (patch) | |
tree | 73c725f50ecec0678a8047387ea57998e26920ab /pykolab/setup/setup_roundcube.py | |
parent | 9090cfaf49bb7bd73ef8a54c90e7607338749ab4 (diff) | |
download | pykolab-fbdb316b766747004dc7f17a9dab1098211105ab.tar.gz |
Store the mysql password for user roundcube in conf
Diffstat (limited to 'pykolab/setup/setup_roundcube.py')
-rw-r--r-- | pykolab/setup/setup_roundcube.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py index 88965f2..75c400e 100644 --- a/pykolab/setup/setup_roundcube.py +++ b/pykolab/setup/setup_roundcube.py @@ -46,6 +46,8 @@ def execute(*args, **kw): password=True ) + conf.mysql_roundcube_password = mysql_roundcube_password + rc_settings = { 'imap_admin_login': conf.get('cyrus-imapd', 'admin_login'), 'imap_admin_password': conf.get('cyrus-imapd', 'admin_password'), |