[Kolab-devel] Warning in log concerning auth_cache_uri
Jochen Hein
jochen at jochen.org
Tue May 26 07:20:37 CEST 2015
I've the following messages in my logs:
,----
| 2015-05-26 00:02:32,833 pykolab.conf WARNING Die Option ldap/auth_cache_uri existiert in der Konfigurationsdatei
| /etc/kolab/kolab.conf nicht, sie wird aus den Standardeinstellungen geholt
| 2015-05-26 00:02:32,834 pykolab.conf WARNING Diese Option hat keinen Standardwert.
`----
I'm running Kolab 3.4 on Debian 8.
Adding the following option to /etc/kolab/kolab.conf seems to suppress
the warning (some better description might be helpful):
--- pykolab-0.7.14/conf/kolab.conf.orig 2015-05-26 07:13:29.000000000 +0200
+++ pykolab-0.7.14/conf/kolab.conf 2015-05-26 07:14:53.000000000 +0200
@@ -147,6 +147,9 @@
; The URI to LDAP
ldap_uri = ldap://localhost:389
+; auth_cache is a local sqlite db
+auth_cache_uri = sqlite:///var/lib/kolab/auth_cache.db
+
; A list of integers containing supported controls, to increase the efficiency
; of individual short-lived connections with LDAP.
supported_controls = 0,2,3
Jochen
--
The only problem with troubleshooting is that the trouble shoots back.
More information about the devel
mailing list