commit | 5142594dea58a8898bae859960a03e5db6f709c5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 01 10:40:19 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Feb 01 10:40:19 2010 +0100 |
tree | 6850848fb8f16edbf6e1a564b0c8593c764ee407 | |
parent | cd19e51b056d1a7cd67ff3c7db106d71846d13ce [diff] |
[MINOR] http-auth: make the 'unless' keyword work as expected One check was missing for the 'polarity' of the test. Now 'unless' works. BTW, 'unless' provides a nice way to perform one-line auth : acl valid-user http_auth(user-list) http-request auth unless valid-user