Skip to content

Commit 6946c63

Browse files
sirainencmouse
authored andcommitted
auth/ldap: Fix mail vs mail_path inconsistencies
1 parent 9978b0a commit 6946c63

File tree

1 file changed

+2
-2
lines changed
  • docs/core/config/auth/databases

1 file changed

+2
-2
lines changed

docs/core/config/auth/databases/ldap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ fields {
570570
}
571571
```
572572

573-
Create a `mail` field with value `maildir:/var/mail/<dir>/Maildir` where
573+
Create a `mail_path` field with value `/var/mail/<dir>/Maildir` where
574574
`<dir>` comes from "sAMAccountName" LDAP attribute:
575575

576576
```
@@ -580,7 +580,7 @@ fields {
580580
```
581581

582582
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`:
583+
create a "mail_path" field with value `/var/vmail/%d/%n/Maildir`:
584584

585585
```
586586
fields {

0 commit comments

Comments
 (0)