[Samba] Can't logon to Samba server

2007-11-28 Thread Joseph C. Fisher
I'm re-posting this thread / request for help.

This is the first time I've ever used a list, and the first time I've ever
sent a request for help to a list.

In my first message, I had unknowingly replied to another thread, when I
wiped out the old subject and body.

I was simply trying to send my new thread to the samba list.

If I offended anyone, I apologize, as it was not intentional.

The only response that I received to my post, was one that told me I had
hijacked someone else's thread.

So, I'll try again, this time with a brand new message...

Maybe I'll get a response to my problem this time.

JCF

###

Please help.

I'm not new to Linux or Unix, but I am new to Samba, PAM and Lists.

A few weeks ago, I upgraded to SuSE Linux 10.3.

I attempted to install and configure Samba last weekend, for the first time.

I want to create 3 specific mount points under Samba, each with different
permissions as to who can access them.

Initially, I was able to mount the filesystem with the least amount of
restrictions, but could not seem to mount the other two filesystems.

I found several different documents on-line to aid in configuring the
smb.conf file.

After playing around for several days, I now can no longer mount any of the
three filesystems.

Currently, when I bring up my Windows Explorer session, I can see the

Workgroup, and the Samba server, but I can not see any of the mount points
on that server.

When I click on the server (Samba 3.0.26a-3-1478-SUSE-SL10.3 (Jflinuxpc), I
get the following error:

#

\\Jflinuxpc is not accessible. You might not have permission to use this

network resource. Contact the administrator of this server to find out if
you have access permissions.

There are currently no logon servers available to service the logon request.

#

When I click on Map Network Drive and type in \\Jflinuxpc\family_photos, I
get the following error message:

#

The mapped network drive could not be created because the following error
has occurred:

There are currently no logon servers available to service the logon request.

#

To start, it appears as if I've activated some type of special logon, or
authentication server un-knowingly...

Can anyone give me a hint as to what it might be?

I can telnet to the Linux server just fine from all of my laptops and PCs.

The login ID that I'm using is good from a Linux / Unix / OS perspective.

Any ideas or help would be greatly appreciated.

Thanks in advance, and have a great week.

JoeF...
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Can't logon to Samba server

2007-11-28 Thread John Drescher
 #

 \\Jflinuxpc is not accessible. You might not have permission to use this

 network resource. Contact the administrator of this server to find out if
 you have access permissions.

 There are currently no logon servers available to service the logon request.

Can you post your smb.conf file if it is not huge. Otherwise the
global section should help.

John
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Can't logon to Samba server

2007-11-28 Thread Joseph C. Fisher
Sure...

Here it is:

[global]
workgroup = THEKEY
interfaces = eth0, lo
socket options = TCP_NODELAY
browseable = Yes
case sensitive = Yes
security = domain
log level = 1
syslog = 0
log file = /var/log/samba/log.%m
max log size = 100
smb ports = 139
utmp = Yes
map acl inherit = Yes
usershare max shares = 5
winbind gid = 1000-2
winbind uid = 1000-2
idmap gid = 1000-2
idmap uid = 1000-2
usershare allow guests = Yes

[user1]
comment = /home/user1/Personal
path = /home/user1/Personal
read only = No
inherit acls = Yes
browseable = yes
valid users = user1
hosts allow = USR1
public = yes
guest ok = No
invalid users = user2

[family_photos]
comment = Family Photos
writeable = Yes
path = /Family_Photos
force directory mode = 770
force group = Family
force create mode = 770
hosts allow = USR1 USR2
valid users = @Family
create mode = 770
hide unreadable = Yes
max connections = 5

That's pretty much it!

Thanks in advance, and have a great week.

JOEF...

-Original Message-
From: John Drescher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 28, 2007 10:10 PM
To: Joseph C. Fisher
Cc: [EMAIL PROTECTED] Samba. Org
Subject: Re: [Samba] Can't logon to Samba server


 #

 \\Jflinuxpc is not accessible. You might not have permission to use this

 network resource. Contact the administrator of this server to find out if
 you have access permissions.

 There are currently no logon servers available to service the logon
request.

Can you post your smb.conf file if it is not huge. Otherwise the
global section should help.

John

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Can't logon to Samba server

2007-11-28 Thread Ray Anderson


Joseph C. Fisher wrote:

Sure...

Here it is:

[global]
workgroup = THEKEY
interfaces = eth0, lo
socket options = TCP_NODELAY
browseable = Yes
case sensitive = Yes
security = domain
log level = 1
syslog = 0
log file = /var/log/samba/log.%m
max log size = 100
smb ports = 139
utmp = Yes
map acl inherit = Yes
usershare max shares = 5
winbind gid = 1000-2
winbind uid = 1000-2
idmap gid = 1000-2
idmap uid = 1000-2
usershare allow guests = Yes

[user1]
comment = /home/user1/Personal
path = /home/user1/Personal
read only = No
inherit acls = Yes
browseable = yes
valid users = user1
hosts allow = USR1
public = yes
guest ok = No
invalid users = user2

[family_photos]
comment = Family Photos
writeable = Yes
path = /Family_Photos
force directory mode = 770
force group = Family
force create mode = 770
hosts allow = USR1 USR2
valid users = @Family
create mode = 770
hide unreadable = Yes
max connections = 5

That's pretty much it!

Thanks in advance, and have a great week.

JOEF...


  

Change

security = domain
to
security = user

Cheers,

-=R


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba