https://github.com/lldap/lldap logo
Martin | Leveland Studios - Okay, here we go ag...
# troubleshooting
n
I think we should first figure out why it's not producing logs. Do you not see logs at all, or just not verbose?
t
I don't see logs from the incomming connection, only from lldap web
n
Maybe the configuration doesn't come from the place you expect it to
If you can get verbose logging, it prints the config at the top
Can you check the LDAP port there?
t
ldap_port: 3890
n
How are you starting the server? Docker? Service?
t
Docker
n
And if you search from inside the LLDAP container?
Ldapsearch I mean
t
Let me try
n
(you have to apk install ldap-utils or something like that)
ldap client but I have it installed already. You can't ldapsearch without that.
I'm so damn stupid. 🤦‍♂️
n
But is that from inside the container? Or just inside the folder?
t
I had typo in dockercompose. 🤣
n
Hahaha
t
Finally! [LDAP: error code 64 - Missing DN value]
Sorry man, configuring entire pipeline for 2 weeks gets you a tunnel vision 🤦‍♂️
And ya make lot of erros haha 😄
n
Yes
Success!
t
Okay, 🤔 Then problem si somewhere else.
But I think problem is gogs, not lldap.
n
Typo in the user filter
Missing initial parenthesis
t
Oh, nice.
It's great that someone can take a look at it, since I'm deep into configs for a while XD
Though, expect 2 sample configs to be contributed. 😄
Thanks!
Also what's first name attribute? Can't find it with ldapsearch.
n
givenname
8 Views