Additional fields in user templates

Hi all,

I wonder if there is a way to predefine some more fields via user templates. In our company we would like to predefine some more fields, for example:

oxUrl

Cheers

Sebastian

Just had an OX testsystem running and did a quick test. An extended attribute has to be made available to be used with usertemplates, otherwise it is not shown. The module attribute configues on which udm modules an extended attribute is visible. To activate that for the oxUrl attribute:

udm settings/extended_attribute modify --dn="cn=oxUrl,cn=open-xchange,cn=custom attributes,cn=univention,$(ucr get ldap/base)" --append module=settings/usertemplate
service univention-management-console-server restart
2 Likes

That did the trick, thank you very much!

Mastodon