Skip to main content

Oracle Solaris Server 9.x+ (SSH)

Bravura Security Fabric performs operations on Solaris servers using the agtsolaris_ng or agtsolaris connector.

agtsolaris_ng

Connector name

agtsolaris_ng

Connector type

Python script, agtsolaris.py and a scripted platform definition file, agtsolaris_ng.con , that associates the script with the Python connector (agtpython) to access Solaris Server via SSH.

Type (UI field value)

Generic Solaris Server (SSH)

Connector status / support

Customer-Verified

Clients may contact Bravura Security support for assistance with this connector. Troubleshooting and testing must be completed in the client's test environment as Bravura Security does not maintain internal test environments for the associated target system.

Installation / setup

It also has an agtsolaris_ng_requirements.txt file used to install this connector's Python requirements. To install the Python packages required by the agtsolaris_ng connector, run the following command from a command prompt:

py -m pip install -r agtsolaris_ng_requirements.txt

Upgrade notes

Added the agtsolaris_ng connector for the Generic Solaris Server (SSH) target type in Connector Pack 4.7.0.

agtsolaris

Connector name

agtsolaris

Connector type

PSLang script, agtsolaris.psl and a scripted platform definition file, agtsolaris.con, that associates the script with the SSH connector (agtssh) to access Oracle Solaris Server via SSH.

Type (UI field value)

Oracle Solaris Server 9.x+ (SSH) (Legacy)

Connector status / support

Customer-Verified

Clients may contact Bravura Security support for assistance with this connector. Troubleshooting and testing must be completed in the client's test environment as Bravura Security does not maintain internal test environments for the associated target system.

Upgrade notes

It is recommended to use the agtsolaris_ng connnector that uses the Python integration when targeting Solaris servers. The older agtsolaris connector that uses the PSLang integration will be deprecated in a future Connector Pack release.

Both Solaris connectors can be used to discover SSH public and authorized keys for accounts on Solaris servers. This connector can be used to manage temporary SSH trust relationships when granting privileged access to accounts on Solaris servers.

The following Bravura Security Fabric operations are supported by this connector (depending on your product license and version):

  • expire password

  • check password expiry

  • administrator reset password

  • administrator reset+expire password

  • unlock account *

    Note

    By default, the unlock account operation will enable the user account. See Targeting the Oracle Solaris Server system for details about the Enable on unlock option and how to disable the unlock account operation (recommended).

  • user verify password

  • verify+reset password

  • create account

  • delete account

  • disable account

  • enable account

  • create group

  • delete group

  • add user to group

  • delete user from group

  • add owner(user) to group

  • remove owner(user) from group

  • add owner(group) to group

  • remove owner(group) from group

  • check account enabled

  • check account expiry

  • check account lock

  • get server information

  • List:

    • accounts

    • attributes

    • groups

    • members

For a full list and explanation of each connector operation, see Connector operations.

See also

Secure Shell for details about agtssh .