in reply to Re: Error with Dancer2::Plugin::Auth::ActiveDirectory
in thread Error with Dancer2::Plugin::Auth::ActiveDirectory
Auth::ActiveDirectory Line 129::$self->{base} = qq/$self->{principal}/ unless $self->{base};
... and now everything works quite well.my $result = $self->_search_users( "sAMAccountName=$username" );
|
|---|