Skip to content

Commit d2e4454

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-5: Add LDAP FAQ
1 parent 9729f3a commit d2e4454

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@
6565

6666
* [Common problems](faq/common-problems.md)
6767
* [FAQ](faq/faq.md)
68+
* [Authentication](faq/authentication.md)

faq/authentication.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)