tarballed
04-30-2003, 03:23 PM
Hello everyone. Well, I am attempting to setup a Samba server to act as our PDC. However, I seem to be having a problem trying to get it to work correctly.
I have followed a couple of tutorials in the following links:
http://hr.uoregon.edu/davidrl/samba/samba-pdc.html
http://www.linux-mag.com/cgi-bin/printer.pl?issue=2002-02&article=samba
http://www-1.ibm.com/servers/esdd/tutorials/samba/index.html
I have followed the directions correctly, however the problem lies when I try and add a Windows 2000 Client to the PDC. For some reason, it spits out the following error:
# The Account Used is a Computer Account. Use Your Global User Account or Local User Account to Access the Server
I have tried to research it, but so far, no luck.
Here is my smb.conf file:
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
;Basic inital test settings
netbios name = smbtest
workgroup = disneyland
;PDC and Master browser settings
preferred master = yes
local master = yes
domain master = yes
os level = 65
;security and logging settings
security = user
encrypt passwords = yes
domain logons = yes
;logon paths
logon path = \\%L\profiles\%u\%m
logon script = logon.bat
logon drive = H:
[netlogon]
path = /home/netlogon
writable = no
browsable = no
[profiles]
path = /home/samba/profiles
browsable = no
writable = yes
create mask = 0600
directory mask = 0700
[homes]
read only = yes
browsable = no
guest ok = no
map archive = yes
# server string is the equivalent of the NT Description field
server string = Samba Server Running %v
add user script = /usr/sbin/adduser -d /dev/null -g 100 -s /bin/false -M %u
I am so close, yet I am missing something.
If you need any additional info, let me know.
Thanks.
Tarballed
I have followed a couple of tutorials in the following links:
http://hr.uoregon.edu/davidrl/samba/samba-pdc.html
http://www.linux-mag.com/cgi-bin/printer.pl?issue=2002-02&article=samba
http://www-1.ibm.com/servers/esdd/tutorials/samba/index.html
I have followed the directions correctly, however the problem lies when I try and add a Windows 2000 Client to the PDC. For some reason, it spits out the following error:
# The Account Used is a Computer Account. Use Your Global User Account or Local User Account to Access the Server
I have tried to research it, but so far, no luck.
Here is my smb.conf file:
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
;Basic inital test settings
netbios name = smbtest
workgroup = disneyland
;PDC and Master browser settings
preferred master = yes
local master = yes
domain master = yes
os level = 65
;security and logging settings
security = user
encrypt passwords = yes
domain logons = yes
;logon paths
logon path = \\%L\profiles\%u\%m
logon script = logon.bat
logon drive = H:
[netlogon]
path = /home/netlogon
writable = no
browsable = no
[profiles]
path = /home/samba/profiles
browsable = no
writable = yes
create mask = 0600
directory mask = 0700
[homes]
read only = yes
browsable = no
guest ok = no
map archive = yes
# server string is the equivalent of the NT Description field
server string = Samba Server Running %v
add user script = /usr/sbin/adduser -d /dev/null -g 100 -s /bin/false -M %u
I am so close, yet I am missing something.
If you need any additional info, let me know.
Thanks.
Tarballed