jeanpaulandre
05/24/2023, 3:47 PMConnect: Connect Error
(as in the pic)
And the logs say that :
[16:15:24] [WRN] [124] Jellyfin.Plugin.LDAP_Auth.LdapAuthenticationProviderPlugin: Ldap Test Failed to Connect or Bind to server
LdapException: Unable to connect to server ldap://lldap.lsarlinmagnus.fr:389 (91) Connect Error
System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 0xFFFDFFFF): Name or service not known
at System.Net.Dns.GetHostEntryOrAddressesCore(String hostName, Boolean justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch)
at System.Net.Dns.<>c.<GetHostEntryOrAddressesCoreAsync>b__33_0(Object s, ValueStopwatch stopwatch)
at System.Net.Dns.<>c__DisplayClass39_0`1.<RunAsync>b__0(Task <p0>, Object <p1>)
at System.Threading.Tasks.ContinuationResultTaskFromTask`1.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Novell.Directory.Ldap.AsyncExtensions.ResultAndUnwrap[T](Task`1 task)
at Novell.Directory.Ldap.Connection.Connect(String host, Int32 port, Int32 semaphoreId)
Do you guys have any idea ?
Thank you a lot !Needle
05/24/2023, 3:47 PMnitnelave
05/24/2023, 11:58 PMjeanpaulandre
05/25/2023, 9:11 AMdocker exec -it jellyfin /bin/bash
and then ldapsearch -x -b "dc=mydomain,dc=fr" -H ldap://lldap.mydomain.fr
and I got ldap_bind: Naming violation (64) Missing DN value
.
So I guess I can access my LLDAP from the Jellyfin container, can't I? 🤷♂️nitnelave
05/25/2023, 10:53 AMjeanpaulandre
05/26/2023, 1:30 PMjeanpaulandre
05/26/2023, 1:44 PMproffalken
05/27/2023, 11:00 AMuid=<bindUser>,ou=people,dc=mydomain,dc=fr
rather than just -b "dc=mydomain,dc=fr"
-see if that fixes it?