[phpldapadmin] [ phpldapadmin-Patches-2919169 ] SASL bind
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.ldap.davedap |
|---|---|
| Message-ID | <[email protected]> |
Patches item #2919169, was opened at 2009-12-22 17:52
Message generated for change (Comment added) made by wurley
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498548&aid=2919169&group_id=61828
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: SASL bind
Initial Comment:
--- ds_ldap.php~ 2009-09-20 10:49:27.000000000 +0900
+++ ds_ldap.php 2009-12-22 15:31:01.000000000 +0900
@@ -613,7 +613,8 @@
break;
default:
- error(sprintf('%s (%s) has NOT been tested, please let us know if it works and which version of PHP you are using.',__METHOD__,$this->getValue('sasl','mech')),'info');
+ //error(sprintf('%s (%s) has NOT been tested, please let us know if it works and which version of PHP you are using.',__METHOD__,$this->getValue('sasl','mech')),'info');
+ break;
}
if (! $this->getValue('server','sasl') || ! function_exists('ldap_start_tls'))
@@ -658,7 +659,8 @@
return @ldap_sasl_bind($resource,$CACHE['login_dn'],$CACHE['login_pass'],
$this->getValue('sasl','mech'),
$this->getValue('sasl','realm'),
- $CACH['authz_id'],
+ // XXX BUG FIX
+ $CACHE['authz_id'],
$this->getValue('sasl','props'));
}
----------------------------------------------------------------------
>Comment By: Deon George (wurley)
Date: 2010-01-30 14:57
Message:
Added to GIT, commit id: 4598d3a
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498548&aid=2919169&group_id=61828
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
______________________________________
phpLDAPadmin development mailing list.
To unsbuscribe: https://lists.sourceforge.net/lists/listinfo/phpldapadmin-devel
http://phpldapadmin.sourceforge.net/