Page MenuHomekolab.org

Use domain_root_dn() for all kind of objects consistently
ClosedPublic

Authored by machniak on Dec 27 2021, 12:35 PM.

Details

Summary

It might be not needed for groups/shared folders/resources as we
create them in custom domains only, but I think it's better to treat them all
the same as users.

It will have small performance impact, but the result of this
method is internally cached by Net/LDAP3. If this becomes a problem we can
extend it with Redis support and use this cache (it already supports Memcache).

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/basedn-domain-root-dn
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 37511
Build 15053: arc lint + arc unit

Event Timeline

machniak requested review of this revision.Dec 27 2021, 12:35 PM
machniak created this revision.
vanmeeuwen accepted this revision.Jan 3 2022, 11:30 AM
This revision is now accepted and ready to land.Jan 3 2022, 11:30 AM
This revision was automatically updated to reflect the committed changes.