Re: [cifs-discuss] Major issue with sharesmb property...

2010-08-12 Thread Alan Wright
Peter Taps wrote: Folks, sharesmb property can be used for three different purposes: # zfs sharesmb=on mypool/cifs1 - Just share # zfs sharesmb=name=cifs1 mypool/cifs1 - Set a friendly alias # zfs sharesmb=abe=true mypool/cifs1 - Turn abe on The problem is, there i

Re: [cifs-discuss] Access to CIFS share from WIN 7 (strange issue)

2010-08-12 Thread Erkan Zeki
/bin/chmod A=everyone@:full_set:fd:allow seems to have worked for me. Thank you Alan great work :) Erkan -- This message posted from opensolaris.org ___ cifs-discuss mailing list cifs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinf

[cifs-discuss] MS Terminal Services Profile issue

2010-08-12 Thread MichaelHoy
I have an OpenSolaris server (snv_134) offering network storage via CIFS to a small pilot group for testing prior to a larger roll-out. The server is a member of a MS AD and local Unix accounts are mapped explicitly on a one to one basis via idmap to their domain equivalents. The AD Domain User

Re: [cifs-discuss] MS Terminal Services Profile issue

2010-08-12 Thread MichaelHoy
Sorry, should have said Reapply the ownership of their personal file space using chmod. -- 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] MS Terminal Services Profile issue

2010-08-12 Thread Jordan Brown
MichaelHoy wrote: It almost as if the idmap for the individual is lost however, that appears to be contradicted by the fact that their conventional mapping and ACLs are always there and correct. Try $ idmap show -cv winname:@ unixuser If that returns the right result, idmap's relative

Re: [cifs-discuss] MS Terminal Services Profile issue

2010-08-12 Thread Alan Wright
Can you provide before and after examples for a home directory. Specifically, 'ls -lVd ' when things are working and also when it is not working (before you reapply ACL). Thanks, Alan ACL On 08/12/10 03:10 AM, MichaelHoy wrote: I have an OpenSolaris server (snv_134) offering network storage vi

Re: [cifs-discuss] MS Terminal Services Profile issue

2010-08-12 Thread MichaelHoy
$idmap show -cv winname:in...@ad.domain unixuser Returns... winuser:in...@ad.domain -> unixuser:inmh3 Source: Cache Method: Name Rule Rule: add winname:in...@ad.domain unixuser:inmh3 and that looks correct to me. This user has just had an issue with the TS Profile so I've ran $chown -R in

Re: [cifs-discuss] MS Terminal Services Profile issue

2010-08-12 Thread MichaelHoy
The ACL dosen't change before or after the error. Example below. $ pfexec /usr/bin/ls -lVd /pstaff/home/inmh3 d-+ 64 root root 131 Aug 12 14:52 /pstaff/home/inmh3 user:root:rwxpdDaARWcCos:fd-:allow user:inmh3:rwxpdDaARWcCos:fd-:allow The owne

Re: [cifs-discuss] MS Terminal Services Profile issue

2010-08-12 Thread Alan Wright
What OS version are you running? If you are running snv_134, it should be okay to use owner@, which would make this appear as: drwx--+ 64 root root 131 Aug 12 14:52 /pstaff/home/inmh3 owner@:rwxpdDaARWcCos:fd-:allow user:inmh3:rwxpdDaARWcCos:fd--