diff options
author | Tarun Tej Velaga <tt3868@att.com> | 2017-07-24 17:13:43 +0000 |
---|---|---|
committer | Tarun Tej Velaga <tt3868@att.com> | 2017-07-25 14:23:59 +0000 |
commit | e92ff832cf993db876f22b2d27562fedf59f5043 (patch) | |
tree | 47429eeaaf4241905d7ea1f71dbdb5c2d0504618 /ECOMP-SDK-APP/src/main/webapp/WEB-INF/fusion/conf | |
parent | 570290dc6ba8198e653022c2f6f8e5d01cfa8d1b (diff) |
[Policy-52, Policy-92, Policy-93] Policy Enhancements and bugfixes
Change-Id: I5675cf4527e17963b3142cf7184c0df31a766197
Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
Diffstat (limited to 'ECOMP-SDK-APP/src/main/webapp/WEB-INF/fusion/conf')
-rw-r--r-- | ECOMP-SDK-APP/src/main/webapp/WEB-INF/fusion/conf/fusion.properties | 3 |
1 files changed, 3 insertions, 0 deletions
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 |