Configuring Collaborative Portal to Support "Limited" Long User IDs

When the Long User feature is enabled, you can configure Collaborative Portal to support "limited" long user IDs up to 200 characters in length.

To do so:

  1. Log in to Portal Integrated Solution Center (Admin Center).

  2. Go to Resources, Resource Environment, Resource Environment Providers, WP ValidationService, Custom Properties, New.

    This image is described in the surrounding test.
  3. In the "Resource environment providers" area, add or edit the following entries:

    • user.UNIQUEID = uid

    • group.RDN = cn

  4. Update the following properties for long user validation:

    • user.UNIQUEID.min = 6

    • user.UNIQUEID.max = 200

    • user.UNIQUEID.charset = unicode

    • user.UNIQUEID.extra_chars = @._

      A user id can contain special characters such as:

      .

      @

      _

      If there are some other extra characters allowed, you can append the characters to this property.

  5. Update the following properties for password validation:

    • password.charset = unicode

    • password.extra_chars = @._

      A password can contain special characters such as:

      .

      @

      _

      If there are some other extra characters allowed, you can append the characters to this property.

  6. Apply these changes and restart the server.

    This enables users with an email address up to 200 characters in length to sign in to the Collaborative Portal.