Notes.ini Entry



Name:

    iNotes_WA_SametimeNameFormat

Syntax

    iNotes_WA_SametimeNameFormat=Value

Applies to:

    Servers - Domino Web Access clients using iNotes6.NTF based templates

Add-on:


    First Release:

      6.0

    Obsolete since:


      Category:

        DWA, iNotes

      Default:

        011

      UI equivalent:

        In Domino 7 or later, you can use the setting "Directory type used by IBM Lotus Sametime server" in the Configuration Settings document, Domino Web Access tab. However, using this NOTES.INI variable overrides the Configuration Settings document setting.

      Description:
      Allows you to adjust the format of the name that is passed to Sametime for login, for awareness checking, and whether to pass RFC821 names. The value can contain up to 4 numeric digits in sequence.

      Note If you set this variable, you override the Configuration Settings document setting "Directory type used by IBM Lotus Sametime server."

      For example:

      iNotes_WA_SametimeOrg=1011

      where the following values apply:

      First digit (left most) -- controls the format of the name passed to Sametime routines that prepare links and start chat sessions:
      0 = Use abbreviated canonical format (for example, Joe User/Acme) [the default]
      1 = Use full canonical format (for example, CN=Joe User/O=Acme)
      2 = Use abbreviated canonical format but use a comma ( , ) as a separator for the name components (for example, CN=Joe User,O=Acme)
      3 = Use only the common name (for example, Joe User)

      2nd digit -- controls whether RFC821 addresses (for example, Joe User@acme.com) should be sent to Sametime:
      0 = No, do not send
      1 = Yes, do send [the default]

      3rd digit -- controls the format of the name passed to Sametime login routines:
      0 = Use abbreviated canonical format (for example, Joe User/Acme)
      1 = Use full canonical format (for example, CN=Joe User/O=Acme) [the default]
      2 = Use abbreviated canonical format but use a comma ( , ) as a separator for the name components (for example, CN=Joe User,O=Acme)
      3 = Use only the common name (for example, Joe User)

      4th digit -- a debug aide that when the users hovers over a link, the name that displays is identical to the name sent to Sametime. Use any character in the fourth position to enable this.