[Samba] idmap_rid: could not convert sid to uid

Maarten de Boer mdeboer at iua.upf.es
Thu Apr 7 12:58:31 GMT 2005


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




More information about the samba mailing list