Hi, I am trying to add a Fedora Core 5 Samba server to a Windows NT 4.0 Domain. The whole purpose is so that I can create shared folders for all the different users on the domain. I would like all user authentication to be handled by our PDC and BDC's so no local users will have to be created on the Fedora Samba Server. So far I have succesfully added the samba server to the domain as a member. The problem i am having now is how to configure samba so that it can authenticate the users to the PDC/BDC's and create permissions on the file shares so they can access the shares.
So far this is what my smbconfig looks like.
;Begin
[global]
security = domain
workgroup = cmh
encrypt passwords = yes
password server = *
username map = /etc/samba/smbusers
hosts allow = 10.1.
hosts deny = all
log file = /var/log/samba/%m.smbd
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
[Share]
comment = Test Share
path = /share
public = yes
writeable = yes
browseable = yes
;End
I created the share with access for everyone but it does not seem to work. When i try to connect from a Windows XP SP2 machine it asks for a login and password. I can only login with root and even when i do that i am not allowed to create any files on the share. Please give me any advice you can I am new to Samba.
So far this is what my smbconfig looks like.
;Begin
[global]
security = domain
workgroup = cmh
encrypt passwords = yes
password server = *
username map = /etc/samba/smbusers
hosts allow = 10.1.
hosts deny = all
log file = /var/log/samba/%m.smbd
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
[Share]
comment = Test Share
path = /share
public = yes
writeable = yes
browseable = yes
;End
I created the share with access for everyone but it does not seem to work. When i try to connect from a Windows XP SP2 machine it asks for a login and password. I can only login with root and even when i do that i am not allowed to create any files on the share. Please give me any advice you can I am new to Samba.