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

[LDAP-39] Correct usage of ALL special class to ANY #19

Merged
merged 3 commits into from
Jan 12, 2024
Merged

[LDAP-39] Correct usage of ALL special class to ANY #19

merged 3 commits into from
Jan 12, 2024

Conversation

Sylinsic
Copy link
Contributor

Following LDAP-37 and further configuration of a syncope instance, it was realised that when the “any object classes” capability was used for multiple object classes, the configuration values weren’t being utilised for all any objects.

It was then realised, that these would apply to the ALL special class, however, that then prevented search capabilities.

This fix is to make use of the ANY special class, instead of ALL, which can then be used in a resource mapping to pull the object classes from the resource configuration.

@ilgrosso
Copy link
Member

@Sylinsic as you can see, the build is failing:

[INFO] Results:
[INFO] 
Error:  Failures: 
Error:    LdapSearchTests.anyObjectSearchFilter:564 expected: not <null>
Error:  Errors: 
Error:    LdapCreateTests.createArbitraryWhenUidNotDefault:190->doCreateArbitrary:199 » Connector
Error:    LdapSearchTests.configurableAnyObjectScope » UnknownUid Object with Uid 'Attri...
[INFO] 
Error:  Tests run: 181, Failures: 1, Errors: 2, Skipped: 0

@Sylinsic
Copy link
Contributor Author

Serves me right for adding an extra line in when transferring from my other device!

@ilgrosso ilgrosso merged commit 47e0f51 into Tirasa:master Jan 12, 2024
1 check passed
@ilgrosso
Copy link
Member

Thank you @Sylinsic !

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.

2 participants