@@ -197,7 +197,7 @@ |
||
197 | 197 | // Open connection with manager |
198 | 198 | $this->open(); |
199 | 199 | |
200 | - # Search for user and get user DN |
|
200 | + # Search for user and get user DN |
|
201 | 201 | $searchResult = ldap_search($this->resource, $this->baseDn, "(&(objectClass=person)($this->loginAttribute=$username))", [$this->loginAttribute]); |
202 | 202 | $entry = $this->getFirstEntry($searchResult); |
203 | 203 | if($entry) { |