diff --git a/public/app/features/admin/ldap/LdapSettingsPage.tsx b/public/app/features/admin/ldap/LdapSettingsPage.tsx
index 5d5e4885714..cc0cf54015c 100644
--- a/public/app/features/admin/ldap/LdapSettingsPage.tsx
+++ b/public/app/features/admin/ldap/LdapSettingsPage.tsx
@@ -218,9 +218,19 @@ export const LdapSettingsPage = () => {
);
+ const disabledFormAlert = (
+
+
+ Your LDAP configuration is not working because the basic login form is currently disabled. Please enable the
+ login form to use LDAP authentication. You can enable it on the Authentication page under “Auth settings”.
+
+
+ );
+
return (
+ {config.disableLoginForm && disabledFormAlert}