in reply to Need advice on AD authentication confirguration in Dancer2 app.
Hi,
This:
led to this:my($username, $password, $env) = @_; if ( $ad->authenticate( $username, $password ) ) {
Authen::Simple::Adapter::authenticate(undef, undef, undef) called at C +:\Users\Documents\Perl\webapp\bin\app.psgi
So what do you think could be wrong? How can you check that you are making the authenticate() call with the right parameters?
Hope this helps!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need advice on AD authentication confirguration in Dancer2 app.
by chandantul (Scribe) on May 12, 2021 at 03:26 UTC |