I just found the problem, I had both idmap uid/gid and winbind uid/gid specified, and with ranges that caused problems.
> idmap uid = 500-10000000 > idmap gid = 500-10000000 > winbind uid = 10000-20000 > winbind gid = 10000-20000 I changed it to idmap backend = idmap_rid:IUATST4W=30000-40000 idmap uid = 30000-40000 idmap gid = 30000-40000 and it works perfectly. maarten -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
