From e92ff832cf993db876f22b2d27562fedf59f5043 Mon Sep 17 00:00:00 2001 From: Tarun Tej Velaga Date: Mon, 24 Jul 2017 17:13:43 +0000 Subject: [Policy-52, Policy-92, Policy-93] Policy Enhancements and bugfixes Change-Id: I5675cf4527e17963b3142cf7184c0df31a766197 Signed-off-by: Tarun Tej Velaga --- ECOMP-SDK-APP/src/main/webapp/WEB-INF/fusion/conf/fusion.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ECOMP-SDK-APP') diff --git a/ECOMP-SDK-APP/src/main/webapp/WEB-INF/fusion/conf/fusion.properties b/ECOMP-SDK-APP/src/main/webapp/WEB-INF/fusion/conf/fusion.properties index 25465cb1c..7140d35fb 100644 --- a/ECOMP-SDK-APP/src/main/webapp/WEB-INF/fusion/conf/fusion.properties +++ b/ECOMP-SDK-APP/src/main/webapp/WEB-INF/fusion/conf/fusion.properties @@ -1,6 +1,7 @@ # login settings login_method_backdoor = backdoor login_method_attribute_name = login_method +login_method_csp = csp #login message login.error.hrid.empty = Login failed, please contact system administrator. @@ -11,6 +12,8 @@ login.error.user.inactive = Account is disabled, please contact system administr user_attribute_name = user roles_attribute_name = roles role_functions_attribute_name = role_functions +authentication_mechanism = BOTH +role_function_list = role_function_list # Import-user LDAP settings post_initial_context_factory = com.sun.jndi.ldap.LdapCtxFactory -- cgit 1.2.3-korg