-
Notifications
You must be signed in to change notification settings - Fork 3
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
LDAP Support #1
base: master
Are you sure you want to change the base?
LDAP Support #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it 👍
Did we ever specify how to name the template files? My "convention" is like etc_ssh_ssh__config.j2
so the destination is directly visible.
2ca303a
to
327a444
Compare
0fa23e0
to
4d745d3
Compare
I think I'm done here. FreeIPA plugin incl. schema on which this is now based on, can be found here: https://github.com/SOSETH/freeipa-mailserver |
This PR renames the current postfix information backend to "mariadb" and adds a new one called "ldap", defaulting to the first one for backwards compatibility. The LDAP backend uses this schema, which allows us to store all information in LDAP, eliminating the need for a local mariadb completely. This is unfortunately a long PR, feedback would be appreciated. It contains: