Maintains metadata about SecWinAD authentication plugin of the BOE platform.
Column Name |
Data Type |
Description |
---|---|---|
ADMINNAME |
varchar |
Administrator Name used to synch with Windows AD |
ALIASAUTOADD |
bit |
Returns a boolean value that indicates whether to add a secWinAD alias to an existing BusinessObjects Enterprise user. |
ATTRBINDENABLED |
bit |
indicate whether the attribute binding is enabled |
AVAILABILITY |
varchar |
Returns the state of Windows Active Directory (AD) authentication: unloaded (-1), enabled (0), or disabled (1). This property can be set to -1, 0, or 1. The default value for this property is 0. |
CMSID |
varchar |
The actual name of the CMS host machine without the port number, if used. This is used in conjunction with OBJECTID or CUID to uniquely identify an object across environments. |
CREATED |
datetime |
When the plugin was created |
CREATENAMEDUSERS |
bit |
Returns a boolean value that indicates whether new users are created as named or concurrent |
CUID |
varchar |
The unique ID of the object, but does not stay unique across environments (CMS/Query Builder equivalent of SI_ID) |
DEFAULTDOMAIN |
varchar |
Returns the default Active Directory (AD) domain used to authenticate users and map groups |
ID |
int |
Primary key of this table, internal to MetaMiner |
IMPORTUSERS |
bit |
Returns a boolean value that indicates whether user aliases should be imported when mapping Active Directory (AD) groups |
ISDELETED |
bit |
Indicates whether this object was deleted from the BusinessObjects CMS. В When set to "1", the object was deleted and MetaMiner keeps a "soft delete" record of its metadata. |
ISINSTANCE |
bit |
NOT USED |
KERBEROSENABLED |
bit |
Returns a boolean value that indicates whether Kerberos single sign-on (SSO) authentication is enabled |
KIND |
varchar |
The type of the object, equivalent to SI_KIND in the CMS/Query Builder |
NAME |
nvarchar |
Name of the actual plugin (SecWinAD) |
OBJECTID |
int |
The SI_ID of the object as its known to the BusinessObjects CMS |
PARENTID |
int |
The object's Parent ID, which could be an instance or folder or object package or publication. В Equivalent of SI_PARENTID |
SERVICEPRINCIPALNAME |
varchar |
Returns the service principal name (SPN). The service principal name is associated with the principal (user or groups) and the security context (logon ticket or kerberos ticket) that the service or application uses to run a process. For SAP BusinessObjects Enterprise to accept Kerberos tickets, the SPN must be equivalent to the account used to control the SAP BusinessObjects Enterprise servers. |
SSOAGENT |
varchar |
Returns the single sign-on (SSO) agent used with siteMinder. The agent communicates with the Policy Server to enforce rules for user access to protected resources. |
SSOENABLED |
bit |
Returns a boolean value that indicates whether single sign-on authentication (SSO) is enabled |
SSOSERVERPORTS |
varchar |
Returns the host name and the three port numbers for the Policy Server(s) |
UPDATED |
datetime |
Datetime that this object was updated in the SAP BusinessObjects CMS |
UPDATEDUTCMILLIS |
bigint |
Datetime when this plugin's configuration was modified |
See also