Needs Strong(er) Authentication When Using LDAP

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Needs Strong(er) Authentication When Using LDAP

Postby MurrayISO » 24. November 2020 13:13

I am doing some initial tests on my website to allow domain users to login to it using a ldap_bind. I am running this simple test with a form to send the username and password.

Code: Select all
$ldapconn = ldap_connect("ldap://DC01.DOMAIN.NET") or die ("Could Not Connecet to LDAP Server");
if ($ldapconn) {
   $ldapbind = ldap_bind($ldapconn, $user, $password);
   if ($ldapbind) {
       echo "Bind Success";
   }
   else {
       echo "Bind Failure";
}

When I pass a valid username and password I get the following error:
Code: Select all
**Warning**: ldap_bind(); Unable to bind to server: Strong(er) authentication required... Bind Failure


I am currently running 7.4.12. Server the XAMPP is running on has a valid certificate for the domain. What am I missing?
MurrayISO
 
Posts: 5
Joined: 24. November 2020 12:49
XAMPP version: 7.4.12
Operating System: Windows Server 2019

Re: Needs Strong(er) Authentication When Using LDAP

Postby Altrea » 24. November 2020 20:21

Crossposting without referencing the communities: https://stackoverflow.com/questions/649 ... using-ldap
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11933
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Needs Strong(er) Authentication When Using LDAP

Postby MurrayISO » 30. November 2020 13:48

Altrea wrote:Crossposting without referencing the communities: https://stackoverflow.com/questions/64972504/xampp-needs-stronger-authentication-when-using-ldap


Whoops. Sorry forgot about the link :P https://stackoverflow.com/questions/64972504/xampp-needs-stronger-authentication-when-using-ldap

Still there isn't much information on this issue.
MurrayISO
 
Posts: 5
Joined: 24. November 2020 12:49
XAMPP version: 7.4.12
Operating System: Windows Server 2019


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 221 guests