Attribute Name |
Description |
---|---|
admin_context |
Specify the LDAP distinguished name of the CIS server administrator. Example: <admin_context>cn=admin,o=acme</admin_context> |
admin_password |
Specify the CIS administrator password. Example: <admin_password>SAM23#$</admin_password> |
ca_certificate |
Specify the path of the eDirectory Certificate Authority (CA) file. Example: <ca_certificate>/etc/opt/novell/certs/SScert.pem<ca_certificate> |
cluster_enable |
Set this to ‘yes’ to allow the CIS server to be part of a cluster resource. Example: <cluster_enable>yes</cluster_enable> |
context |
Specify the LDAP distinguished name (DN) of the container object under which the NCP server objects of the OES server reside that can connect to the CIS server. Example: <context>o=acme</context> |
database_password |
Specify the MariaDB password. Example: <database_password>SAM23#$</database_password> |
database_uri |
Specify the IP address of the database server. Example: <database_uri>192.168.1.2:3306</database_uri> |
database_username |
Specify the MariaDB username. Example: <database_username>User</database_username> |
elastic_search_secure_mode |
Set this to ‘yes’ to enable secure communication. Example: <elastic_search_secure_mode>yes</elastic_search_secure_mode> |
elastic_search_uri |
Specify the IP address of the Elasticsearch server. Example: <elastic_search_uri>192.168.1.2:9400</elastic_search_uri> |
gateway_address |
Specify the IP address of the local host where CIS server is configured. Example: <gateway_address>192.168.1.2<gateway_address> |
kafka_secure_mode |
Set this to ‘yes’ to enable secure communication. Example: <kafka_secure_mode>yes</kafka_secure_mode> |
kafka_uri |
Specify the IP address of the Kafka server. Example: <kafka_uri>192.168.1.2:9092</kafka_uri> |
ldap_server |
Specify the IP address of the LADAP server. Example: <ldap_server>192.168.1.2:636</ldap_server> |
server_certificate |
Specify the path of the server certificate file issued by the eDirectory CA. Example: <server_certificate>/etc/ssl/servercerts/servercert.pem</server_certificate> |
server_key |
Specify the path of the key file associated with the server certificate Example: <server_key>/etc/ssl/servercerts/serverkey.pem</server_key> |
zookeeper_uri |
Specify the IP address of ZooKeeper. Example: <zookeeper_uri>192.168.1.2:2181</zookeeper_uri> |