artfulbodger
Technical User
Help!
I am slowly making my way through setting up a Linux 9 Server with Samba 3.0.10 as a PDC for a small office (5 computers). I know, seems like a big project for a small office, but I have "sales people" logging into this server and I NEED to authenticate these guys and ensure they are not roaming where they don't belong.
Anyway.... Samba is working. I can see and access shares (read/write) from XP to Linux and vice versa. However, when I try to log in to the Domain, it gives me the message "Access Denied."
I have created a user and added it to smbpasswd
I also created the machine and added it to smbpasswd
(Can you tell I have been reading these forums?)
Everything seems to be in place, but I just don't know what I am missing at this point. Any help or a point in a direction would be great!
My smb.conf file is as follows:
# Global parameters
[global]
workgroup = STSI-NET
server string = %n --- SambaServer %v
log level = 2
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
domain logons = Yes
os level = 64
preferred master = Yes
domain master = Yes
[homes]
comment = Home Directories
read only = No
browseable = No
[netlogon]
path = /home/netlogon
write list = @admins
guest ok = Yes
[profiles]
path = /home/profiles
read only = No
guest ok = Yes
profile acls = Yes
browseable = No
I am slowly making my way through setting up a Linux 9 Server with Samba 3.0.10 as a PDC for a small office (5 computers). I know, seems like a big project for a small office, but I have "sales people" logging into this server and I NEED to authenticate these guys and ensure they are not roaming where they don't belong.
Anyway.... Samba is working. I can see and access shares (read/write) from XP to Linux and vice versa. However, when I try to log in to the Domain, it gives me the message "Access Denied."
I have created a user and added it to smbpasswd
I also created the machine and added it to smbpasswd
(Can you tell I have been reading these forums?)
Everything seems to be in place, but I just don't know what I am missing at this point. Any help or a point in a direction would be great!
My smb.conf file is as follows:
# Global parameters
[global]
workgroup = STSI-NET
server string = %n --- SambaServer %v
log level = 2
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
domain logons = Yes
os level = 64
preferred master = Yes
domain master = Yes
[homes]
comment = Home Directories
read only = No
browseable = No
[netlogon]
path = /home/netlogon
write list = @admins
guest ok = Yes
[profiles]
path = /home/profiles
read only = No
guest ok = Yes
profile acls = Yes
browseable = No