Displaying 20 results from an estimated 9000 matches similar to: "query on security = server, domain"
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
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
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
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 Jan 21
1
security = 'domain' and 'server'
i would like to know
whats the difference between
security = server
security = domain
i saw the docs and found that the 'server' does the authentication with and SMB server
while
'domain' does an authentication with a NT PDC .
am i rite?
also isnt it that an NT PDC can act as a SMB server also?
--
Get Your Private, Free E-mail from Indiatimes at
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!
2003 May 14
6
asterisk problem
the problem below keeps recarrying even after i have cleared this error when
i run asterisk -vvv or -c the error occurs again please help
..Warning, flexible rate not heavily tested!
.................WARNING[1024]: File loader.c, Line 212 (ast_load_resource):
/usr/local/lib/libh323_linux_x86_r.so.1: undefined symbol:
_ZN13PASN_Sequence17PreambleDecodeXERER11PXER_Stream
WARNING[1024]: File
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
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
2010 Jul 21
0
DIF Analysis starting from a gpcm class object
Dear useRs,
does any of you have suggestions on how to conduct a proper DIF analysis
starting from a model of
class gpcm (from the wonderful package ltm by prof. Rizopoulos)?
difR will handle only dichotomous items, and I have a mix of dicho- and
polytomous ones (that's why I chose the partial credit model).
I also found the package lordif, but I'm not really sure if that's what I
2016 Jan 25
3
What to do when you've been hacked?
No, we haven't been hacked. ;)
We have a prospective client who is asking us what our policy is in the event
of unauthorized access. Obviously you fix the system(s) that have been
compromised, but what steps do you take to mitigate the effects of a breach?
What is industry best practice? So far, searches haven't produced anything
that looks consistent, except maybe identity monitoring
2011 Aug 25
1
R hangs after htmlTreeParse
Dear colleagues,
I'm trying to parse the html content from this webpage:
2016 Jan 26
1
What to do when you've been hacked?
On Monday, January 25, 2016 11:56:19 AM Warren Young wrote:
> On Jan 25, 2016, at 11:04 AM, Benjamin Smith <lists at benjamindsmith.com>
wrote:
> > We have a prospective client who is asking us what our policy is in the
> > event of unauthorized access.
>
> Tell them you use the Mr. Miyagi defense: ?Don?t get hit.?
>
> Your prospective client sounds like they?re
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 =
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"
2010 Oct 04
3
Loop too slow for Bid calc - BUT cannot figure out how to do with matrix
Hi,
I am trying to create Bid/Ask for each second from a high volume stock and
the only way I have been able to solve this is using loops to create the
target matrix from the source tick data matrix. Looping is too slow and
not practical to use on multiple stocks. For example:
Bids Matrix (a real one is 400,000++ length):
Bid Time
10.03 11:05:03.124
10.04 11:05:03.348
10.05
2001 Feb 08
0
[CORE SDI ADVISORY] SSH1 CRC-32 compensation attack detector vulnerability
CORE SDI
http://www.core-sdi.com
SSH1 CRC-32 compensation attack detector vulnerability
Date Published: 2001-02-08
Advisory ID: CORE-20010207
Bugtraq ID: 2347
CVE CAN: CAN-2001-0144
Title: SSH1 CRC-32 compensation attack detector vulnerability
Class: Boundary Error Condition
Remotely Exploitable: Yes
Locally Exploitable: Yes
Release Mode:
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,