Configure identities for the lawson and spservices users

Create an identities file to load the lawson and spservices users into Lawson System Foundation.

  1. At the command prompt for your Lawson environment, type the command to start the ssoconfig utility.

    ssoconfig -c

  2. Enter the password for the ssoconfig utility.
  3. Type 5 to Manage Lawson Services and press Enter.
  4. Type 6 to Export service and identity info and press Enter.
  5. For Do you want to export all the services, type 2 (NO) and press Enter.
  6. For Enter the services name separate by comma to be exported, type SSOP and press Enter.
  7. For Do you want to export the identities, type ALL and press Enter.
  8. For Enter file name to save export as, type identities.xmland press Enter.
  9. For Choose format that Lawson Software should export credential information as, type 2 (Opaque) and press Enter.
  10. When the export is finished, type 11 to exit.
  11. Using a text editor, open identities.xml. Supply the appropriate values for RDID and USER in the example below.

    The Windows user name should be in the username@REALMNAME format (ensure that the REALMNAME is in upper case).

    Example

    lawson@LAWSON.COM

    Make these changes for all users in the SSOP service.

    <?xml version="1.0" encoding="ISO-8859-1"?>
    <BATCH_LOAD FORMAT="Opaque" OVERRIDE="true">
        <IDENTITY SERVICENAME="SSOP">
            <RDID>lawson</RDID>
            <USER><![CDATA[lawson@LAWSON.COM]]></USER>
        </IDENTITY>>    
    
  12. Save the file as newidentities.xml.
  13. At the command prompt for your Lawson environment, type:

    ssoconfig -l <password> newidentities.xml

    where

    l is a lower case L

    <password> is the password for the ssoconfig utility.