Skip to content
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

fix(CO-1133): fix amavis ldap attrs definition #533

Merged
merged 6 commits into from
Jul 1, 2024

Conversation

matteobaglini
Copy link
Contributor

As indicated by issue GB-398, PR #524 introduced a regression on LDAP with the addition of amavisWhitelistSender and amavisBlacklistSender attributes to zimbraAccount schema, producing the error:

config error processing cn={4}zimbra,cn=schema,cn=config: olcObjectClasses: AttributeType not found: "amavisBlacklistSender"

With the PR we remove the two attributes from zimbraAccount schema and add some tests for the GetInfo operation.

}

@Test
void attributesSectionProvidesAmavisLists() throws Exception {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matteobaglini this means these attributes are already available for account entry?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes @keshavbhatt, you can already see them, without this modification, in the response of: carbonio prov ga baz@demo.zextras.io | grep amavis.

@matteobaglini matteobaglini merged commit 5f75ce3 into devel Jul 1, 2024
3 checks passed
@matteobaglini matteobaglini deleted the CO-1133-fix-amavis-ldap-attrs-definition branch July 1, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants