We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9729f3a commit d2e4454Copy full SHA for d2e4454
SUMMARY.md
@@ -65,3 +65,4 @@
65
66
* [Common problems](faq/common-problems.md)
67
* [FAQ](faq/faq.md)
68
+* [Authentication](faq/authentication.md)
faq/authentication.md
@@ -0,0 +1,9 @@
1
+# Authentication
2
+
3
+## LDAP authentication doesn't work
4
5
+Add the following env/config property and check your logs upon authentication:
6
7
+```
8
+LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_SECURITY_LDAP_USERDETAILS: "TRACE"
9
0 commit comments