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
+5-5
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,7 @@ public function fetchUserData($attributes = "")
314
314
/**
315
315
* @param string $searchFor Search-Term
316
316
* @param array|null $attributes Attributes to get back
317
-
* @param string|null $searchFilter Filter string
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
320
* @return array An Array with the results, indexed by their SID
@@ -323,10 +323,6 @@ public function fetchUserData($attributes = "")
0 commit comments