I tried to use the LDAP-method of F3s auth Plugin.
With right uuid and password, everything is perfect.
But if the password is wrong, there is an user error LDAP connection failed. But the connection is right, because on right login credentials, everything works fine.
System: PHP 7.4, Debian, Fatfreecore latest commit.
I guess you meant that @ldap_bind($dc,$info[0]['dn'],$pw) should be treated as return value in case the connection to the ldap itself succeeded. Sounds reasonable.
I tried to use the LDAP-method of F3s auth Plugin. With right uuid and password, everything is perfect. But if the password is wrong, there is an user error LDAP connection failed. But the connection is right, because on right login credentials, everything works fine. System: PHP 7.4, Debian, Fatfreecore latest commit.