Fix for when specifying multiple base DNs with LDAP_BASE_DN, and the user doesnt have access to the first one.

This commit is contained in:
Deon George 2025-06-19 16:13:23 +10:00
parent 59cf0d337e
commit deefd9be43

View File

@ -29,7 +29,7 @@ class AjaxController extends Controller
'lazy'=>TRUE, 'lazy'=>TRUE,
'icon'=>'fa-fw fas fa-sitemap', 'icon'=>'fa-fw fas fa-sitemap',
'tooltip'=>$item->getDn(), 'tooltip'=>$item->getDn(),
]); ])->values();
} }
/** /**