[Samba] Samba 3.0 Question...
Ryan Dooley
dooleyr at missouri.edu
Fri Jun 20 19:40:45 GMT 2003
Hello,
The Linux setup is on my workstation (RedHat 9) with Samba 3.0 Beta 1.
The Windows setup is a Windows 2000 native-mode domain to which a
Windows XP workstation is a part of.
I'll attach my smb.conf file.
My machine has been successfully joined to the domain (hosted on Windows
2000).
"wbinfo -{u,g,m}" all have successful returns of information.
"net ads status" returns proper ldap information (or at least what I
expect).
>From the Windows workstation I can "nbtstat -A" the machine and see it's
netbios name and the workgroup/domain it is a part of.
My problem is that I cannot figure out what I'm missing in order to map
a drive.
>From the windows with "net view \\mynetbiosname" I get "System error 53
has occured" and "The network path cannot be found"
>From Windows using "net use r: \\mynetbiosname\myshare" the message is
the same "The network path cannot be found".
>From Windows using "net use r: \\fqdn-of-linux-machine\myshare" the
message is "The mapped network drive could not be created because the
following error has occured: There are currently no logon servers
available to service the logon request."
Any ideas?
If I revert back to "security = server", everything from Windows works
as expected.
Cheers,
Ryan
My smb.conf file:
[global]
workgroup = MISSOURI.EDU
realm = MISSOURI.EDU
# client NTLMv2 auth = yes
winbind separator = +
winbind cache time = 5
winbind uid = 500-65000
winbind gid = 500-65000
server string = Samba Server
netbios name = mynetbiosname
printcap name = /etc/printcap
load printers = no
printing = cups
log file = /var/log/samba/%m.log
max log size = 50
security = ADS
ADS server = my-dcs-fqdn
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
unix password sync = Yes
obey pam restrictions = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = no
os level = 3
domain master = no
preferred master = no
domain logons = no
wins server = ip.of.my.wins
dns proxy = no
inherit acls = yes
use sendfile = yes
winbind use default domain = yes
acl compatibility = Win2k
[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
create mode = 0664
directory mode = 0775
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
More information about the samba
mailing list