PerlDancer / Dancer2-Plugin-Auth-Extensible-Provider-LDAP

LDAP provider for Dancer2::Plugin::Auth::Extensible
1 stars 4 forks source link

Hotfix/anonymous bind #11

Closed DanK96 closed 2 years ago

DanK96 commented 2 years ago

This change should adress the issue described in #8.

It assures that only one ldap object is created. Otherwise a second connection is opened and only one gets binded and authenticated with the credentials.

DanK96 commented 2 years ago

@SysPete Could you have a look at this please

SysPete commented 2 years ago

closed by #12