-
Notifications
You must be signed in to change notification settings - Fork 22
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 sync for Team Mailboxes #1115
Comments
@guimard is it possible to attach a |
Not directly, we need a schemas change |
Ok then we can likely configure the domain name on LSC, and rely on the cn to build the mail address. |
Not exactly: we need to distinguish groups with mail and groups without. Maybe more, group mailbox can be :
A standard LDAP group has the following attributes :
@chibenwa, @jcabannes, @shepilov: maybe we can use the "businessCategory" here to defined the "role" of the group. For example if:
|
I am not against but I thought the LDAP base would serve this purpose.
I think it could be simpler. (Can businessCategory be multi-valued?) |
But then it exclude having both mail and drive, no ? |
Can businessCategory be multi-valued? |
Yes but I prefer a space-concatened string |
Ok then I fully agree to use businessCategory |
@jcabannes OK for you also ? |
Ok for me too |
Updated the description of the task with usage of businessCategory for differentiation between team mailbox and ml group. Let me know if it's ok. Moving this to ToDo. When can we expect businessCategory put in place on ldap for prod? |
Back to backlog as this is not essential for upcoming client projects. |
Why?
Automate Team mailboxes and mailing lists management through LDAP.
Be able to synchronise a list of groups from the LDAP as Twake Mail mailboxes and mailing lists.
Those groups could then be defined from a set of rules defined and replicated by a LinID bot.
This approach is very flexible and hopefully not specific to James / mails. We only need a LSC connector
LDAP data
I want to synchronise
ou=groups,dc=james,dc=org
in the following LDIF:Resulting in the following:
[email protected]
team mailbox with members[email protected]
and[email protected]
[email protected]
ml group delivering emails to inbox of users[email protected]
and[email protected]
Please note that:
How?
Add a script for LSC twake mail in order to do this.
The text was updated successfully, but these errors were encountered: