UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / WEB-INF / fusion / conf / fusion.properties
1 # login settings
2 login_method_backdoor       = backdoor
3 login_method_attribute_name = login_method
4
5 # These properties will be removed after SingleSignOnController is cleaned
6 authentication_mechanism = BOTH
7 login_method_csp            = csp
8 login_method_web_junction   = web_junction
9
10 #login message
11 login.error.hrid.empty = Login failed, please contact system administrator.
12 login.error.hrid.not-found = User not found, please contact system administrator.
13 login.error.user.inactive = Account is disabled, please contact system administrator.
14
15 # User Session settings
16 user_attribute_name           = user
17 roles_attribute_name          = roles
18 role_function_list = role_function_list
19 role_functions_attribute_name = role_functions
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 application_menu_set_name            = APP
30 application_menu_attribute_name      = applicationMenuData
31 business_direct_menu_set_name        = BD
32 business_direct_menu_attribute_name  = businessDirectMenuData
33
34 # Role settings
35 sys_admin_role_id = 1