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 9978b0a commit 6946c63Copy full SHA for 6946c63
docs/core/config/auth/databases/ldap.md
@@ -570,7 +570,7 @@ fields {
570
}
571
```
572
573
-Create a `mail` field with value `maildir:/var/mail/<dir>/Maildir` where
+Create a `mail_path` field with value `/var/mail/<dir>/Maildir` where
574
`<dir>` comes from "sAMAccountName" LDAP attribute:
575
576
@@ -580,7 +580,7 @@ fields {
580
581
582
You can add static fields that aren't looked up from LDAP. For example
583
-create a "mail" field with value `maildir:/var/vmail/%d/%n/Maildir`:
+create a "mail_path" field with value `/var/vmail/%d/%n/Maildir`:
584
585
586
fields {
0 commit comments