Skip to content

Commit b6660a4

Browse files
sirainencmouse
authored andcommitted
passwd: Remove default vmail from uid/gid
passwd always has uid/gid - there's no point giving a default value.
1 parent 24441ce commit b6660a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ the fields to be imported need to be explicitly defined.
5151
userdb passwd {
5252
fields_import_all = no
5353
fields {
54-
uid = %{passwd:uid:vmail}
55-
gid = %{passwd:gid:vmail}
54+
uid = %{passwd:uid}
55+
gid = %{passwd:gid}
5656
home = /var/mail/%{user | username}
5757
mail_driver = maildir
5858
mail_path = /var/mail/%{user | username}/Maildir

0 commit comments

Comments
 (0)