* 'gssapi_cn' => null // Kerberos cache name (KRB5CCNAME) for SASL GSSAPI authentication
* 'numsub_filter' => '(objectClass=organizationalUnit)', // with VLV, we also use numSubOrdinates to query the total number of records. Set this filter to get all numSubOrdinates attributes for counting
* 'referrals' => false, // Sets the LDAP_OPT_REFERRALS option. Mostly used in multi-domain Active Directory setups
* 'network_timeout' => 10, // The timeout (in seconds) for connect + bind arrempts. This is only supported in PHP >= 5.3.0 with OpenLDAP 2.x
Loading
Loading
@@ -1513,7 +1514,7 @@ class Net_LDAP3
*
* @return boolean True on success, False on error
*/
public function sasl_bind($authc, $pass, $authz=null)
public function sasl_bind($authc = '', $pass = '', $authz = null)