%! title = 'Splunk Admin Authentication Control' %> <%namespace name="lib" file="//lib.html" import="*"/> <%namespace name="helpers" file="_helpers.html"/> <%inherit file="//layout/admin.html"/> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n sessionId = cherrypy.session.id %>
${_('Splunk can use multiple authentication methods for access. The default Splunk auth is always on.')}
${_('Current auth system is: ')}${authmode == "LDAP" and _('LDAP and Splunk') or _('Splunk')}.
${_("To switch your Splunk server to use your LDAP authentication system, click Configure Splunk to use LDAP and map groups. When you have successfully saved and enabled an LDAP configuration, you can authorize groups on that LDAP server to login by mapping them to Splunk roles.")}
${_("To switch to the default splunk authentication system, click the big green button.")}
% else:${_("You are currently using the Splunk authentication system. To switch to LDAP, select LDAP above.")} % endif