Closed tigre-bleu closed 1 month ago
It would be nice to have an option to add mailboxes for existing AD users.
Simple version would be to just add a mailbox for every existing user.
Enhanced version would be to use template vars to select which users to add. For instance:
roles: - aleemladha.ludus_exchange role_vars: ludus_exchange_domain_username: VULNCORP\ludus-adm0 ludus_exchange_domain_password: somepassword ludus_exchange_mailboxes: - user1 - user2 - user3
At the moment only the user from ludus_exchange_domain_username gets a mailbox.
ludus_exchange_domain_username
Hi @tigre-bleu
I have added the feature :) , kindly remove the role and add it again and test
It would be nice to have an option to add mailboxes for existing AD users.
Simple version would be to just add a mailbox for every existing user.
Enhanced version would be to use template vars to select which users to add. For instance:
At the moment only the user from
ludus_exchange_domain_username
gets a mailbox.