16 Sep
2012
16 Sep
'12
6:20 p.m.
Carsten Laun-De Lellis carsten.delellis@delellis.net wrote:
user_attrs = home=/vmail/%d/%n,=uid=5000,=gid=5000
This should be
user_attrs = =home=/vmail/%d/%n,=uid=5000,=gid=5000
You need the = before "home" like you did with "uid" and "gid" because you are not assigning any LDAP attribute to home but are construction one yourself with %d and %n.
Or you can use the default_fields stanza in your userdb configuration to provide those values. user_attrs would then be empty.
Grüße, Sven.
-- Sigmentation fault. Core dumped.