%! 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 %> % if not rolemapping_available and authmode == 'LDAP': <%helpers:message content="Your LDAP configuration is not returning any groups. Please check your LDAP configuration, changes to your LDAP configuration require that you reload the authentication configuration." level="error"/> % endif
${_("To switch your splunk server to use your LDAP authentication system, click Configure Splunk to work with LDAP. When you have successfully saved your LDAP configuration, you can setup mappings between the groups in your LDAP system and Splunk roles. If that mapping is not setup, you will have to login to the system using your failsafe username and password.")}
% if rolemapping_available: % endif${_("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