Link to home
Start Free TrialLog in
Avatar of wildminduk
wildminduk

asked on

Access Rhel 6 Samba share from Windows

I have RHEL 6 and I've installed Samba.

I want to access a share from the RHEL 6 box from Windows clients using a specific AD User ID.

I've installed Kerberos and tested that I can log onto the domain from the RHEl box, which isn't a member of the domain.
I've configured a very basic share in Samba;
#Tranfer Share for PROM and PIM
      [transfer]
      comment = Prom Transfer
      path = /apps/transfer
      guest ok = yes
      public = yes
      writeable = Yes
What are my next steps to get an AD user access to this, in the simpliest way?

Thanks
Avatar of legolasthehansy
legolasthehansy

Check if \\redhat host\transfer is accessible from the SMB command line

smbclient \\\\redhat host\transfer passwd
You should get something similar to a dos prompt. If you are then try from the windows box and see if you are able to access the shares

Check the logs if you see errors
ASKER CERTIFIED SOLUTION
Avatar of mohansahu
mohansahu
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial