similar to: Password Backend - tdbsam

Displaying 20 results from an estimated 1000 matches similar to: "Password Backend - tdbsam"

2004 Mar 26
3
Error Message?
I'm running samba-3.0.2-7.FC1 on a Fedora Core 1 box. I see this error message in the log file for each user on my network; [2004/03/26 10:55:35, 0] rpc_server/srv_util.c:get_domain_user_groups(372) get_domain_user_groups: primary gid of user [glen] is not a Domain group ! get_domain_user_groups: You should fix it, NT doesn't like that What does it mean? Martin Stacey IT Support
2003 Aug 06
2
WINS Question?
I have setup my Samba server as a WINS server using the wins support = yes parameter. My remote network can see the Samba server at our head office fine. I have also setup the WINS setting on my PC (W2K Pro box) to point to the IP address of my Samba server. When I do a nmblookup -R -U <IP address of WINS server> <name of my PC> on my Samba server I get this reponse; querying pc1
2003 Apr 16
1
Password Question?
I am using Samba 2.2.7 on a RH 7.3 box. Samba is acting as PDC for 98, 2000, XP clients. User's passwords are stored in /etc/smbpasswd. I want to activate password aging so that users are forced to change their passwords on a regular basis. Is this possible? Martin Stacey IT Support Manager Safcol Australia Pty Ltd
2003 Nov 21
1
Problem with RH 9 and Samba version 2.2.7a-8.9.0
I'm upgrading to a RH 9 box and using the version of Samba that comes with RH 9. I notice this error message in the smbd.log file; [2003/11/21 21:15:19, 0] smbd/oplock_linux.c:linux_init_kernel_oplocks(287) Failed to setup RT_SIGNAL_LEASE handler It seems to effect the "domain admin group" parameter. In previous version of RH (7.3) and Samba (2.2.7-3.7.3), I'm able to
2001 Jan 28
6
File permission
How are file permissions determined under Samba? If I log onto my Linux server (terminal session using Putty) and create a file that file is given the following file permissions (rw- rw- r--). That is correct, because in my home directory I have a .bashrc file that has a umask command that states umask 002. However, when I use Samba to log onto my Linux server and use Word/Excel to create a file
2003 Nov 26
9
Error Message
I noticed this error message within some of my users log files; rpc_server/srv_samr_nt.c:_samr_query_aliasmem(2626) _samr_query_aliasmem: Not yet implemented. Why does this mean and what do I need to do to stop this error message from appearing. BTW, the users all have XP machines. Martin Stacey IT Support Manager Safcol Australia Pty Ltd
2004 Mar 30
1
Log Message
Can someone tell me what this means; [2004/03/30 12:09:56, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605) process_request_pdu: failed to do schannel processing. Martin Stacey IT Support Manager Safcol Australia Pty Ltd
2007 Mar 08
2
Removing duplicated rows within a matrix, with missing data as wildcards
I'd like to remove duplicated rows within a matrix, with missing data being treated as wildcards. For example > x <- matrix((1:3), 5, 3) > x[4,2] = NA > x[3,3] = NA > x [,1] [,2] [,3] [1,] 1 3 2 [2,] 2 1 3 [3,] 3 2 NA [4,] 1 NA 2 [5,] 2 1 3 I would like to obtain [,1] [,2] [,3] [1,] 1 3 2 [2,] 2 1 3
2003 Jun 24
0
Security Parameter Question?
I have a Samba server (version 2.2.8) running as a PDC. I have just setup another Samba server and don't want to setup a smbpasswd file on this machine. I simply want all authentication of usernames/passwords to be done on the PDC. Do I use security = server or security = domain? Martin Stacey IT Support Manager Safcol Australia Pty Ltd
2003 Dec 12
0
Offline Files and Synchronizing
I just upgraded to a RH 9 box and now offline files and synchronizing isn't working on my XP clients. My XP clients keep getting access denied error messages when their laptops log onto the network. Files are copied from the network to the laptops with no error message and users have no problems viewing their files while disconnected from the network. However, if they change files whilst
1999 Aug 18
1
Automatic printer driver installation for NT4.0/NT2000 clients?
Dear All, I've seen the PRINTER_DRIVER.txt doc on getting the PRINTER$ share set up to automatically add printer drivers to Win95 clients. It explicitly says that the procedure described does not work for NT4.0 clients. I can't find any other documentation on setting up a PRINTER$ share suitable for NT4.0 or NT2000 clients either in the distribution (2.0.5a) or the web site. Is this
2010 Oct 14
2
declaring GPL license
Hi all, I'm currently writing an R package and want to declare a GPL2 license. According to the license agreement, I'm supposed to display: "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation ... See the GNU General Public License for more details."
2008 Sep 17
2
modifying patterns in a matrix
Dear R-users, I have some very simple data where 1's represent events and zeroes non-events, e.g. temp <- rbind(c(0,1,0,0,1,1,1,0), c(0,0,0,1,0,0,0,0)) For each row in the matrix, I would like to replace a singelton event by a 0. That is, any 1 surrounded by zeroes (010) should be replaced by a zero (000). Sequences of 1's should be left unchanged. So the modified matrix shoud look
2008 May 22
1
Extracting slots from ROCR prediction objects
Hi, I have an object from the prediction function from the ROCR package and I would like to extract one of the slots from the object, for example the cutoffs slot. However the usual techniques ($, [["name"]]) of subsetting don't work. How can I assess the lists in the slots? Here is an example of what I am working with: library(ROCR) data(ROCR.simple) pred <-
2020 Nov 17
1
samba-tool domain backup online
Hello, Can the samba-tool domain backup online command backup the domain from any DC in the domain or does --server= need to specify a server with a particular FSMO role? I can run the samba-tool domain backup online successfully when I specify one of my two DCs in --server= but not the other. Is this to be expected? Many thanks. Kind regards, Stacey Richards Synapp NZ Limited Email stacey
2008 Jul 11
1
reading in a subset of a large data set
I have a huge dataset for which I only want to read in a subset of it. Is it possible to use read.table to read in only a subset of the data? For example, something like read.table('~/data.txt', subset = chromosome=='1' ) If not, then why not? This seems to be a feature available in all other statistical software. Thanks, Stacey
2003 Nov 20
3
minimalist rsync on windows
Hi, Is the rsync-minimalist still supported for windows? I am using Windows XP Home. I am testing, to get a solution for a client. The minimalist looked very nice--a cygwin.dll and an rsync and an ssh.exe. However, I can connect with ssh, but not with rsync over ssh using these files. I have also tried plink from putty with this rsync. I gather from a lot of the messages that the consenus is
2002 Jan 02
2
dos command line
All, I am an Splus user trying to use R for a specific project where the client needs the programs to be run in R. Before the holidays, I figured out how to run an R file from the dos command line--it worked great! The command is "Rterm something filename". I can't remember what it is now, and it is driving me nuts. Anyone know? I know I'll feel pretty stupid once the answer
2019 May 28
2
apc with rs232
On 5/28/19 3:39 PM, Julian H. Stacey wrote: > grumpy at mailfence.com wrote: >> a friend gave me an old apc smart-ups 1250 >> it has a rs232 interface but i have no pc with a rs232 port >> i attempted to use a rs232 to usb adapter but the ups goes nuts >> i connected the ups to batteries and verified it was working properly >> when i plug the usb cable into the pc
2004 Sep 24
1
Audio board [HELP]
Hi Christophe, On Mon, 2003-01-06 at 23:22, Christophe Prevotaux wrote: > I have a Gateway Laptop running 4-STABLE however I can't seem to find the correct > driver for the onboard audio chip which is: > > > none0@pci0:9:0: class=0x040100 card=0x2150107b chip=0x89381102 rev=0x00 hdr=0x00 > vendor = 'Creative Labs' > device = 'EV1938 Sound'