SF Patch #2919169 - SASL bind
This commit is contained in:
parent
2416230c61
commit
4598d3ae39
@ -611,9 +611,6 @@ class ldap extends DS {
|
|||||||
putenv(sprintf('KRB5CCNAME={%s}',$_ENV['REDIRECT_KRB5CCNAME']));
|
putenv(sprintf('KRB5CCNAME={%s}',$_ENV['REDIRECT_KRB5CCNAME']));
|
||||||
|
|
||||||
break;
|
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');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! $this->getValue('server','sasl') || ! function_exists('ldap_start_tls'))
|
if (! $this->getValue('server','sasl') || ! function_exists('ldap_start_tls'))
|
||||||
@ -658,7 +655,7 @@ class ldap extends DS {
|
|||||||
return @ldap_sasl_bind($resource,$CACHE['login_dn'],$CACHE['login_pass'],
|
return @ldap_sasl_bind($resource,$CACHE['login_dn'],$CACHE['login_pass'],
|
||||||
$this->getValue('sasl','mech'),
|
$this->getValue('sasl','mech'),
|
||||||
$this->getValue('sasl','realm'),
|
$this->getValue('sasl','realm'),
|
||||||
$CACH['authz_id'],
|
$CACHE['authz_id'],
|
||||||
$this->getValue('sasl','props'));
|
$this->getValue('sasl','props'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user