https://github.com/lldap/lldap logo
Jellyfin and LLDAP
# troubleshooting
m
Hey all, I'm having some trouble getting my jellyfin to connected up to my LLDAP deployment. I saw [this thread](https://discord.com/channels/898492935446876200/1387468315424722976) from a few days ago but was unable make it work with an ip. If anyone can help it would be much appreciated.
a
message has been deleted
forgot to add my log
Copy code
Jellyfin.Plugin.LDAP_Auth.LdapAuthenticationProviderPlugin: Ldap Test Failed to Connect or Bind to server
LdapException: Unable to connect to server ldap://lldap-ldap.lldap.svc.cluster.local:3890 (91) Connect Error
System.Net.Sockets.SocketException (00000005, 0xFFFDFFFF): Name or service not known
j
That looks like a DNS issue, it can't resolve an IP address for the hostname you provided
v
Is, a) jellyfin in the same kube cluster? and b) are there no egress/ingress controls on the namespaces preventing access?