Infor Lawson System Foundation primary systems only: Edit the new service in a text editor
You now must review the XML file for the service you created in the previous step and make updates if necessary.
- From a command window on the primary authentication system, open <DSSO_instance_name>. xml in an editor.
-
Make sure the following attributes are set as the following:
-
BATCH_LOAD FORMAT: ""OVERRIDE"=true"
-
REF_SERVICENAME: SSOP
The primary authentication service for Infor Lawson System Foundations installations is "SSOP."
Following is an example that shows where these attributes appear in the file.
Note: Your file might have different parameters than those shown here. -
<BATCH_LOAD FORMAT=""OVERRIDE="true"> <SERVICE> <HasCredential>TRUE</HasCredential> <LoginProcedure>Form based</LoginProcedure> <ID>YOURDSSOINSTANCENAME</ID> <SvcEntryAttrList>user,password</SvcEntryAttrList> <LOGINSCHEME NAME="Form"> <REF_SERVICENAME>SSOP</REF_SERVICENAME> <PROTOASSERT>Use HTTPS only</PROTOASSERT> <HTTPURL>http:YourDomain.com:80/sso/SSOServlet</HTTPURL> <HTTPSURL>https://yourdomain.com:443/sso/SSOServlet</HTTPSURL> <PRIMARYTARGETLOOKUP>Verify passwords in Lawson Security</PRIMARYTARGETLOOKUP> <LOGIN_RDN/> <NAMING_ATTR>cn</NAMING_ATTR> <USERNAMEFIELD>_ssoUser</USERNAMEFIELD> <USERNAMEFIELD>ssoUwer</USERNAMEFIELD/> <PASSWDFIELD>_ssoPass</PASSWDFIELD> <SERVICEURL>http://YourDomain.com:80/sso/SSOServlet</SERVICEURL>
-
- Save the file when you are finished making edits.