Concern:
All users should be created with some default values, e.g. with the same "Organisation" information.
Solution:
The user create dialogue uses a template called "open-xchange groupware account". To change e.g. the default "Organsiation" value, you may change this template by following the these steps:
- Check for the complete DN of the LDAP Object
# udm settings/usertemplate list|grep DN
DN: cn=open-xchange groupware account,cn=templates,cn=univention,dc=example,dc=com - Set the new Value for the "organisation" attribute
# udm settings/usertemplate modify --dn "cn=open-xchange groupware account,cn=templates,cn=univention,dc=example,dc=com" --set organisation="Example INC"
After this all newly created users have the "Organisation" "Example INC" as default attribute value.