From: Rodney Green <[email protected]> Date: Wed, 3 Apr 2013 08:27:57 -0400
> My problem is that the SID to UID > mappings and permissions aren't carrying over to the new version. (snip) > Current config (3.0.33): > > [global] > > workgroup = domain (snip) > winbind separator = + > idmap uid = 10000-20000 > idmap gid = 10000-20000 > --------------------------------------------------------------------------- > New config (3.6.13): > > [global] > netbios name = test-samba > security = domain > realm = domain1.domain.com > password server = domain-server > idmap config * : backend = tdb > idmap config * : range = 10001-20000 > idmap config domain : backend = rid > idmap config domain : range = 10000-20000 > idmap config domain : base_rid = 0 > workgroup = domain (snip) > encrypt passwords = yes > winbind use default domain = yes > restrict anonymous = 2 > passdb backend = tdbsam Because you use default idmap (tdb) in Samba 3.0.33 and use idmap_rid for "domain" domain in Samba 3.6.13. If you use same mappings, use same winbindd_idmap.tdb file or manually set the mapping with using wbinfo command. --- TAKAHASHI Motonobu <[email protected]> / @damemonyo facebook.com/takahashi.motonobu -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
