Normal CLI tools should not have access to LDAP/IMAP
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rKb83d74c2028c: Move user resync to a job
./phpunit
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Fix the test and then ship it.
In general I think for the with_imap/with_ldap/with_files options; The tests should respect the config and e.g. just not test the ldap side if with_ldap is false because that test will simply never succeed if ldap is not available.
Your choice to fix that in this commit or separately.