1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Add Sunstone login for remote auth

(cherry picked from commit 3aa06894fa341215fb1d049e8e9c59fdc41f4422)
This commit is contained in:
lsimngar 2015-08-28 15:44:39 +02:00 committed by Javi Fontan
parent eff0e0d68e
commit a8f9fd38fc

View File

@ -19,7 +19,7 @@
<body>
<% if settings.config[:auth] == "x509" %>
<% if (settings.config[:auth] == "x509") || (settings.config[:auth] == "remote") %>
<%= erb :_login_x509 %>
<% else %>
<%= erb :_login_standard %>
@ -32,4 +32,4 @@
.
</div>
</body>
</html>
</html>