Description of problem: The Login field/Button for ml.mageia.org is missing on the page. You cannot login to this page. Tested with Firefox and Chromium Reproducible: Steps to Reproduce:
@sysadmins: I confirm that there is a problem with top bar of the sympa page (iirc the login link was in the top bar)
CC: (none) => grenoyaAssignee: atelier-bugs => sysadmin-bugs
Also reported here: https://ml.mageia.org/l/arc/sysadmin-discuss/2015-10/msg00044.html According to neoclust it could be that Sympa can't reach LDAP.
Component: Other => identity.mageia.org
Hm, thats weird... I have not really changed anything regarding ldap or sympa yet Will look into it
CC: (none) => tmb
CC: (none) => eeeemail, lewyssmith
CC: (none) => davidwhodgins
commit b7fb17473294035471a12b84b47768babbc907b7 Author: Olivier Blin <dev@...> Date: Sat Nov 7 02:06:52 2015 +0100 Revert lint fix on sympa auth.conf to get back login fields (mga#17009) sympa does not seem to parse auth.conf properly if there is no extra newline at the end of file. Matching code in /usr/share/sympa/lib/Conf.pm: }elsif (/^\s*(ldap|cas|user_table|generic_sso)\s*$/io) { $current_paragraph->{'auth_type'} = lc($1); perlre man page says the following about the /o modifier in regexps: o - pretend to optimize your code, but actually introduce bugs --- Commit Link: http://gitweb.mageia.org/infrastructure/puppet/commit/?id=b7fb17473294035471a12b84b47768babbc907b7
Fixed by adding back an extra newline in the auth.conf file. Maybe a side-effect of perl's /o modifier for regexps, which is documented as introducing bugs...
Status: NEW => RESOLVEDCC: (none) => mageia, pterjan, thierry.vignaudResolution: (none) => FIXED
CC: lewyssmith => (none)