Mike,

You want user bob to have uid 10002 and gid 500 but you've got:

     idmap uid = 100-20000
     idmap gid = 100-20000

which will make winbindd map uid starting at 100 and gid's starting at 100.

I think you want to change these lines to

        idmap uid = 10000-20000
        idmap gid = 500-1000

Have you also got winbind enum users = yes and winbind enum groups = yes in
your [global] section of smb.conf?

Regards,

Jamin
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to