Creating an Outbound Connector
Create an outbound connector.
Use the
oci fs outbound-connector create_ldap_bind_connector
command to create an outbound connector and specify LDAP connection details.oci fs outbound-connector create_ldap_bind_connector --availability-domain <availability_domain> --bind-distinguished-name <bind_distinguished_name> --compartment-id <compartment_OCID> --password-secret-id <vault_secret_OCID> --password-secret-version <vault_secret_version> --endpoints <file://endpoints.json>
An example
endpoints.json
file follows:{ "hostname": "hostname.example.com", "port": 686 }
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Use CreateOutboundConnector to create outbound connectors.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.