To add a service to the system
- or -
At a Landmark command prompt, type
secadm service add servicename [--description description] --servicetype servicetype [--version] version [--loginscheme loginschemename] [--loginschemeexpression loginschemeexpression] [accountlockoutpolicy account-lockout-policy-name] [--passwordresetpolicy password-reset-policy] [--isreference Yes|No|1|0|True|False] [--referenceservicename referenceservicename] [--allowsanonymous Yes|No|1|0|True|False]
[--deleteconstraints deleteconstraints] [--assignmentconstraints assignmentconstraints] [--passwordpolicy passwordpolicy] [--serviceprotocol service-protocol] [--hasownssopages has-own-sso-pages]
where
secadm Options | LRC Field Names | Description |
---|---|---|
servicename
|
Service |
Required. Specify the name of the service. For example, the LSUSERAPP application is represented in the system by the GEN.LAW-ENV.LSUSERAPP service. |
--description description
|
Description | A text description of the service. |
--servicetype servicetype
|
Service Type |
Required. One of the following service types:
|
--version version
|
Version |
Required. The version of the service. This value is normally pre-configured by Lawson; it should rarely require modification. Valid values are
The default is 2.0. |
--isreference Yes|No|1|0|True|False
|
Is Reference |
– or –
This field indicates that the service references another service, often the primary service, in order to avoid duplication of information in the system such as user authentication data. A yes/true specification requires that a Reference Service Name be specified as well. |
--referenceservicename referenceservicename
|
Reference Service Name |
A 40-character text field that identifies the referenced service. This field is required when the |
--allowsanonymous Yes|No|1|0|True|False
|
Allows Anonymous |
– or –
This field requires that a reference service name is specified. |
--loginscheme loginschemename
|
Login Scheme |
Specify an existing login scheme. The login scheme determines whether the login procedure is an LDAP or reference look-up procedure. |
--loginschemeexpression loginschemeexpression
|
Login Scheme Expression | Specify a login scheme expression. |
accountlockoutpolicy account-lockout-policy-name
|
Account Lockout Policy (on Security Policies tab) |
Specify an existing account lockout policy. The account lockout policy determines how many attempts a user can make to log in with an invalid user name or password, whether the lockout will be automatically reset, and how long the user must wait to be able to log in again. |
--passwordresetpolicy password-reset-policy
|
Password Reset Policy (on Security Policies tab) |
Specify an existing password reset policy. The password reset policy determines what conditions must be met before a password can be reset. |
--deleteconstraints deleteconstraints
|
Delete Constraints |
Indicates how deletes are performed.
– or –
|
--assignmentconstraints assignmentconstraints
|
Assignment Constraints |
UniqueAssignments
Indicates that the identities for the service must be unique. |
--passwordpolicy passwordpolicy
|
Password Policy (on Security Policies tab) | Specify an existing password policy. The password policy defines the rules for creating a password, such as minimum character length. |
--serviceprotocol service-protocol
|
Service Protocol |
Enter one of the following protocols:
|
--hasownssopages has-own-sso-pages
|
Has Own SSO Pages |
– or –
This field indicates whether the service has its own SSO pages. |