Aharoni, Pavel (pa0916) | ca3cb01 | 2018-10-22 15:29:57 +0300 | [diff] [blame^] | 1 | # domain settings
|
| 2 | #domain_class_location = com.att.fusion.domain.
|
| 3 |
|
| 4 | # validator settings
|
| 5 | #default_error_message = Default error message
|
| 6 |
|
| 7 | # login settings
|
| 8 | login_method_csp = csp
|
| 9 | login_method_web_junction = web_junction
|
| 10 | login_method_backdoor = backdoor
|
| 11 | login_method_attribute_name = login_method
|
| 12 |
|
| 13 | #login message
|
| 14 | login.error.hrid.empty = Login failed, please contact system administrator.
|
| 15 | login.error.hrid.not-found = User not found, please contact system administrator.
|
| 16 | login.error.user.inactive = Account is disabled, please contact system administrator.
|
| 17 |
|
| 18 | # CSP settings
|
| 19 | csp_cookie_name = attESSec
|
| 20 | csp_gate_keeper_data_key = MgmtSysCtr
|
| 21 | csp_gate_keeper_prod_key = PROD
|
| 22 | csp_login_url = https://www.e-access.att.com/empsvcs/hrpinmgt/pagLogin/?sysName=MgmtSysCtr&retURL=
|
| 23 | csp_logout_url = https://www.e-access.att.com/empsvcs/hrpinmgt/pagLogout/?retURL=
|
| 24 |
|
| 25 | authentication_mechanism = BOTH
|
| 26 |
|
| 27 | #csp_gate_keeper_prod_key = DEVL
|
| 28 | user_attribute_name = user
|
| 29 | #csp_login_url = https://www.e-access.att.com/empsvcs/hrpinmgt/pagLogin/?sysName=MgmtSysCtr&retURL=
|
| 30 | #csp_logout_url = https://webtest.csp.att.com/empsvcs/hrpinmgt/pagLogout/?retURL=
|
| 31 |
|
| 32 | # Web Junction settings
|
| 33 | #web_junction_user_id_header_name = iv-user
|
| 34 |
|
| 35 | # User Session settings
|
| 36 | #user_attribute_name = user
|
| 37 | roles_attribute_name = roles
|
| 38 | role_functions_attribute_name = role_functions
|
| 39 | role_function_list = role_function_list
|
| 40 | #client_device_attribute_name = client_device
|
| 41 | #client_device_emulation = false
|
| 42 | #client_device_type_to_emulate = com.att.fusion.web.clientdevice.mobile.IPhoneDevice
|
| 43 |
|
| 44 | # POST settings
|
| 45 | post_initial_context_factory = com.sun.jndi.ldap.LdapCtxFactory
|
| 46 | post_provider_url = ldap://ldap.webphone.att.com:389
|
| 47 | post_security_principal = ou=people,o=att,c=us
|
| 48 | post_max_result_size = 499
|
| 49 |
|
| 50 | # menu settings
|
| 51 | menu_query_name = menuData
|
| 52 | #menu_properties_file_location = /WEB-INF/fusion/menu/
|
| 53 | application_menu_set_name = APP
|
| 54 | application_menu_attribute_name = applicationMenuData
|
| 55 | #application_menu_properties_name = menu.properties
|
| 56 | business_direct_menu_set_name = BD
|
| 57 | #business_direct_menu_properties_name = bd.menu.properties
|
| 58 | business_direct_menu_attribute_name = businessDirectMenuData
|
| 59 |
|
| 60 | # RAPTOR config settings
|
| 61 | #raptor_config_file_path = /WEB-INF/conf/
|
| 62 |
|
| 63 | # Role settings
|
| 64 | sys_admin_role_id = 1
|
| 65 | #sys_admin_role_function_delete_from_ui = true
|
| 66 |
|
| 67 | # Profile Search settings
|
| 68 | #profile_search_report_id=181
|
| 69 | #callable_profile_search_report_id=386
|