similar to: security = 'domain' and 'server'

Displaying 20 results from an estimated 1000 matches similar to: "security = 'domain' and 'server'"

2003 Jan 21
1
newbie on winbind.. help required.
I would like to know what exactly does winbind do.? (i have read the documentation but i am yet confused) prior to having winbind incorporated in samba,there was smb, nmb doing the authentication using samba server on linux. so samba acted as file and print server + authentcation server for windows clients including the NT server. NT Server -----> Linux Server (Samba) mswinclient1
2003 Jan 21
2
WARNING : no network interfaces found.
i get the following error WARNING : no network interfaces found. when i run smbclient or nmblookup etc. the following is the settings in my computer. workgroup = TRIDENTMUMBAI security = domain password server = 10.160.128.152 netbios name = smbsys interfaces = 192.168.1.225 encrypt passwords = yes -- Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy the
2003 Jan 21
1
Linux clients + NT server
I have a NT Server, acting as my PDC I want all my clients to be Linux workstations connected to the NT Server. Is this possible?? any guidelines would be helpfully. -- Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy the best in Movies at http://www.videos.indiatimes.com Now bid just 7 Days in Advance and get Huge Discounts on Indian Airlines Flights. So
2003 Feb 04
2
query on security = server, domain
if Win NT is acting as a PDC, and Samba is added in the network, then when would it be required to put security = server when security = domain already exists. in other words why have security = server when security = domain can be put. -- Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy the best in Movies at http://www.videos.indiatimes.com Bid for for
2003 Aug 12
2
How to Asterisk
Hello, I'm new user of asterisk. Can anybody pls tell me how to use asterisk or any detail how to link???? i installed Asterisk-0.4.0 on i810 onboard sound card with Redhat 7.1. when i type "asterisk -vvvc" i get *CLI> prompt Prakash Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy The Best In BOOKS at
2003 Feb 03
1
eliminating password authentication??
i have added a linux system (acting as a client) in my windows network. but i have to maintain a list of users&passwords using smbpasswd. and if i am accessing a share on the windows terminal i have to specify its password. the vice-versa is also true. so is it possible to eliminate password authentication. regards. --- Get Your Private, Free E-mail from Indiatimes at
2002 Oct 16
0
OPenSSH version 3.4 --sshd hangs for some time at startup
I am trying to run sftp-server from openssh on solaris 2.8. When i start the sshd, and try to see if it has bind to port 22 (using netstat -a), i see that it binds only after approx 9 minutes. During that time a SFTP client cant connect. When i do a 'truss' on this that it is hung on a 'read' system call and is sleeping on that . Is this a bug or is there something in the
2011 Aug 25
1
R hangs after htmlTreeParse
Dear colleagues, I'm trying to parse the html content from this webpage:
2002 Jun 20
0
PVFS
Hello, I was wondering if I can use PVFS with Red Hat 7.2.......how does it exactly work......Please do not refer me to the official website...I know it exists.....!!! But I want to know how does it work with Ext 3....how do I set it up in my cluster?? Has anyone else used it before.....If you need further details I will be more than glad to provide them. Looking forward to your kind help,
2002 Jun 27
2
(no subject)
hello, i just wanted to know how to move files from the master node to slave nodes...for example i have 10 files in the master and i want to move 2 files to each slave node...how do i do that....i have redhat7.2......i tried rpc but it said command not found...i am using a beowulf cluster. your's sincerely, devi vijay Get Your Private, Free E-mail from Indiatimes at
2002 Jun 27
0
gettimeofday and localdisk of slave nodes
hello, i want to know how to access the local disk of the slave nodes....i tried using ssh to logon which i did...but when i checked with pwd...it still gave me the global space path.....and also when i compile a program with gettimeofday function i get "function not defined error"...how can i change that?? Get Your Private, Free E-mail from Indiatimes at
2006 Apr 13
1
loop: results for all inputs
Dear R users, I am using a loop that does matrix multiplication in a manner (A%*%B)%*%(A) Here A is a row of data frame D of order(200x4). B is a (4x4). No need to say D[j,] is 1x4 so I am using for(j in seq(0.1,20,by=0.1)){ S<- (D[j,]%*%B)%*%(D[j,]) print(S) } As a result I am geting only one value of S, which comes using j=20. I need all 200 values of S so
2004 Feb 02
7
cdr mysql problem
Can someone tell me what is wrong here: Feb 2 19:45:44 ERROR[1074441696]: cdr_addon_mysql.c:381 my_load_module: Failed to connect to mysql database asteriskcdrdb on localhost. The database is created, cdr table also, the username and password is right. I have tried configuring cdr_mysql.conf to connect via localhost mysql.sock or via tcp port, but in both cases I got this error. Thanks!
2005 May 19
1
[LLVMdev] Binary linux packages v1.5
On Thu, 2005-05-19 at 16:27 -0500, John Criswell wrote: > Oleg Smolsky wrote: > > is anyone gonna make a debian package for stable or testing? It's just > > that building llvm/cfrontend drives me crazy :) Bug fixes for 1.4 should be uploaded today or tomorrow; 1.4 has to get uploaded first in order to fix some outstanding bugs. > We don't have Debian packages for LLVM
2011 Sep 05
2
htmlParse hangs or crashes
Dear colleagues, each time I use htmlParse, R crashes or hangs. The url I'd like to parse is included below as is the results of a series of basic commands that describe what I'm experiencing. The results of sessionInfo() are attached at the bottom of the message. The thing is, htmlTreeParse appears to work just fine, although it doesn't appear to contain the information I need (the
2004 Apr 28
1
bandwidth controlling and monitering
Hi group, I am new to this group and linux.we have a linux box on which we are giving bandwidth to multiple customers..this box have two ethernet interface eth0 and eth1 .Eth0 is directly connected to internet and eth1 is connected to customer, for examle eth1 have 10.10.X.x series and wth1:1 have 10.11.x.x series .Can any body help in restricting bandwidth 48 kbps for 10.10.x.x and 64 for
2006 Jul 06
2
@oldbid = 0 why?
Okay I''ve been working on a little biding system. In my model I have class Item < ActiveRecord::Base has_many :bids def highest_bid @bid = 0 self.bids.each do |bid| if @bid == nil @bid = bid.max else if bid.max > @bid @oldbid,@bid = @bid,bid.max end end end if @oldbid == 0 "#{@bid} - #{@oldbid+1} = #{@bid -= @oldbid+1}" else dif =
2006 Jul 02
2
nil.- what the heck...
Okay first off here''s the error: You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.- Here''s the code in the model: def highest_bid @bid = nil @oldbid = 0 self.bids.each do |bid| if @bid == nil @bid = bid.max else if bid.max > @bid @oldbid,@bid =
2007 Mar 20
0
Open New orders from Asia Sourcing
Dear Seller, Check for today's new open orders on asia sourcing now and get your deals! Buy steel security door, steel wood door and interior solid wood door (15,000) from CN http://asia-sourcing.net/wbid.html?bid=167599 Buy Citric Acid, ... (200 MT per month) from MD http://asia-sourcing.net/wbid.html?bid=167597 Buy HYDRAcap - Ultrafiltration Membrane Sys. (for 75 m3/hr) from IR
2006 Nov 17
2
Data table in C
After getting one list done, I am now struggling to form a data frame in C. I tried to do a list of lists which gives me : $<NA> $<NA>[[1]] [1] "BID" $<NA>[[2]] [1] 0.6718 $<NA>[[3]] [1] 3e+06 $<NA> $<NA>[[1]] [1] "BID" $<NA>[[2]] [1] 0.6717 $<NA>[[3]] [1] 5e+06 $<NA> $<NA>[[1]] [1] "BID"