[cifs-discuss] cifs issues with W2K3 domain migrated users

2010-10-08 Thread Marvin Yoon
I have a  Nexenta box that is setup with CIFS and idmapping.  Drive mapping 
(from a WinXP/Win7 workstation) works great when I have a user that is created 
on the domain.  However, when trying to map a drive with a MIGRATED user, I 
always come up with the following error:

Oct  8 12:45:11 nex1 smbd[12888]: [ID 801593 daemon.error] 
smb_idmap_batch_getmappings: Not found
Oct  8 12:45:11 nex1 smbd[12888]: [ID 266262 daemon.error] ADS\testuser: idmap 
failed

Some packet tracing shows the Nexenta box replying with a bad password error.

Any clues on resolving this?
-- 
This message posted from opensolaris.org
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] cifs issues with W2K3 domain migrated users

2010-10-08 Thread Gordon Ross
You need to enable unresolvable SID mapping.

  svccfg -s idmap setprop config/unresolvable_sid_mapping = boolean: true
  svcadm refresh idmap
-- 
This message posted from opensolaris.org
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss