diff --git a/Documentation/connectors/ldap.md b/Documentation/connectors/ldap.md
index 0a0813c75109b4cb394dab2fcde556c8274c84ae..0ab8703aa82b9d99c6600120c6a2bc594a253dd1 100644
--- a/Documentation/connectors/ldap.md
+++ b/Documentation/connectors/ldap.md
@@ -43,6 +43,8 @@ Dex currently allows insecure connections because the project is still verifying
 
 User entries are expected to have an email attribute (configurable through `emailAttr`), and a display name attribute (configurable through `nameAttr`). `*Attr` attributes could be set to "DN" in situations where it is needed but not available elsewhere, and if "DN" attribute does not exist in the record.
 
+For the purposes of configuring this connector, "DN" is case-sensitive and should always be capitalised.
+
 The following is an example config file that can be used by the LDAP connector to authenticate a user.
 
 ```yaml