ENCODING
Property Name | Description | Default Value | Possible Value |
---|---|---|---|
abpm.characterSetEncoding | Default character set encoding to be used by all activities while parsing the data. However, you can also define the character set encoding at each activity level. Character set encoding defined at the activity level always takes precedence.
| ISO-8859-1 | Any possible character set encoding such as UTF-8 etc. |
...
Property Name | Description | Default Value | Possible Values | |
---|---|---|---|---|
mailProtocol | Specifies the protocol used by an outgoing mail server.Select | smtp if the mail server is using SMTP protocol. Select mapi if outgoing mail is using MAPI protocol, for example, Exchange Server. | smtp | smtp/mapi |
mailServer | IP address or hostname of the outgoing (SMTP) mail server. Applicable only when smtp is defined as mail protocol. The value of this property is populated automatically using the value given in the Mail Server Configuration step during installation. However, you can also manually define it, if needed. | Depends on the value given in the Mail Server Configuration steps during installation | IP address or hostname of the SMTP Serverdomain | |
systemAdminEmailId | Specifies the domain name. Applicable only when MAPI is defined as the mail protocol. The value of this property is populated automatically from the value given in the Mail Server Configuration step during installation. However, you can also manually define it, as needed. | Adeptia | Domain Name, in which exchange server is configured. | |
CDOHostName | Name of the CDO host machine. Applicable only when MAPI is defined as mail protocol. CDOHOST allows Adeptia Suite to communicate with Exchange server. | CDOHOSTMachine | IP Address or Hostname of the machine, which is configured as CDOHOST to allow communication between Adeptia Suite and Exchange Server. | |
systemAdminEmailId | Email address of the Email address of the person who is responsible for the administration of Adeptia Suite. The value of this property is populated automatically from the value given in the Mail Server Configuration step during installation. However, you can also define it, as needed. | Depends on the value given in the Mail Server Configuration steps during installation. | Any email address, which can be used to send the mail notifications. | |
mailServerUserId | User ID to access the mailbox of the Adeptia Suite administrator. The value of this property is populated automatically using the value given in the Mail Server Configuration step during installation. However, you can also manually define it, if needed. | Depends on the value given in the Mail Server Configuration steps during installation. | User ID of the mail account, which is mentioned in systemAdminEmailID property. | |
mailServerPassword | Password to access the mailbox of the Adeptia Suite administrator. The value of this property is populated automatically as per the value specified in the Mail Server Configuration step during installation. However, you can also manually define it, if needed. | Depends on the value given in the Mail Server Configuration steps during installation. | Password of the mail account, which is mentioned in systemAdminEmailID property. | |
mailSubject | Subject of the email notification to be sent when you change your mail password. This value is used as the subject for mail notifications, which are sent by Adeptia Suite each time you change your email password | Password | Subject string with which mail notification will be sent | |
abpm.notification.mailNotification.securityType | Mail security type. | SSL or TLS | ||
abpm.mail.ssl.hostname.trust.verification | Set the value for this property to yes for enabling the Mail SMTP SSL Trust verification. To disable the Mail SMTP SSL Trust verification Set the value for this property to no. | yes | yes or no | |
abpm.notification.mailNotification.port | Mail server port number. The value of this property is populated automatically as per the value specified in the Mail Server Configuration step during installation. However, you can also manually define it, if needed. | Depends on the value given in the Mail Server Configuration steps during installation. | SMTP port used by Mail Server | |
abpm.notification.mailNotification.encoding | Supports encoding in the email notification activity. | ISO-8859-1 | UTF-8,UTF-16, etc. | |
abpm.changePasswordNotification.sendNewPassword | Specifies whether you want to receive notification whenever a users password is changed. | yes | yes or no |
...
Property Name | Description | Default Value | Possible Values |
---|---|---|---|
abpm.ActivityName.Prefix | Prefix that is appended to an activity name | Any string as per the naming convention policy of your organization. | |
...
LDAP Authentication
Property Name | Description | Default Value | Possible Values |
---|---|---|---|
abpm.ldap.enableLdap | Enable or disable LDAP authentication. | no | yes or no |
abpm.ldap.provider.url | Provider URL to connect to LDAP Server. | ldap://ldapServerName:portNumber | |
abpm.ldap.enableLdapOverSSL | Enable or disable LDAP connection over SSL. | ||
abpm.ldap.searchScopeLevel | Search scope level - One, Object, and Subtree. | Subtree | One, Object, or Subtree |
abpm.ldap.bindDN | The DN used to bind against the LDAP server for the user and roles queries. This is DN with read/search permissions on the baseContextDN and rolesContextDN values. It specifies DN of the admin user in LDAP server. | ||
abpm.ldap.bindCredential | Password for the bindDN. | ||
abpm.ldap.baseContextDN | Fixed DN of the context to start the user search from. | ||
abpm.ldap.baseFilter | Search filter to locate the context of the user to authenticate. The input username as obtained from the login module callback will be substituted into the filter where a "{0}" expression is seen. | ||
abpm.ldap.rolesContextDN | Fixed DN of the context to search for user roles. For Active Directory, this is the DN where the user account is. | ||
abpm.ldap.roleFilter | Search filter to locate the roles associated with an authenticated user. The login module callback will be substituted into the filter anywhere a "{0}"expression is seen. The authenticated userDN will be substitute into the filter where a "{1}" expression is seen. | ||
abpm.ldap.roleAttributeID | Name of the role attribute of the context that corresponds to the name of the role.
If the value of the roleAttributeIsDN property is set to true, this property is the DN of the context to query for the roleNameAttributeID attribute.
If the roleAttributeIsDN property is set to false, this property is the attribute name of the role name. | ||
abpm.ldap.roleAttributeIsDN | Flag indicating whether the user's role attribute contains the fully distinguished name of a role object, or the user's role attribute contains the role name. If the value of this property is false, the role name is taken from the value of the user's role attribute. If the value of this property is true, the role attribute represents the distinguished name of a role object. The role name is taken from the value of the roleNameAttributeId attribute of the corresponding object. The default value of this property is false. | no | yes/no or true|false |
abpm.ldap.roleNameAttributeID | Name of the role attribute of the context that corresponds to the name of the role. If the value of the roleAttributeIsDN property is set to true, this property is used to find the role object's name attribute. If the value of the roleAttributeIsDN property is set to false, this property is ignored. | ||
abpm.ldap.roleDN.searchRoleNameAttributeID | Enable or disable searching role name attribute in user's distinguished name. | yes | yes or no, true or false |
abpm.ldap.administratorUsers | Name(s) of LDAP user(s) (separated by comma) that will be treated as System Admin users in Adeptia Suite and Adeptia Connect. | ||
abpm.ldap.administratorGroups | Name(s) of LDAP group(s) (separated by comma) that will be treated as System Admin users in Adeptia Suite and Adeptia Connect. | ||
abpm.ldap.groupAdminUsers | Name(s) of LDAP user(s) (separated by comma) that will be treated as Group Admin users in Adeptia Suite and IT Users in Adeptia Connect. | ||
abpm.ldap.groupAdminGroups | Name(s) of LDAP group(s) (separated by comma) that will be treated as Group Admin users in Adeptia Suite and IT Users in Adeptia Connect. | ||
abpm.ldap.developerUsers | Name(s) of LDAP user(s) (separated by comma) that will be treated as Developer Users in Adeptia Suite and Business Users in Adeptia Connect. | ||
abpm.ldap.developerGroups | Name(s) of LDAP group(s) (separated by comma) that will be treated as Developer Users in Adeptia Suite and business Users in Adeptia Connect. | ||
abpm.ldap.businessUsers | Name(s) of LDAP users (separated by comma) that will be treated as Business Users in Adeptia Suite. | ||
abpm.ldap.businessGroup | Name(s) of LDAP groups (in comma separated format) that will be treated as Business Users in Adeptia Suite. | ||
abpm.ldap.group.itUsers | Name of the LDAP group that shall be treated as IT users in Adeptia Connect. | ||
abpm.ldap.alwaysDefaultGroupLogin | Enable or disable login only with default LDAP group in Adeptia. | ||
abpm.ldap.defaultLdapGroup | Entity id of the group (created in Adeptia) that shall be treated as default LDAP group. | ||
abpm.ldap.enableDefaultGroupLogin | Enable or disable login with default LDAP group in Adeptia. | ||
abpm.ldap.enableSSO | Enable or disable Single Sign-On in Adeptia Suite. | no | yes or no |
abpm.ldap.sso.filterClass | Class name that needs to be initiated for SSO authentication process. | yes | yes or no |
abpm.ldap.enable.anonymous.login | Enable or disable anonymous login through blank password in LDAP. | yes | yes or no |
abpm.ldap.referrals | Set the environment property referrals in LDAP. Possible values are ignore and follow. |
...