teodesian / TestRail-Perl

Perl interface to TestRail's REST API
5 stars 8 forks source link

Try to use session auth whenever possible #154

Closed teodesian closed 5 years ago

teodesian commented 5 years ago

We've got a problem with the fact that plain auth coupled with LDAP backend custom authenticator is effectively DOSing our LDAP server.

As such, we need to use session based auth. This means:

teodesian commented 5 years ago

Possible fix in e6ece00ba465b01ee046dc70bbbeed8a9a9556bd. We'll see how it works out.