Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-28 Thread Brogyányi József
Hi Here is my version. It works for me from win7,Linux Mint,Lubuntu... zfs create nasi/joe### Not need to issue. zfs list### Not need to issue. chown -R joe:staff /nasi/joe smbadm join -w WORKGROUP### workgroup is a default in win :) Successfully joined workgroup 'WORKGROUP' nano /etc/pam.conf

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-27 Thread Harry Putnam
Marc Jakob m...@planet-sun.net writes: I found a good step by step instruction which I used years ago and it worked pretty well: https://blogs.oracle.com/timthomas/entry/solaris_cifs_in_workgroup_mode hope this helps, [...] Thanks for the input. I actually used that reference page while

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-27 Thread Harry Putnam
Marc Jakob m...@planet-sun.net writes: Is the OI cifs server running in domain or workgroup mode? I'm not sure how I would prove which for this post.. Is there a command that would reveal that information? I did go thru the procedure to join a workgroup called 'home' that my windows boxes

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-27 Thread Robbie Crash
What is the full logon name you are providing to OI? Have you attempted to use OI Hostname\reader I've created an account named lusr locally on one of my Windows boxes, and on my OI server Thoth with the same password on each. When I log in to a Windows box locally, and attempt to access my music

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-26 Thread John D Groenveld
In message 52439fd6.60...@gnaa.net, Geoff Nordli writes: The format of your username should be host_name\user_name One thing you can try is enable guest access: https://blogs.oracle.com/afshinsa/entry/how_to_enable_guest_access IIRC I had to use the idmap(1M) add -d option: # idmap add -d

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-26 Thread Marc Jakob
I found a good step by step instruction which I used years ago and it worked pretty well: https://blogs.oracle.com/timthomas/entry/solaris_cifs_in_workgroup_mode hope this helps, Marc Am 25.09.2013 um 20:43 schrieb Harry Putnam rea...@newsguy.com: Maybe someone can offer a brief outline

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-26 Thread Marc Jakob
Is the OI cifs server running in domain or workgroup mode? regards, marc Am 25.09.2013 um 22:29 schrieb Harry Putnam rea...@newsguy.com: Harry Putnam rea...@newsguy.com writes: Harry Putnam rea...@newsguy.com writes: Maybe someone can offer a brief outline of how one is to access

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Harry Putnam
Harry Putnam rea...@newsguy.com writes: Maybe someone can offer a brief outline of how one is to access shares on an OI machine from windows 7 based hosts? The share has sharesmb on and named but I'm not able to access it from windows 7. Entering the username and passwd of shares owner into

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Harry Putnam
Harry Putnam rea...@newsguy.com writes: Harry Putnam rea...@newsguy.com writes: Maybe someone can offer a brief outline of how one is to access shares on an OI machine from windows 7 based hosts? The share has sharesmb on and named but I'm not able to access it from windows 7. Entering

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Rich
At a guess, if you don't have the OI box joined to the AD domain, it's going to map any users you haven't explicitly specified in idmap to guest. So that would be your issue there, at least. - Rich On Wed, Sep 25, 2013 at 4:29 PM, Harry Putnam rea...@newsguy.com wrote: Harry Putnam

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Dylan Distasio
Harry- I'm not an expert here, but I have successfully shared my OI home server shares with my Windows 7 PC. In addition to set sharesmb=on which it sounds like you have already done, you will also need to do: sudo smbpasswd yourwindowsusername It will prompt you to set a password for samba.

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Robbie Crash
You may also need to authenticate with username@OIHOST or OIHOST\username rather than just with username since Windows will try to use guest if not prompted, or windowsuser@windowshost or domain\windowsuser For example, when I access my admin shares on my OI box, they're tied to a robbieadmin

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Harry Putnam
Dylan Distasio interz...@gmail.com writes: Harry- I'm not an expert here, but I have successfully shared my OI home server shares with my Windows 7 PC. In addition to set sharesmb=on which it sounds like you have already done, you will also need to do: sudo smbpasswd yourwindowsusername

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Rich
You don't _need_ an AD domain for it, but you probably need a method of mapping users between your Windows host and your Solaris host. The errors in your log say that you have guest access disabled - what account are you attempting to use to access the shares? Is it one local to the OI host, a

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Alex Smith (K4RNT)
You might want to change the sharesmb property to sharecifs. Man pages might be of use here. I've done it with the sharecifs property instead of smb. On Wed, Sep 25, 2013 at 8:13 PM, Harry Putnam rea...@newsguy.com wrote: Rich rerc...@acm.jhu.edu writes: At a guess, if you don't have the OI

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Harry Putnam
Rich rerc...@acm.jhu.edu writes: You don't _need_ an AD domain for it, but you probably need a method of mapping users between your Windows host and your Solaris host. The errors in your log say that you have guest access disabled - what account are you attempting to use to access the

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Harry Putnam
Alex Smith (K4RNT) shadowhun...@gmail.com writes: You might want to change the sharesmb property to sharecifs. Man pages might be of use here. I've done it with the sharecifs property instead of smb. Well, thats a new one on me zfs get all has nothing to say about cifs. And in fact `man

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Geoff Nordli
On 13-09-25 06:03 PM, Harry Putnam wrote: Rich rerc...@acm.jhu.edu writes: You don't _need_ an AD domain for it, but you probably need a method of mapping users between your Windows host and your Solaris host. The errors in your log say that you have guest access disabled - what account are

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Alex Smith (K4RNT)
Sorry bout that, I'm scouring the documentation now and I can't find the sharecifs property. Maybe I'm out of practice. Here's a link to some documentation from Oracle for Solaris 11 re: SMB and Windows interoperability. Maybe it'll be a little more helpful: