diff --git a/website/docs/providers/ldap/index.md b/website/docs/providers/ldap/index.md
index 7163bb2dd..a2cf4f490 100644
--- a/website/docs/providers/ldap/index.md
+++ b/website/docs/providers/ldap/index.md
@@ -16,6 +16,10 @@ You can configure under which base DN the information should be available. For t
Users are available under `ou=users,` and groups under `ou=groups,`. To aid compatibility, each user belongs to its own "virtual" group, as is standard on most Unix-like systems. This group does not exist in the authentik database, and is generated on the fly. These virtual groups are under the `ou=virtual-groups,` DN.
+:::info
+Note: Every LDAP provider needs to have a unique base DN. You can achieve this by prepending an application-specific OU or DC. e.g. `OU=appname,DC=ldap,DC=goauthentik,DC=io`
+:::
+
The following fields are currently sent for users:
- `cn`: User's username