Fix LDAP user registration #229

Merged
floatingghost merged 1 commit from nullobsi/akkoma:fix-ldap into develop 2022-11-01 14:17:56 +00:00
Showing only changes of commit e5401fb3d7 - Show all commits

View 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,