Hey,
i use 3 univention DC Servers for my Domain and also Accounts for People on my Matrix/Nextcloud Services.
I use the replica Node to publish Self Service and Password lost Function in Web, but under another Name. Can i change the serveradress of the Links of Password reset without changing the whole server or reinstall it?
at the moment the server calls “sec.localdomain.tld”, in web its “self.domain.tld”.
I hope you can show me a solution. thanks
Hi @backpulver and welcome to the forums,
you can change this particular setting with UCR, the Univention Config Registry:
umc/self-service/passwordreset/email/webserver_address: dc1.ldap.abc.dev
Name of the server to use in the link in emails. Default is the FQDN of the server used as the frontend.
Many settings are available, you can check them by yourself using the following command:
ucr search umc/self-service
See also:
https://docs.software-univention.de/quickstart/latest/en/index.html#configuration-management-using-univention-configuration-registry
and
https://docs.software-univention.de/manual/latest/en/computers/ucr.html