X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/0821672e70cf9eb81091032514634b299cc5900b..refs/pull/806/head:/app/Services/Ldap.php diff --git a/app/Services/Ldap.php b/app/Services/Ldap.php index cfefbb4b6..29270daf5 100644 --- a/app/Services/Ldap.php +++ b/app/Services/Ldap.php @@ -1,6 +1,5 @@ setOption($ldapConnection, LDAP_OPT_PROTOCOL_VERSION, $version); + } + /** * Search LDAP tree using the provided filter. * @param resource $ldapConnection @@ -82,5 +92,4 @@ class Ldap { return ldap_bind($ldapConnection, $bindRdn, $bindPassword); } - -} \ No newline at end of file +}