Browse Source

set homeDirectory from ldap vdhome value

static_group_user_dovecot
Edoardo Putti 9 years ago
parent
commit
b547c59643
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      roles/dovecot/templates/dovecot-ldap.conf.ext.j2

+ 3
- 0
roles/dovecot/templates/dovecot-ldap.conf.ext.j2 View File

@ -31,3 +31,6 @@ scope = subtree
# ldap filter, return an entity that is a virtual mail account
user_filter = (&(objectClass=VirtualMailAccount)(mail=%n)(accountActive=TRUE)(delete=FALSE))
# when using global uid/gid use this
users_attrs = homeDirectory=vdhome

Loading…
Cancel
Save