Notes.ini Entry



Name:

    Log_Authentication

Syntax

    Log_Authentication=0 / 1

Applies to:

    Workstations and/or Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Logging

        Default:

          0

        UI equivalent:

          None

        Description:
        To enable loggin of Authentification on Client or Server

        To enable fully:
        Log_Authentication=1
        Debug_Console=1

        Debug_Outfile=x:\debug.txt
        Field________Description______Possible Values (comments)
        T____________Ticket Width_____64
        ______________________________128 (new in Notes/Domino 6)
        E____________Encryption bit___1 =Encrypted
        ______________________________0 =Not Encrypted
        ______________________________1:e =Escrow for International
        S____________Encryption Strength
        _____________The first value is the key length
        _____________The second value is the algorithm
        ______________________________Length
        ______________________________128 (new in Notes/Domino 6)

        ______________________________64
        ______________________________
        40 (only used for R3 Int'l or WW40 versions)
        ______________________________
        Algorithm
        ______________________________22 (RC4) and 2F (RC2)
        A_____________Algorithm

        ______________________________2:0 = RC2 (R3 Intl or WW40)

        ______________________________4:1 = RC4
        L_____________License Info
        ______________The first value applies to the local ID (i.e. local client or server)
        ______________The second value applies to the remote ID (i.e. the server )
        ______________The third value applies to version of local software
        ______________________________N = North American/Global

        ______________________________I = International


        For example, if you specify the following NOTES.INI settings:

        Log_Authentication=1 (to enable logging)

        Debug_Console=1 (to write output to the console window)

        Debug_Outfile=c:\debug\debug.txt (to write output to the specified text file)

        this is sample output from client NOTES.INI:

        Authenticate: CN=CLEVES01/OU=Cleveland/OU=A/O=Acme
        T:64 E:1: S:64:22 A:4:1 L:N:N:N
        Authenticate: CN=ACCOUNT/OU=Memphis/OU=A/O=Acme
        T:64 E:1: S:64:22 A:4:1 L:N:I:N
        Authenticate: CN=CLEVES02/OU=Cleveland/OU=A/O=Acme
        T:128 E:1: S:128:22 A:4:1 L:N:N:N
        and this is sample output from server NOTES.INI:
        Authenticate: CN=Jane Ochoa/O=Acme
        T:128 E:1: S:128:22 A:4:1 L:N:N:N