-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add LDAP addressbook #38
Conversation
cec2ad6
to
0043bed
Compare
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.
just tested the sAMAccountName is goo for AD
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.
When a module becomes an accountconsumer, it must create the LDAP domain reference, and keep it updated
https://nethserver.github.io/ns8-core/core/user_domains/#bind-modules-and-account-domains
The configure-module action should do it, because it has a Redis connection with the leader node. On the contrary, discover-service has a replica connection and does not suite for this purpose.
a270da5
to
9be1b66
Compare
9be1b66
to
ac2b49f
Compare
This pull request includes updates to the build-images.sh script, discover-service script, and roundcubemail.service file. The changes include adding a cluster:accountconsumer authorization label to build-images.sh, updating LDAP configuration in the discover-service script, and adding network and host configurations to roundcubemail.service.
refs: NethServer/dev#6914