{% extends 'generic/_base.html' %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% if ldap_file_active %} {% endif %}

{% 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)." %}

{% trans "LDAP" %}

{% if enterprise_auth.ldap.enabled %} {% trans "Status: enabled" %} {% else %} {% trans "Status: disabled" %} {% endif %}

{% trans "Configure LDAP" %}
{% trans "Templates (form only)" %} {% trans "Active Directory" %} {% trans "FreeIPA" %}

{% trans "OpenID Connect" %}

{% if enterprise_auth.oidc.enabled %} {% trans "Status: enabled" %} {% else %} {% trans "Status: disabled" %} {% endif %}

{% trans "Configure OIDC" %}
{% endblock %}