Update 'lib/pleroma/web/auth/ldap_authenticator.ex'
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
nullobsi 2022-10-13 06:24:36 +00:00
parent c6e63aaf6b
commit e5401fb3d7

View file

@ -102,7 +102,7 @@ defp register_user(connection, base, uid, name) 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,