diff options
Diffstat (limited to 'ccsdk-app-os/src/main/webapp')
-rw-r--r-- | ccsdk-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties | 1 | ||||
-rw-r--r-- | ccsdk-app-os/src/main/webapp/WEB-INF/jsp/login_external.jsp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ccsdk-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties b/ccsdk-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties index 881fdd1..01ba9f7 100644 --- a/ccsdk-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties +++ b/ccsdk-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties @@ -44,6 +44,7 @@ user_attribute_name = user # User Session settings roles_attribute_name = roles role_functions_attribute_name = role_functions +role_function_list = role_function_list # POST settings post_initial_context_factory = com.sun.jndi.ldap.LdapCtxFactory diff --git a/ccsdk-app-os/src/main/webapp/WEB-INF/jsp/login_external.jsp b/ccsdk-app-os/src/main/webapp/WEB-INF/jsp/login_external.jsp index a31937c..e023929 100644 --- a/ccsdk-app-os/src/main/webapp/WEB-INF/jsp/login_external.jsp +++ b/ccsdk-app-os/src/main/webapp/WEB-INF/jsp/login_external.jsp @@ -77,7 +77,7 @@ </head>
<body>
<div class="login">
- <img src="app/oom/images/onap_logo_2257x496.png" style="height: 150px;" />
+ <img src="app/ccsdk/images/onap_logo_2257x496.png" style="height: 150px;" />
<h2>
<%=appDisplayName%>
</h2>
|