Aharoni, Pavel (pa0916) | ca3cb01 | 2018-10-22 15:29:57 +0300 | [diff] [blame] | 1 | # login settings
|
| 2 | login_method_backdoor = backdoor
|
| 3 | login_method_web_junction = login_method_web_junction
|
| 4 | login_method_csp = login_method_csp
|
| 5 | login_method_attribute_name = login_method
|
| 6 | authentication_mechanism = BOTH
|
| 7 | role_function_list = role_funcion_list
|
| 8 |
|
| 9 | #login message
|
| 10 | login.error.hrid.empty = Login failed, please contact system administrator.
|
| 11 | login.error.hrid.not-found = User not found, please contact system administrator.
|
| 12 | login.error.user.inactive = Account is disabled, please contact system administrator.
|
| 13 |
|
| 14 | # User Session settings
|
| 15 | user_attribute_name = user
|
| 16 | roles_attribute_name = roles
|
| 17 | role_functions_attribute_name = role_functions
|
| 18 | #client_device_attribute_name = client_device
|
| 19 | #client_device_emulation = false
|
| 20 |
|
| 21 | # Import-user LDAP settings
|
| 22 | post_initial_context_factory = com.sun.jndi.ldap.LdapCtxFactory
|
| 23 | post_provider_url = ldap://ldap.mycompany.com:389
|
| 24 | post_security_principal = ou=people,o=mycompany,c=us
|
| 25 | post_max_result_size = 499
|
| 26 |
|
| 27 | # menu settings
|
| 28 | menu_query_name = menuData
|
| 29 | #menu_properties_file_location = /WEB-INF/fusion/menu/
|
| 30 | application_menu_set_name = APP
|
| 31 | application_menu_attribute_name = applicationMenuData
|
| 32 | #application_menu_properties_name = menu.properties
|
| 33 | business_direct_menu_set_name = BD
|
| 34 | #business_direct_menu_properties_name = bd.menu.properties
|
| 35 | business_direct_menu_attribute_name = businessDirectMenuData
|
| 36 |
|
| 37 | # RAPTOR config settings
|
| 38 | #raptor_config_file_path = /WEB-INF/conf/
|
| 39 |
|
| 40 | # Role settings
|
| 41 | sys_admin_role_id = 1
|
| 42 | #sys_admin_role_function_delete_from_ui = true
|
| 43 |
|
| 44 | # Profile Search settings
|
| 45 | #profile_search_report_id=181
|
| 46 | #callable_profile_search_report_id=386
|