php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62741 Authentication LDAP
Submitted: 2012-08-03 13:53 UTC Modified: 2017-01-09 20:37 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: superfelo at yahoo dot com Assigned:
Status: Wont fix Package: LDAP related
PHP Version: 5.3.15 OS: Windows Server 2003 SP2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
30 + 49 = ?
Subscribe to this entry?

 
 [2012-08-03 13:53 UTC] superfelo at yahoo dot com
Description:
------------
Error when trying to authenticate with Active Directory (Windows Server 2003 SP2).
Is something missing to install on windows?

php.ini
extension=php_ldap.dll
extension=php_openssl.dll

Apache: 2.2.22

Test script:
---------------
$t_br = @ldap_sasl_bind ( $t_ds, NULL, $p_password , "GSSAPI", NULL, $p_binddn, NULL);

or

$t_br = @ldap_sasl_bind ( $t_ds, NULL, $p_password , "NTLM", NULL, $p_binddn, NULL);

or

$t_br = @ldap_sasl_bind ( $t_ds, NULL, $p_password , "DIGEST-MD5", NULL, $p_binddn, NULL);


Expected result:
----------------
Authentication failed or ok.

Actual result:
--------------
Unknown authentication method

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-09 16:58 UTC] heiglandreas@php.net
-Status: Open +Status: Wont fix
 [2017-01-09 16:58 UTC] heiglandreas@php.net
As this issue is by now over 4 years old and targets an unsupported version of PHP (as well as ActiveDirectory) I'm closing this.

Should the issue not be resolved by now feel free to (re)open the matter.
 [2017-01-09 20:37 UTC] superfelo at yahoo dot com
It happens the same in the last version of php, only that I lost the hope that they fix it.
Apparently, the problem is that it lacks support for Cyrus SASL.
By the way if it is the problem is with ActiveDirectory not worth fixing?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 03:01:29 2024 UTC