Kynn | Cherryblue - Hi guys, I've been interfac...
# troubleshooting
n
Can you post the LLDAP verbose logs of when you do that query?
u
I'm using a docker image of LLDAP with docker-compose ; how should I configure it to get verbose logs ? By default this is what it looks like : https://cdn.discordapp.com/attachments/1169190457155276871/1169190925839376404/image.png?ex=655480e7&is=65420be7&hm=acb580a61a3c5796ece73d69cc33e596cc55f1999c76af2a001abf775000a3b0&
n
You can set verbose = true in the config or pass the env variable LLDAP_VERBOSE=true
u
thank you
oops, doesn't seem to go far enough
I've cut out the image part
so I see display_name: Some("Kynn") and then resolved_attributes: ["objectclass", "uid", "mail", "givenname" and also LdapPartialAttribute { atype: "givenname", vals: ["Kynn"] }
n
Can you try with "cn"?
Otherwise it should be just a matter of adding display name to the default attributes
(in LLDAP)
u
this worked 🙂
the example config should be updated (givenname -> cn) ; not sure if I can do it myself ?
n
Sure you can! On GitHub you can just click "edit" in the top right
u
It is asking me to fork it, so after doing this, I need to do a pull request, isn't it ?
anyway, just made it (under "Cherryblue" github account)
a big thank you for your time @nitnelave