-
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
OpenLDAP compatibility #15
Comments
OpenLDAP compatilibility will make this project widely usable. |
@netthier @nicaiseeric you should be able to just manually change the attribute from 'userPrincipalName' to whatever you want. I changed mine to "mail". Then, as long as all users returned in the search of Base DN possess the attribute, the code will work. |
@twstagg Where can I change the code? the container does not start so that I cannot access the Docker volume ... |
@AnBo83 I could not start the Container to. Did you build the container from git? In Dockerfile i changed to a different version:
That's a new issue? To the OpenLDAP topic: |
someone found a solution for the userAccountControl ? |
EDIT: |
This tool does not seem to support OpenLDAP, since syncer.py relies on the userPrincipalName attribute being present.
This attribute is only available in Microsoft AD, and attempting to use this tool with OpenLDAP results in the following error:
To make this compatible with the OpenLDAP "inetOrgPerson", a possible solution would be to make the attributes synced user-configurable.
For example:
The text was updated successfully, but these errors were encountered: