I'm configuring cifs with active directory. -bash-3.2# smbadm list security mode: domain domain name: HCSFLAWFIRM
Initially, i used the default ephemeral mapping and mounted the share with a windows client. I can see the map and confirmed the created files matched that id. Now I want to map all winusers to a single unixuser and unixgroup, so I added two rules: -bash-3.2# idmap list add -d winuser:*[email protected] unixuser:hero add -d wingroup:*[email protected] unixgroup:staff I have not rebooted. The problem is that the previously emphemerally mapped users won't obey the new rule. Must I reboot? Is there another way to purge the idmap cache? Or have I got it all wrong? -bash-3.2# idmap dump -n winuser:[email protected] == uid:2147483650 winuser:[email protected] == uid:2147483651 wingroup:Administrators == gid:2147516418 gsid:S-1-5-21-3175532399-1208509113-2856896884-189793120-2147483658 == unixgroup:staff usid:S-1-5-21-3175532399-1208509113-2856896884-189793120-1101 == unixuser:hero winuser:[email protected] == uid:2147483649 wingroup:Domain [email protected] == gid:2147516421 wingroup:Authenticated Users == gid:2147516419 wingroup:Network == gid:2147516420 -- This message posted from opensolaris.org _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
