search for: safeguarding

Displaying 20 results from an estimated 124 matches for "safeguarding".

2015 Jul 06
0
Asterisk pin code for out-going international calls (safeguard against fraud)
The Authenticate application will do this for you. https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Authenticate You can either give it a single PIN to use for all calls, Authenticate using a value in the Asterisk Database, Or use a plain text file for the PIN's On Mon, Jul 6, 2015 at 2:43 PM, Motty Cruz <motty.cruz at gmail.com> wrote: > Hello All, > >
2015 Jul 06
3
Asterisk pin code for out-going international calls (safeguard against fraud)
Hello All, I will like to configure Asterisk to use PIN Code for all outgoing international calls. Also, any suggestions as to when should I prompt users for code prior to dialing the number or after dialing the number? can someone provide with a example on how to accomplish this goal? I am a bit confuse by this :
2006 Jun 12
3
zfs destroy - destroying a snapshot
Hello zfs-discuss, I''m writing a script to do automatically snapshots and destroy old one. I think it would be great to add to zfs destroy another option so only snapshots can be destroyed. Something like: zfs destroy -s SNAPSHOT so if something other than snapshot is provided as an argument zfs destroy wouldn''t actually destroy it. That way it would
2015 Jul 07
2
Asterisk pin code for out-going international calls (safeguard against fraud)
Hello, I used this guide, it worked for me: http://www.binaryheartbeat.net/2014/03/asterisk-pin-based-dialing.html Thanks, On 07/06/2015 04:54 PM, John Kiniston wrote: > The Authenticate application will do this for you. > > https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Authenticate > > You can either give it a single PIN to use for all calls, Authenticate
2006 Mar 09
4
Testing Migrations
Is there some standard way to test migrations? It seems to me that an additional safeguard for migrations would be to test and see if applying the migrations to the test database allows one to reconstruct the structure of the development database. If you can''t, then there is an error in your migrations, most likely because someone hand-modified the database without generating a
2002 Nov 08
2
behavior of =
I probably didn't follow the discussion of allowing "=" as an assignment operator closely enough, but I was a little bit horrified to discover today (using 1.6.0; I haven't upgraded to 1.6.1 yet) that x <- runif(20) y <- 1:20 y[x=min(x)] gives numeric(0) (because min(x) is non-integer). x <- sample(1:20,20,TRUE) y[x=min(x)] is even worse -- it gives the
2010 Jun 22
1
Subject: Re ZINB by Newton Raphson??
I have not included the previous postings because they came out very strangely on my mail reader. However, the question concerned the choice of minimizer for the zeroinfl() function, which apparently allows any of the current 6 methods of optim() for this purpose. The original poster wanted to use Newton-Raphson. Newton-Raphson (or just Newton for simplicity) is commonly thought to be the
2008 Jun 06
3
how xen recognizes fibre channel based storage resources
Hello I''m a newbie here so please don''t laugh at me... I plan to setup several (4) physical servers to run xen virtualized OS-es (in example web servers). What I need is that those virtualized OS-es must have simultaneous access to disk storage physically created on FC array. I read that this could be done by OCFS or Lustre file system but my question is: how virtualized
2008 Jan 16
2
Optional 'test' or benchmark cipher
I hope this is the right list, as I'm desiring a feature addition in openssh. I would like the option to have a 'null' cipher (after the initial authorization, similar to 'delayed' for compression). It would have to be enabled on both client and server and server would never use it unless it was both enabled and asked for by the client. I'd strongly prefer it be able to
2015 Jul 06
2
Asterisk how to setup alarm too many outgoing calls from same user
Hello, I would like to setup a mechanism to trigger an alarm if user is deal too many numbers within a very short period of time. Safeguard against users hacked accounts. can someone help? Thanks,
2016 Jun 08
1
Solaris 10 Configure failure
ORACLE have released this patch for Solaris 10 - Samba v3.6.25: IDR152387-03 addressing CVE-2016-2118 (BADLOCK) and other CVEs for S10 SPARC Which has addressed our issue. Thanks -----Original Message----- From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Gaiseric Vandal Sent: 07 June 2016 14:51 To: samba at lists.samba.org Subject: Re: [Samba] Solaris 10 Configure failure
2002 May 02
0
Carlos Donoso en la UIS
-------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- --------------------------------------------------------------------
2010 Dec 06
1
Simple Question
I have been using rsync on my laptop for some time to safeguard an extensive image collection. My usage has been: .. rsync -av --delete ~/Pictures /media/disk I have found this exceptionally fast ... just as advertised! I now have set up a new computer system where I want to back up my /home to a sata drive. My phrase for this is: .. rsync -av --delete /home/david /media/Sata Which appears to be
2005 May 15
1
Thank you for your inquiry to the Campus Hub.
Thank you for your inquiry to the Campus Hub. Depending on the volume and complexity of requests currently being received, please allow up to 3-4 business days for us to research and answer your question. If you have not included your full name and Tech ID in your original email, please resubmit your request and include this information. To safeguard the privacy of student information, all
2010 Aug 04
1
Optimising the Rsync algorithm for speed by reverting to MD4 hashing
Hi, From v3.0.0 onwards the hash function implemented by Rsync was changed from MD4 to MD5 (http://rsync.samba.org/ftp/rsync/src/rsync-3.0.0-NEWS). My understanding is that MD5 is a more secure, slower version of MD4 but I am not convinced that the added security of MD5 would alone have merited the change from MD4 (particularly since MD4 is ~30% faster than MD5). I wonder if I am missing other
2017 Nov 29
2
[OT?] Lam and tree view...
I see LAM-related announcment here, so i hope i'm not too much offtopic. I use LAM (LDAP Account manager) by many years, previously on OpenLDAP/Samba ''NT mode'' domains, now on AD mode. LAM works as expected in AD mode, but i've noted that i cannot use the ''tree view'' apart pointing it to some sub-OU. EG, if i set as base dn my domain base dn:
2018 Mar 07
1
Build LLVM on RedHat 7
Hi All, I wonder if there is a procedure to build "official" RPMs for LLVM & Clang ? I provide tools to dev teams and they would like to have recent versions of Clang on Red Hat7 boxes. The one they currently use is the EPEL one: v3.4.2 Many thanks in advance for your help, Jean _________________________________________________________________ This message may contain
2016 Jun 21
2
[GSoC 2016] Better Alias Analysis By Default - Mid Term Summary
Dear LLVM Community, This is a brief summary of what I've done so far for CFL-AA, and what I plan to do next. tl;dr: CFL-AA is getting saner. Low-hanging fruits on its improvement have almost been picked up. I can either make CFL-AA more precise (with certain performance cost), or teach other passes to capitalize on CFL-AA better as the next step. Comments and suggestions are more than
2018 Feb 28
2
Wide links and insecure wide links
Thank you. So, If I understand correctly, "ordinary" "wide links = yes", means Samba *will* traverse an existing symlink that points outside the root of the share, if permissions allow. However because it *also* disables SMB1 Unix extensions, it *also* prevents the user from creating or modifying symlinks on the share, so in wffect it inherently prevents this being
2015 May 11
1
Wrongly checked MD5 checksums in R 3.2.0's windows binary
> On 11 May 2015, at 15:53 , Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On 11/05/2015 9:35 AM, Tal Galili wrote: >> Hi Duncan, >> Thank you for the clarification. :) >> >> I ended up removing these files from being scanned in the updated version of installr. I would rather focus on supporting an MD5 scan that is based on what is listed in MD5