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
F10600777: D3155.diff
Mon, Dec 4, 5:01 PM
Unknown Object (File)
Thu, Nov 30, 6:29 AM
Unknown Object (File)
Wed, Nov 29, 7:00 PM
Unknown Object (File)
Tue, Nov 28, 8:21 AM
Unknown Object (File)
Sat, Nov 25, 8:12 AM
Unknown Object (File)
Fri, Nov 24, 5:43 AM
Unknown Object (File)
Thu, Nov 9, 6:47 PM
Unknown Object (File)
Oct 16 2023, 8:16 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.