{% extends 'generic/_base.html' %}
{% load i18n form_helpers %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
{% if ldap_file_active %}
{% trans "Legacy file-based ldap_config.py is active when AUTH_LDAP_SERVER_URI is set. This fallback exists for compatibility; Admin → Authentication → LDAP / OIDC is the primary management path." %}
{% endif %}
{% if env_overrides.bind_password %}
{% trans "NETBOX_LDAP_BIND_PASSWORD is set in the environment. The bind password field is read-only in the UI; runtime uses the environment value." %}