SYSLOGINPOLICYOPTION system view

The underlying system table for this view is ISYSLOGINPOLICYOPTION.

Column name Data type Description
login_policy_id UNSIGNED BIGINT A unique identifier for the login policy.
login_option_name CHAR(128) The name of the login policy.
login_option_value LONG VARCHAR The value of the login policy at the time it was created.
pam_failover_to_std CHAR(1) Whether to try standard authentication if PAM authentication is enabled but the PAM library is not available. Values are Y or N.
pam_servicename CHAR(128) The PAM service name to use when authenticating. The service name identifies the rule set to be used by PAM during validation. If empty (the default), do not use PAM.

Constraints on underlying system table

PRIMARY KEY (login_policy_id, login_option_name)
FOREIGN KEY (login_policy_id) REFERENCES SYS.ISYSLOGINPOLICY (login_policy_id)