Displaying 2 results from an estimated 2 matches for "lab02".
Did you mean:
lab06
2001 Nov 09
0
same user but different passwords
Hello,
I want to run Samba for my Win9x/Me clients. These clients all have a
static logon name, which is the machine name, e.g. lab01, lab02, and
so on.
Now I want to have the following: I want to protect different Samba
shares with different passwords, accessible from any computer, just
like the normal Windows share does.
Example: I share \\samba\sounds and \\samba\images
To access the first one, the password 123 should be used, to...
1998 Sep 14
0
Why does Samba do reverse DNS lookups for clients?
...old 1.9.17xx
distribution I was using), I got profiles/policies working.
Yay!!!
However, another issue has cropped up for us. We had a network
outage last week that cut our subnet off from any DNS nameservers.
At that point, Samba quit working. Looking at the logs, client
computers (named LAB01, LAB02, etc.) were trying to communicate
to the Samba server. The server, however, is apparently trying
to do a reverse DNS lookup using Gethostbyaddr(). This call is
failing, and the client-server connection is never completed. I
took at look at the code, and it appears that util.c defines
a function cl...