You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/LdapAuth.php
+8-2
Original file line number
Diff line number
Diff line change
@@ -317,10 +317,11 @@ public function fetchUserData($attributes = "")
317
317
* @param string|null $searchFilter Filter string. Set %searchFor% als placeholder to search for $searchFor
318
318
* @param integer $domainKey You can provide integer domainkey, this is then used as target domain! Otherwise it searches in all domains
319
319
* @param bool $onlyActiveAccounts SHould the search result only contain active accounts? => https://www.der-windows-papst.de/2016/12/18/active-directory-useraccountcontrol-values/
320
-
* @return array An Array with the results, indexed by their SID
320
+
* @param bool $allDomainsHaveToBeReachable True: All configured domains need to be reachable in order to get a result. If one is not reachable, false will be returned
321
+
* @return array|false An Array with the results, indexed by their SID - false if an ERROR occured!
0 commit comments