Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth Plugin: LDAP behaves wrong on wrong passwords #315

Open
adkurz opened this issue Oct 14, 2020 · 2 comments
Open

Auth Plugin: LDAP behaves wrong on wrong passwords #315

adkurz opened this issue Oct 14, 2020 · 2 comments

Comments

@adkurz
Copy link

adkurz commented Oct 14, 2020

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.

@KOTRET
Copy link
Contributor

KOTRET commented Oct 15, 2020

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.

@adkurz
Copy link
Author

adkurz commented Oct 15, 2020

Yes, exactly.

@ikkez ikkez transferred this issue from bcosca/fatfree Dec 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants