Carsten Laun-De Lellis <[email protected]> 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.

Reply via email to