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
F11896287: D3155.id.diff
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
Unknown Object (File)
Sat, Apr 13, 8:28 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.