Module: check_mk
Branch: master
Commit: 39125ad0fbcb65351ca348953b049f54c34d1926
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=39125ad0fbcb65…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Jun 29 12:30:39 2016 +0200
Updated bug entries #2497
---
.bugs/2497 | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.bugs/2497 b/.bugs/2497
new file mode 100644
index 0000000..dc39b93
--- /dev/null
+++ b/.bugs/2497
@@ -0,0 +1,13 @@
+Title: Multisite cronjobs have config.user_id not set correcty
+Component: multisite
+State: open
+Date: 2016-06-29 12:29:30
+Targetversion: future
+Class: bug
+
+This value should be set to None (and maybe a buch of other user related
+settings in config). There should *no* user be logged in, but all permissions
+be active.
+
+Currently there seems to the randomly the user from the last login that
+that Apache process has made.