Completed
Push — master ( 80d590...9ffcbb )
by Christopher
01:56
created
Connection.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.