https://github.com/lldap/lldap logo
steveo-the-sane - Hi, all. I'm having a bit of...
# troubleshooting
s
Hi, all. I'm having a bit of trouble getting Jellyfin to talk to the lldap server. This is the error message I'
a
message has been deleted
j
Haven't tried myself, but have you tried the guide at https://github.com/lldap/lldap/blob/main/example_configs/jellyfin.md ?
Doesn't seem like your error message made it through, btw ๐Ÿ™‚
s
Slowmode is enabled. Waiting the 10 minute countdown to send the rest.
My typing is deplorable at the best of times and I accidentaly hit the enter key which started the slowmode timer.
Or I could just paste it here I suppose: m getting in journalctl:Jan 16 02:48:19 lldap lldap[552]: 2025-01-16T10:48:19.483355252+00:00 INFO ๏ฝ‰ [info]: LDAP session start: d6811e7e-a002-4e49-8ba9-b254158c7d9e Jan 16 02:48:19 lldap lldap[552]: 2025-01-16T10:48:19.484313935+00:00 INFO LDAP request [ 61.0ยตs | 89.61% / 100.00% ] session_id: d6811e7e-a002-4e49-8ba9-b254158c7d9e Jan 16 02:48:19 lldap lldap[552]: 2025-01-16T10:48:19.484321230+00:00 DEBUG โ”โ” ๐Ÿ› [debug]: | msg: LdapMsg { msgid: 10, op: BindRequest(LdapBindRequest { dn: "uid=jellyfin,ou=people,dc=hornhouse,dc=local", cred: LdapBindCred::Simple }), ctrl: [] } Jan 16 02:48:19 lldap lldap[552]: 2025-01-16T10:48:19.484332177+00:00 DEBUG โ”โ” do_bind [ 6.33ยตs | 10.39% ] dn: uid=jellyfin,ou=people,dc=hornhouse,dc=local Jan 16 02:48:19 lldap lldap[552]: 2025-01-16T10:48:19.484344733+00:00 DEBUG โ”•โ” ๐Ÿ› [debug]: | response: BindResponse(LdapBindResponse { res: LdapResult { code: NamingViolation, matcheddn: "", message: "Not a subtree of the base tree", referral: [] }, saslcreds: None }) Jan 16 02:48:19 lldap lldap[552]: 2025-01-16T10:48:19.484981287+00:00 INFO ๏ฝ‰ [info]: LDAP session end: d6811e7e-a002-4e49-8ba9-b254158c7d9e
I did try the guide and thought I had followed it to the t but...
j
Sure your base dn is dc=hornhouse,dc=local in LLDAP?
s
Fairly certain but where would I find that on the LLDAP server?
j
s
Im using a LXC.
j
I think it might print it at startup as well, maybe only with verbose logging
you'll still need to give it a config somehow, either through a file, or environment vars
s
I think I'm in it. lldap_config.toml
Base DN is commented out. Wait. are the example and com dn's variables?
j
The default will probably be dc=example,dc=com, you'll need to update your own
s
Okay. Let me make the moddification.
j
also go through the other settings, there's some seeds for password storage and jwt tokens, that you'll probably want to be aware of, in case you need to restore your DB at some point
s
That did it. Thank you. The documentation on GitHub doesn't mention modifyingf the lldap config file.
I'll take a closer look at the config file for anything else I'm missing.
j
I think the Installation section mentions it, but anyway, there's always a configuration file ๐Ÿ˜‰
And np, just write again if it still doesn't work ๐Ÿ™‚
s
It's 4am for me so I may have read it but went in through one eye and out the other.
j
Haha, know the feeling ๐Ÿ˜„
s
I will. Thank you.
2 Views