see Support ext. attributes for settings/directory
(In reply to Felix Botner from comment #0) > see Support ext. attributes for settings/directory ups, see https://git.knut.univention.de/univention/ucs/-/issues/2404
0d474884c56ac0ba8a99e0e11428a073054f3690 - feat(udm): support custom configuration for default containers Successful build Package: univention-directory-manager-modules Version: 15.0.27-7 Branch: 5.0-0 Scope: errata5.0-8
YAML: OK Tests: OK Code: OK Merge: OK Docs: settings/directory seems to be completely undocumented and needs its own bug
<https://errata.software-univention.de/#/?erratum=5.0x1103>
Original issue information: ## Story I want to be able to define default containers for my custom UDM module. ## Context/description UDM provides a `get_default_containers` function to get the list of default containers for a given UDM module. This function is used in UMC, and as soon as there is more than 1 default container, UMC presents a dialog to choose the location for the object you want to create. The default containers for all UDM modules are configured on the `settings/directory` object. This works, but it is a bit hard to use for custom UDM modules. Two things to make it easier: - support extended attrs. for the `settings/directory` in `get_default_containers` (init the module) - make the name of the attribute that holds the containers configurable for the UDM module