%! 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 isCloud = util.isCloud() authModeText = 'Splunk' if(authmode == "LDAP"): authModeText += " and LDAP" elif(authmode == "SAML"): authModeText += " and SAML" mfamode = 'none' if(duoConfig['enabled']): mfamode = 'duo' elif(rsaConfig['enabled']): mfamode = 'rsa' %>
${_('Select an authentication method. Splunk supports native authentication as well as the following external methods:')}
${_('Not available with external authentication such as SAML.')}