FIX broken feature with ldap trigger !!!
This commit is contained in:
parent
8a29d9f2d1
commit
de84f12b24
@ -2522,7 +2522,7 @@ class User extends CommonObject
|
|||||||
* 2=Return key only (RDN) (uid=qqq)
|
* 2=Return key only (RDN) (uid=qqq)
|
||||||
* @return string DN
|
* @return string DN
|
||||||
*/
|
*/
|
||||||
private function _load_ldap_dn($info, $mode = 0)
|
public function _load_ldap_dn($info, $mode = 0)
|
||||||
{
|
{
|
||||||
// phpcs:enable
|
// phpcs:enable
|
||||||
global $conf;
|
global $conf;
|
||||||
@ -2539,7 +2539,7 @@ class User extends CommonObject
|
|||||||
*
|
*
|
||||||
* @return array Tableau info des attributs
|
* @return array Tableau info des attributs
|
||||||
*/
|
*/
|
||||||
private function _load_ldap_info()
|
public function _load_ldap_info()
|
||||||
{
|
{
|
||||||
// phpcs:enable
|
// phpcs:enable
|
||||||
global $conf,$langs;
|
global $conf,$langs;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user