when i try: smbclient -L localhost
i get: session setup failed: NT_STATUS_NO_LOGON_SERVERS
here is my smb.conf
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2005-11-11
[global]
# domain name
workgroup = rockstarml
# name of computer
netbios name = esus
# server string is the equivalent of nt description field
server string = SUSE LINUX
# Create seperate log files for each machine that connects
log file = /var/log/samba/log.%m
# max log file size
max log size = 500
# How users are authenticated
security = domain
password server =*
encrypt passwords = yes
smbpasswd file = /etc/samba/smbpasswd
null passwords = yes
# printing = cups
# printcap name = cups
# printcap cache time = 750
# cups options = raw
# map to guest = Bad User
# include = /etc/samba/dhcp.conf
# logon path = \\%L\profiles\.msprofile
# logon home = \\%L\%U\.9xprofile
# logon drive = P:
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
# domain logons = yes
domain master = No
[homes]
comment = Home Directories
valid users = %S
browseable = No
read only = No
inherit acls = Yes
#[profiles]
# comment = Network Profiles Service
# path = %H
# read only = No
# store dos attributes = Yes
# create mask = 0600
# directory mask = 0700
#[users]
# comment = All users
# path = /home
# read only = No
# inherit acls = Yes
# veto files = /aquota.user/groups/shares/
#[groups]
# comment = All groups
# path = /home/groups
# read only = No
# inherit acls = Yes
#[printers]
# comment = All Printers
# path = /var/tmp
# printable = Yes
# create mask = 0600
# browseable = No
#[print$]
# comment = Printer Drivers
# path = /var/lib/samba/drivers
# write list = @ntadmin root
# force group = ntadmin
# create mask = 0664
# directory mask = 0775
# Public share for platinum and windows installation
[apps]
comment = PFW
path = /home/data/apps
public = yes
writeable = yes
only guest = yes
# General Share Directory
[share]
comment = PUBLIC SHARE
path = /home/share
public = yes
browseable = yes
writeable = yes
only guest = no
create mask = 0777
# share directory for peachtree
[peachw]
comment = peachtree
path = /home/peachw
public = yes
writeable = yes
only guest = no
create mask = 0777
when i run /usr/bin/testparm everything seems ok.
i can see the samba server on my netwrok places but i can't access any of the shares anybody here good with samba who has time to help?
i get: session setup failed: NT_STATUS_NO_LOGON_SERVERS
here is my smb.conf
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2005-11-11
[global]
# domain name
workgroup = rockstarml
# name of computer
netbios name = esus
# server string is the equivalent of nt description field
server string = SUSE LINUX
# Create seperate log files for each machine that connects
log file = /var/log/samba/log.%m
# max log file size
max log size = 500
# How users are authenticated
security = domain
password server =*
encrypt passwords = yes
smbpasswd file = /etc/samba/smbpasswd
null passwords = yes
# printing = cups
# printcap name = cups
# printcap cache time = 750
# cups options = raw
# map to guest = Bad User
# include = /etc/samba/dhcp.conf
# logon path = \\%L\profiles\.msprofile
# logon home = \\%L\%U\.9xprofile
# logon drive = P:
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
# domain logons = yes
domain master = No
[homes]
comment = Home Directories
valid users = %S
browseable = No
read only = No
inherit acls = Yes
#[profiles]
# comment = Network Profiles Service
# path = %H
# read only = No
# store dos attributes = Yes
# create mask = 0600
# directory mask = 0700
#[users]
# comment = All users
# path = /home
# read only = No
# inherit acls = Yes
# veto files = /aquota.user/groups/shares/
#[groups]
# comment = All groups
# path = /home/groups
# read only = No
# inherit acls = Yes
#[printers]
# comment = All Printers
# path = /var/tmp
# printable = Yes
# create mask = 0600
# browseable = No
#[print$]
# comment = Printer Drivers
# path = /var/lib/samba/drivers
# write list = @ntadmin root
# force group = ntadmin
# create mask = 0664
# directory mask = 0775
# Public share for platinum and windows installation
[apps]
comment = PFW
path = /home/data/apps
public = yes
writeable = yes
only guest = yes
# General Share Directory
[share]
comment = PUBLIC SHARE
path = /home/share
public = yes
browseable = yes
writeable = yes
only guest = no
create mask = 0777
# share directory for peachtree
[peachw]
comment = peachtree
path = /home/peachw
public = yes
writeable = yes
only guest = no
create mask = 0777
when i run /usr/bin/testparm everything seems ok.
i can see the samba server on my netwrok places but i can't access any of the shares anybody here good with samba who has time to help?