2019-11-02T00:22:37 *** boombatower has quit IRC (Quit: Konversation terminated!) 2019-11-02T03:43:36 *** okurz has quit IRC (Ping timeout: 240 seconds) 2019-11-02T03:44:59 *** okurz has joined #opensuse-admin 2019-11-02T17:17:20 *** ldevulder_ has joined #opensuse-admin 2019-11-02T17:20:43 *** ldevulder__ has quit IRC (Ping timeout: 268 seconds) 2019-11-02T17:56:28 *** cboltz has joined #opensuse-admin 2019-11-02T18:05:44 kbabioch: do you have a minute to confirm that a change I'd like to do on daffy* (aka login2.o.o) does what I expect? 2019-11-02T18:07:07 cboltz, i can offer 5 minutes now, or more in an hour or so ... need to go shopping before shops close @ 8 o'clock 2019-11-02T18:07:33 should be done in 5 minutes ;-) 2019-11-02T18:07:50 maybe you've seen the report on the factory ML that logging in to OBS triggers a logout from the wikis 2019-11-02T18:08:11 the problem is that login.o.o (OBS) and login2.o.o (wikis etc.) both use "openSUSE_session" as cookie name 2019-11-02T18:08:19 and therefore overwrite each other's cookies 2019-11-02T18:08:31 according to grep, the thing to change is 2019-11-02T18:08:43 /etc/apache2/vhosts.d/1_macro_memcheaders.conf: Auth_memCookie_CookieName openSUSE_session 2019-11-02T18:09:22 my proposal is to change the cookie name to openSUSE_session2 so that it no longer conflicts with the cookies from login.o.o 2019-11-02T18:09:35 does that sound right, or do I overlook something? 2019-11-02T18:09:35 hm, im not familiar with the login proxies, to be honest 2019-11-02T18:09:37 makes sense to me 2019-11-02T18:10:14 that makes two persons who are not familiar with it ;-) 2019-11-02T18:10:15 i'm fine with "testing" it, based on what you've already investigated and said 2019-11-02T18:10:42 yeah, in worst case I can revert this simple change 2019-11-02T18:10:43 in the worst case we can turn it back after a couple of minutes ... 2019-11-02T18:11:01 the change will for sure log out some people once, but that's a price we have to pay 2019-11-02T18:11:12 however im not sure if it will work ... do the applications somehow interact with those cookies? 2019-11-02T18:11:20 because they might be "surprised" by the changed name 2019-11-02T18:12:44 the wikis don't care about the openSUSE_session cookie - actually, it's useless for the wiki because the session data is only available to login2.o.o 2019-11-02T18:12:57 the wiki gets the username etc. as a HTTP header 2019-11-02T18:16:41 so, let's give it a try 2019-11-02T18:16:54 try all the use cases we know about (login to wiki, login to build service, etc. pp.) 2019-11-02T18:16:59 and verify that nothing is broken 2019-11-02T18:17:06 I just applied the change, and get the new cookie name for the wiki 2019-11-02T18:17:07 otherwise let's revert and investigate some more ;-) 2019-11-02T18:17:43 OBS login still works 2019-11-02T18:17:56 and I'm still logged in to the wiki 2019-11-02T18:18:07 so it looks like that change works as expected :-) 2019-11-02T18:19:26 I now have two cookies - openSUSE_session (from login.o.o / OBS) and openSUSE_session2 (from login2.o.o / wiki) which is what I expected 2019-11-02T18:21:03 I also applied the change to daffy2 so that it still works if login.oo switches over to it 2019-11-02T19:59:04 cboltz: I've dropped out in IRC @ 1941 ... anything happened since then ;-)? 2019-11-02T19:59:10 does your fix work as expected? 2019-11-02T19:59:34 according to your mail it does :-) 2019-11-02T20:05:25 I haven't seen any complaints, only a thank you from Axel ;-)