in dev, allow dev FE
[akkoma] / lib / pleroma / web / auth / ldap_authenticator.ex
index f77e8d20342648c012926639435b1e1b793dab8b..ccf4b41041b3f1c021a8fdd3747f3d761bf54f4b 100644 (file)
@@ -102,7 +102,7 @@ defmodule Pleroma.Web.Auth.LDAPAuthenticator do
            {:scope, :eldap.wholeSubtree()},
            {:timeout, @search_timeout}
          ]) do
-      {:ok, {:eldap_search_result, [{:eldap_entry, _, attributes}], _}} ->
+      {:ok, {:eldap_search_result, [{:eldap_entry, _, attributes}], _, _}} ->
         params = %{
           name: name,
           nickname: name,