Attribute Name |
Description |
---|---|
admin_alias |
Specify the iFolder administrator name. Example: <admin_alias>/admin</admin_alias> |
alternate_ldap_admin |
Specify the admin user for the alternate LDAP source. Example: <alternate_ldap_admin>cn=admin,o=acme</alternate_ldap_admin> |
alternate_ldap_admin_password |
Specify the admin password for the alternate LDAP source. Example: <alternate_ldap_admin_password>SAM23#$</alternate_ldap_admin_password> |
alternate_ldap_port |
Specify the LDAP port for the alternate LDAP source. Example: <alternate_ldap_port>389</alternate_ldap_port> |
alternate_secure_ldap_port |
Specify the LDAP secure port for the alternate LDAP source. Example: <alternate_secure_ldap_port>636</alternate_secure_ldap_port> |
data_path |
Specify the iFolder data store path where all the iFolder related data is stored like database, managed iFolder data and unmanaged iFolder data. Example: <data_path>/var/simias/data</data_path> |
do_server_config |
Set it to 'yes' when you want to perform server configuration. Example: <do_server_config>yes</do_server_config> |
do_webacc_config |
Set it to 'yes' when you want to perform web access configuration. Example: <do_webacc_config>yes</do_webacc_config> |
do_webadmin_config |
Set it to 'yes' when you want to perform web administration configuration. Example: <do_webadmin_config>yes</do_webadmin_config> |
groups_plugin |
Set it to 'yes' when you want to enable LDAP groups plugin. Example: <groups_plugin>no</groups_plugin> |
ifolder_admin_context |
Specify the LDAP context where the iFolder administrator context is present. Example: <ifolder_admin_context>cn=admin,o=acme</ifolder_admin_context> |
ifolder_admin_password |
Specify the LDAP password for the admin context used as <ifolder_admin_context> tag. Example: <ifolder_admin_password>SAM23#$</ifolder_admin_password> |
ifolder_port |
Specify the HTTP port in which iFolder service has to listen. Example: <ifolder_port config:type="integer">443</ifolder_port> |
ldap_proxy_user |
Specify the LDAP proxy user DN used by iFolder for administrator related operations. It can be the OES common proxy as well. Example: <ldap_proxy_user>cn=OESCommonProxy_wdcwgpcminstall34,o=acme</ldap_proxy_user> |
ldap_search_context |
Specify a list of LDAP context that is used for the iFolder user authentication. Example: <ldap_search_context config:type="list"> <listentry>ou=wdc,o=acme</listentry></ldap_search_context> |
ldap_server |
Specify the LDAP server IP address or DNS name used by the iFolder server. Example: <ldap_server>192.168.1.1</ldap_server> |
master_address |
Specify the iFolder Master server IP address or DNS name. Example: <master_address>192.168.1.1</master_address> |
naming_attribute |
Specify the LDAP attribute used as the unique identifier for login. Example: <naming_attribute>cn</naming_attribute> |
private_url |
Specify the URL or IP address used by the iFolder server or multi-server configuration. This is also used for Web Access/Admin to communicate. Example: <private_url>164.99.100.34</private_url> |
proxy_password |
Specify the LDAP proxy password. If OES common proxy is used, then specify the password of the common proxy. Example: <proxy_password>SAM23#$</proxy_password> |
public_url |
Specify the URL or IP address used by the iFolder clients to communicate with the iFolder server. Example: <public_url>164.99.100.34</public_url> |
recovery_path |
Specify the path in the server where the Encryption key recovery file is stored. Example: <recovery_path>/var/simias/data/simias</recovery_path> |
server_name |
Specify the name of the iFolder server. This can be the DNS name of the IP used or the local server name. Example: <server_name>acme-208</server_name> |
slave_server |
Set it to 'yes' when the configuration is for a slave server. Example: <slave_server>no</slave_server> |
system_description |
Specify a description that explains the current server's role. Example: <system_description>iFolder Enterprise System Sales Team</system_description> |
system_name |
Specify the name given to the iFolder System Domain. Example: <system_name>AcmeiFolder</system_name> |
use_alternate_ldap_server |
Set it to 'yes' if an alternate LDAP server is present. Example: <use_alternate_ldap_server>no</use_alternate_ldap_server> |
use_ldap_ssl |
Set it to 'yes' if LDAP communication is via SSL-enabled protocol. Example: <use_ldap_ssl>yes</use_ldap_ssl> |
use_ssl |
Represents if the iFolder communication is via SSL, non-ssl or both. Example:
|
web_acc_connect_port |
Specify the port for web Access. Example: <web_acc_connect_port config:type="integer">443</web_acc_connect_port> |
web_acc_logout_url |
Specify the URL to redirect when a Web Access log out occurs. So that the session, used by Access Manager enabled products, can be safely terminated. Example: <web_acc_logout_url></web_acc_logout_url> |
web_acc_server_ip |
Specify the IP or DNS used by the Web Access server. Example: <web_acc_server_ip>192.168.1.1</web_acc_server_ip> |
web_acc_use_ssl |
Set it to 'yes' if Web Access should use SSL for communication with the iFolder server. Example: <web_acc_use_ssl>yes</web_acc_use_ssl> |
web_acc_use_ssl_browser |
Set it to 'yes' if browser should use SSL for communication with the Web Access. Example: <web_acc_use_ssl_browser>yes</web_acc_use_ssl_browser> |
web_admin_connect_port |
Specify the port used by the Web Administration server. Example: <web_admin_connect_port config:type="integer">443</web_admin_connect_port> |
web_admin_logout_url |
Specify the URL to redirect when a Web Administration log out occurs. So that the session, used by Access Manager enabled products, can be safely terminated. Example: <web_admin_logout_url></web_admin_logout_url> |
web_admin_server_ip |
Specify the IP or DNS used by the Web Admin server. Example: <web_admin_server_ip>164.99.100.34</web_admin_server_ip> |
web_admin_use_ssl |
Set it to 'yes' if Web Administration should use SSL for communication with the iFolder server. Example: <web_admin_use_ssl>yes</web_admin_use_ssl> |
web_admin_use_ssl_browser |
Set it to 'yes' if browser should use SSL for communication with the Web Administration. Example: <web_admin_use_ssl_browser>yes</web_admin_use_ssl_browser> |
web_alias |
Specify the Apache alias used by the Web Access or Web Administration. Example: <web_alias>/ifolder</web_alias> |