{% extends 'generic/_base.html' %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% trans "Configure LDAP for username and password sign-in, or OpenID Connect for SSO buttons on the login page. Changes apply immediately after save (no restart)." %}
{% if enterprise_auth.ldap.enabled %} {% trans "Status: enabled" %} {% else %} {% trans "Status: disabled" %} {% endif %}
{% trans "Configure LDAP" %}{% if enterprise_auth.oidc.enabled %} {% trans "Status: enabled" %} {% else %} {% trans "Status: disabled" %} {% endif %}
{% trans "Configure OIDC" %}