Quantcast
Viewing all articles
Browse latest Browse all 4

How to modify the "open-xchange groupware account" user create template

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:

  1. 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
  2. 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.

 


Viewing all articles
Browse latest Browse all 4

Trending Articles