Completed
Pull Request — master (#24)
by
unknown
02:42
created
Auth/class.LDAPAuthenticator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
         $server->connect($this->host);
161 161
         if($bindWrite === false)
162 162
         {
163
-          $ret = $server->bind($this->bindRODistinguishedName, $this->bindROPassword);
163
+            $ret = $server->bind($this->bindRODistinguishedName, $this->bindROPassword);
164 164
         }
165 165
         else
166 166
         {
Please login to merge, or discard this patch.