DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
713 stars 251 forks source link

Only php-based authentication is working #456

Closed akmohtashami closed 5 years ago

akmohtashami commented 5 years ago

Description of the problem / feature request

I was not able to get IP based authentication working. Changing AUTH_METHOD does not seem to have any effects. It seems master branch has changed the way authentication works (uses symphony), but meanwhile 6.0.2 is lacking ip-based authentication (At least I was not able to enable it, nor was I able to find the code which performs any checks against AUTH_METHOD).

Your environment

Domjudge 6.0.2

nickygerritsen commented 5 years ago

This one is yet again fixed on master. Backporting to 6.0 is way less trivial though

thijskh commented 5 years ago

It was dropped in 6.0 and a completely new system added in 6.1. If you require IP based authentication, your option for now is to use the master branch or 6.1 as soon as it's released.

I've updated the documentation on 6.0 to reflect this, sorry for the confusion.