https://github.com/lldap/lldap logo
boomam - Attempting to configure calibre-web wi...
# troubleshooting
b
Interestingly, the only user thats syncing across is the admin user setup too.
Nothing in the calibre logs that shows an issue, nor in lldap when setting the rust_log to debug, either.
n
Have you tried setting verbose to true in LLDAP? That should show all the queries and responses
b
yes, changed the rust_log env to debug mode
one sec, just exporting/sanitizing what the last output was.
n
That's different, there's a verbose setting in the config
Or LLDAP_VERBOSE=true
extra sec, will set, and retest
seems to give fairly similar output. 🤷‍♂️
n
The user you bind with, calibre, doesn't have the permissions to see other users
If you add it to lldap_strict_readonly, it should see more users
b
ok, one sec, thanks btw!
yup, that fixed it
thank you
n
No problem 🙂