Displaying 20 results from an estimated 9000 matches similar to: "Winxp netlogon script"
2003 Jun 26
0
RH9 compile problems AND WinXP netlogon script
Because of the original issue below, it dawned on me to re-compile Samba
after the RH9 upgrade from RH7.1. The make fails, and I was hoping someone
could shed some light on either/both issues. I'm compiling Samba 2.2.8a
with:
./configure --with-smbwrapper --with-pam --with-syslog --with-netatalk
--prefix=/var/samba --with-quotas --with-smbmount --with-shadow
No errors there, but make fails
2003 Feb 19
6
Help with Winbind
I've been trying for weeks to get winbind working with RedHat Linux 8.0.
I've got everything setup per the winbind docs on
http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html#WINBIND.
I've successfully joined my NT4 domain with smbpasswd -j DOMAIN -r PDC -U
Administrator. Running wbinfo -u returns my domain user list, as well as
wbinfo -g returning my domain groups. getent
2003 Feb 24
2
logon script to adjust time on workstation
Hey everyone,
I have what I think is a fairly simple question. In the logon script
for users, I have it set to map some drives and set the time on the
user's workstation, all Win2K machines. Now, shy of putting everyone in
the Administrator's group, how can I have it set the time on that
machine? It only successfully works when myself or the other
administrator log on to a machine
2003 May 22
1
Macintosh OS 9.2 and SMB Networks
Some use Dave (http://www.thursby.com/products/dave.html) or DoubleTalk
(http://www.connectix.com/products/dt.html). However, we use Netatalk
(http://netatalk.sourceforge.net/) successfully to share the Unix/Samba file
system with our Mac clients. Is there any reason you can't use Netatalk?
Khanh Tran
Network Operations
Sarah Lawrence College
-----Original Message-----
From: Corey Hart
2003 Apr 05
1
Samba to Samba + LDAP script
Does anyone have a script to migrate from the smbpasswd file to Samba with
LDAP as the authentication source?
Thanks in advance...
Khanh Tran
Network Operations
Sarah Lawrence College
2003 Feb 20
1
New Users wont authenticate.
Im using Samba 2.2.7a on my RH7.3 box. The 3 users I have had on the system
work flawlessly, but when I add a new user (userconf, adduser, smbpasswd
-a) the system takes the user, it exists in both PSSWD files, but won't
allow logging on from the Win9x box.
I look in /var/log/messages and it doesn't tell me anything, nor do my
etc/samba/log.smbd-nmbd files, is there a particular switch
2003 Feb 21
1
Is it possible to specify Username/Password in a UNC when connecting to a samba server from W2K?
Hi,
Not a Samba question specifically, so please forgive me, but somewhat
related...
I am trying to automate some tasks in a secure environment (restricted
ipsec vpn). Running Windows 2000 (and XP, etc), I would like to be able
to access a Samba server using the UNC, but specify a username/password
combination as well.
You know, in Windows Explorer it allows you to "Connect using a
2003 Feb 21
2
One last windows/linux question
One last windows/linux question...
We have an exchange server, only accessible by the exchange protocols. I.E.
no pop, no Imap, and no web. What can I use Linux side to connect to this?
(here's my attempt, to be the only one on the network NOT to use windows)
J
2003 Mar 19
1
accessing windows files systems from unix side
Samba Team,
I am running samba 2.0 on a Solaris Unix system. We have about 9 Unix systems
and 3 PCs. Samba works great from Windows machines to access files on all other
computers on the network. Is there a way to access the file systems on the PCs
from the Unix machines? For example should I be able to 'cd' to a PC cdrive?
Where can I find documentation on this?
Jerry
Gerald
2005 Dec 02
3
plot and factors
Read R-helpers,
I'm relatively new to R and trying to jump in feet first. I've been
able to learn a lot from on-line and printed documentation, but
here's one question to which I can't find an answer. Well, it's a
question with a couple parts. Thanks in advance for any direction
(partial or complete) that anyone can provide.
I have a data frame with three columns:
2003 Mar 19
3
disabling swat during compile
Howdy folks, I am compiling 2.2.8 from source on a Caldera Openlinux 2.3 box
to replace the 2.0.x version that is there. I do NOT want to use swat at all.
How do I stop it from being compiled/installed? The only swat related
configure switch I could find is where to put the swat stuff, but nothing to
disable it period.
TIA
--
Harondel J. Sibble
Sibble Computer Consulting
Creating solutions
2003 Feb 22
1
samba, win2k and logon scripts
Hi
I have experienced problem with logon scripts on win2k clients with Samba 2.2.3a as
PDC. It's just not run. WinNT 4.0 and Win9X clients don't show any problem.
My samba.conf:
[globals]
server string = Serwer
workgroup = HOME
lock directory = /var/run/samba
share modes = yes
load printers = no
client codepage = 852
character set = ISO8859-2
netbios name = GATE
2009 Oct 08
5
histogram
Hi all,
I have a question about hist()
1)
> t1 <- hist(c(1,2,3,4,5))
> t1
$breaks
[1] 1 2 3 4 5
$counts
[1] 2 1 1 1
why is there 2 counts for 1? And should the counts be '1 1 1 1 1' ?
Is there any other function to count frequency of discrete data?
Thanks.
-k
[[alternative HTML version deleted]]
2005 Mar 24
1
OS X, exporting graphics, postscript()
Hello everyone,
I am new to R, using version 2.0.1 on a Macintosh running OS X 10.3. I
am learning how to export graphics to postscript format using the
postscript() function, but R is only writing empty files.
Yesterday, postscript() was working for me. Today, I don't know what's
wrong. Can somebody suggest some things that might fix this problem?
Thanks in advance for you help.
2003 Feb 23
3
Can't login from Xbox - No session setup?
Hello.
I'm having problems connecting to a Samba 2.2.7 share from my Xbox with
Xbox Media Player (XBMP) 2.3.
In the config file of XBMP, I added an entry which should make XBMP
connect to a SMB share on my Samba server. I think, I've got everything
setup correctly - according to the docs.
However, when I try to connect, I don't see anything on the Xbox.
After having set log level
2005 Dec 05
1
data frames, na.omit, and sums
Dear R-helpers,
New to R, I'm in the middle of a project that I'm using to force me
learn R. I'm running into some behavior that I don't understand, and
I need some advice. In the last week I've gotten some great advice
from the list on visualizing my data, and I was hoping people could
help me get over another barrier I've encountered to my progress.
Before I
2000 Aug 23
1
NT server manager support/Failed RPC calls
I am currently using samba 2.0.5a as a file server on Redhat 6.1 with a NT
controlled domain. I am trying to use the NT server manager to look at the
shared directories on the samba server and the RPC call is failing. I have
tried various smb.conf implementations with different security levels,
protocols and announce as, but it never succeeds. I have also tried the
2.0.7 release with basically
2010 Oct 30
1
compare quality of clustering methods?
Hi,
Suppose I want to compare the results of two clustering methods, what
is the best way to do it? Thanks
Regards,
-k
2018 Sep 15
3
ipset-service save fails when module compiled into kernel
I want to use the ipset-service to store ipsets persistently across boots.
(For use by iptables rules. firewalld has direct support for persistent
ipsets but I need the more general capability of raw iptables.)
I'm using a kernel with ipsets compiled in, rather than loaded as a module.
The support script that saves ipsets checks if the module is loaded before
saving and finds nothing, so
2003 Mar 17
5
Samba vs Windows SAK
Has anyone seen this:
http://www.microsoft.com/windows/Embedded/sak/evaluation/compare/advantage.asp
And has anyone from the Samba team posted a response? It seems like some of
the information presented there is contrary to what I know about Samba.
ERX