HOWTO: Create a User in the Kolab Web Administration Panel

This is a quick walk-through guide on creating a user in the Kolab Web Administration Panel (WAP for short), based on a default Kolab installation.

For customization, please see the Administrator Guide.

  1. Navigate to the /kolab-webadmin URL on your webserver using HTTP. For example, a server set up on localhost would be at http://127.0.0.1/kolab-webadmin.

    Note

    The address you use to connect to the web administration panel is also the address the server software uses itself.

    If you navigate to the web administration panel using http://kolab.example.org/kolab-webadmin, then the software itself will (attempt to) connect to http://kolab.example.org/kolab-webadmin/api.

    Make sure the server resolves the address you use (back to itself), or use the api_url setting in the kolab_wap section of kolab.conf(5).

  2. Login using the username cn=Directory Manager and the corresponding password you supplied during the setup process.

    ../_images/kolab-webadmin-login.png
  3. The screen that follows shows you the objects the web administration panel can manage:

    ../_images/kolab-webadmin-objects.png
  4. Choose “Users” to create your initial user account.

  5. Please take a moment to familiarize yourself with the layout of our web administration panel:

    • On the left-hand side is a list of existing user records,

    • Quick links to other object types are provided at the top,

    • At the right-hand side, near the top, under Logout and About is a link Add User. No “Add User” Button or Link?

    • The main screen real estate is spent on the form area:

      ../_images/kolab-webadmin-create-user-1.png
    • The form is generated from configuration settings, among which a variety of types of individual users. A short overview of the types of users Kolab ships by default is available in the administrator guide.

  6. For now we would like you to select the Kolab User type:

    ../_images/kolab-webadmin-create-user-2.png
  7. The form updates itself once you select the Kolab User type, reflecting the configured as well as necessary form fields for this type of user, such as mail quota settings. The background color of the form fields indicates whether or not the form field requires you to provide input:

    • light-blue fields are mandatory,

    • white fields are optional,

    • gray fields are disabled for custom entry.

    Fields that are disabled are usually generated using values (that you supply) in other form fields.

  8. Provide some of the required information, such as the Given Name and Surname.

    • As you leave each field, the information you typed is being sent back to the server (if the form field beared any relevance to any other form field), to obtain the values of generated form fields.

      For example, supply the Given Name (and/or Surname) of the user, and see the Common name and Display name are populated.

    ../_images/kolab-webadmin-create-user-3.png
  9. User information is being populated in other tabs of the form as well, such as the Primary Email Address and Secondary Email Address(es) fields in the Contact Information tab:

    ../_images/kolab-webadmin-create-user-4.png

    Note

    Note that the primary email address form field is disabled for input, as the primary email address is generated by the Recipient Policy.

  10. Select the System tab.

    If the user you are currently creating is to become a Kolab Administrator, start typing kolab-admin in the Role(s) field.

    ../_images/kolab-webadmin-create-user-5.png

    Note

    The Unique identity (UID) field is generated using the surname and preferred language of the user. A second user with a surname of “Doe” will have UID doe2, a third doe3, etc.

    Note

    In the default configuration the password field is a cleartext field, so you can let the user know what password to use, while not having to make one up yourself first – avoiding too many incidences of the 1234 and Welcome123 passwords.

    Adjusting this configuration is beyond the scope of this topic, but is described in the Administrator Guide.

  11. Additional Kolab related configuration is available in the Other tab:

    ../_images/kolab-webadmin-create-user-6.png
  12. Click the submit button to create the user:

    ../_images/kolab-webadmin-create-user-7.png