nitnelave
nitnelave
Yeah, after some investigation, it only happens on my company's network. I pulled it at home, packed the devdocs folder into an archive and sent it to my work computer...
I think for the admin group you need to set `groupSearch` to `(&(objectClass=groupOfUniqueNames)(uid=mylldapgroupforwitchuserscanhaveadminrights))`. If you want to have another group to control access to the directory, you can plug that...
That all looks correct: it first tries to bind as "test", to check the password, and that works. Then it connects as your read-only bind user to get the "test"...
Hmm, I can help you debug the LDAP part, but it seems to be working well. At this point, you'll be better served by asking the etherpad community (or the...
Hey! It would help to have the LLDAP verbose logs, so we can see the query that was made, how it was interpreted, and why it returned an error (I...
For setting verbose mode, you can change the `verbose` setting in the LLDAP config, or set the `LLDAP_VERBOSE=true` env variable. Regarding `Login.LDAP3Host=IPADDRESS:3890/OU=people`, I honestly don't know how it gets translated...
Well, I'm not sure how you got that, but the query filter contains a `objectClass=user` instead of person, so that won't match anything. And then, trying to match on the...
If there's nothing else to add here, I'm closing this issue.
You can now create custom attributes with https://github.com/Zepmann/lldap-cli Can you give it a try? The plugin system will come way later with #714
It's probably due to the cache: loading the LLDAP page only loads static assets that are cached by your browser (the code of the SPA), so Authelia doesn't get a...