Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 1 | # login settings |
| 2 | login_method_backdoor = backdoor |
| 3 | login_method_attribute_name = login_method |
| 4 | login_method_csp = csp |
| 5 | login_method_web_junction = web_junction |
| 6 | |
| 7 | #login message |
| 8 | login.error.hrid.empty = Login failed, please contact system administrator. |
| 9 | login.error.hrid.not-found = User not found, please contact system administrator. |
| 10 | login.error.user.inactive = Account is disabled, please contact system administrator. |
| 11 | |
| 12 | authentication_mechanism = DBAUTH |
| 13 | |
| 14 | # User Session settings |
| 15 | user_attribute_name = user |
| 16 | roles_attribute_name = roles |
| 17 | role_functions_attribute_name = role_functions |
| 18 | |
| 19 | # POST settings |
| 20 | post_initial_context_factory = com.sun.jndi.ldap.LdapCtxFactory |
| 21 | post_provider_url = todo_ldap |
| 22 | post_security_principal = ou=people,o=org,c=us |
| 23 | post_max_result_size = 499 |
| 24 | |
| 25 | # menu settings |
| 26 | menu_query_name = menuData |
| 27 | application_menu_set_name = APP |
| 28 | application_menu_attribute_name = applicationMenuData |
| 29 | business_direct_menu_set_name = BD |
| 30 | business_direct_menu_attribute_name = businessDirectMenuData |
| 31 | |
| 32 | # Role settings |
| 33 | sys_admin_role_id = 1 |