-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using Zentyal as LDAP Provider #14
Comments
From what I see it seems your LDAP provider doesn't return userPrincipalName as a possible key... |
Well, I've used zentyal with other programs such as gitlab before and it's worked so idk why it wouldn't work now |
I've never used zentyal so I can't tell you exactly what it returns. Use some LDAP query tool and lookup what fields are being returned on user records and if userPrincipalName is sent. If not - amend syncer.py accordingly... |
So, I've run an ldap search on it and it seems to be fine,
P.S. Since I created the issue, I have changed the domain |
This is now the config
|
I guess it's indeed related to #15. We can make query fields configurable and add some sort of debug mode to research LDAP exchange. You can submit your pull request. I am not sure when I'll have spare time to add this myself. It's not a bug. |
Well, it uses Samba as the server, not OpenLDAP and it does have the field there |
I use Zentyal as an LDAP/Active Directory server and I'm trying to get it to work with mailcow, but when I start the container, I get this error
Any ideas on how to fix it?
My docker-compose.yml has this for the container
PS. I do know that the server works as I have it linked to my windows computer
The text was updated successfully, but these errors were encountered: