Page MenuHomePhorge

Use domain_root_dn() for all kind of objects consistently
ClosedPublic

Authored by machniak on Dec 27 2021, 12:35 PM.
Tags
None
Referenced Files
F11904780: D3155.id8996.diff
Fri, Apr 26, 11:14 AM
Unknown Object (File)
Thu, Apr 25, 11:30 AM
Unknown Object (File)
Wed, Apr 24, 4:13 PM
Unknown Object (File)
Sun, Apr 21, 4:34 PM
Unknown Object (File)
Sun, Apr 21, 4:34 PM
Unknown Object (File)
Sun, Apr 21, 4:34 PM
Unknown Object (File)
Fri, Apr 19, 3:56 AM
Unknown Object (File)
Wed, Apr 17, 9:01 AM
Subscribers
Restricted Project

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 Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 37511
Build 15053: arc lint + arc unit

Event Timeline

machniak created this revision.
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.