Displaying 20 results from an estimated 200 matches similar to: "decrypt udp tunnel"
2004 May 14
2
BUG IN SAMBA 3.0.4 ?
I used the samba-3.0.1pre1 without problems.
When I use the samba-3.0.4 (bug ms04-011 fixed), i can?t write in all shares.
Is this a bug?!
I use the same smb.conf
[global]
workgroup = jfsecco
server string = JFSECCO PDC
netbios name = belpo2
hosts allow = 10.18.
interfaces = eth0
# Windows administrators
# You can add users or groups (prefix groups with a '@')
#domain admin
2004 Jul 27
3
explain me exactly about ldap
Hi 
i wanna know exactly the principal functions of ldap, if is posible send
me a example because im not very clear about this protocol with samba.
thanks in advance
Cristhian
Dominican Republic
-- 
"No basta saber, se debe tambi?n aplicar. No es suficiente querer, 
se debe tambi?n hacer"(Goethe, Johann Wolfgang von).
Saludos
Cristhian Nunez
AGB-CDI Dominicana
Abraham Lincoln
2008 Jan 30
2
func_odbc - trouble
Hello,
we are migrating an Asterisk install from Trixbox/Asterisk 1.2 to Elastix
0.92 with asterisk-1.4.17 on CentOS 5. I need to migrate an funtion that
consults a remote sybase database, using ODBC and freetds. On the new
server I am able to connect to the database using isql without problems.
When I try to connect from asterisk logs show:
 pbx.c: Function ODBC_SQL not registered
Indeed I
2011 May 11
0
Reloj en la consola
Buenas.
He visto el siguiente ejemplo en uno de los blogs en inglés (
http://4dpiecharts.com/2011/05/11/a-clock-utility-via-console-hackery/).
Copia y pega el código en la consola de R, verás un resultado curioso:
clock <- function()
{
  repeat
  {
    cat("\r", format(Sys.time(), "%H:%M:%S"))
    flush.console()
    Sys.sleep(1)
  }
}
clock()
-- 
Dr. Gregorio R. Serrano
2005 Mar 14
1
When decrypt using SPEEXDEC it's impossible decrypt to 8bit, the only way is 16bit.
Dear speex developer,
I have a problem:
I use SPEEXENC on my mono 8bit 11024 Khz Wav - works OK
When decrypt using SPEEXDEC it's impossible decrypt to 8bit, the only way is 16bit.
                        
Is there any help?
Thank you
Rosta Janca
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Mar 02
1
Off-topic: Howto decrypt OpenSSL file in Win32 environment
Hi all,
I supose the subject is descriptive enough. In a CentOS server I do the
next to make the daily backups:
tar cfv - dir_data/ | openssl enc -e -salt -aes256 -pass pass:$PASSWORD
-out backup_file.bin
So I get an well-encrypted and tared file.
If I want to decrypt and the file is easy in Unix/Linux environment:
openssl enc -d -aes256 -in backup_file.bin | tar xfv - -C dir_what_you_want/
2004 Sep 01
0
Question::page fault::vm:::encrypt and decrypt file data
hi,
    Q1: How to produce a page fault?
    Q2: How translate physical memory address into virtual memory address? 
Because phys addr is 64 bit and virtual addr is 32 bit.
    Q1 description:: I have succeed to add hook in vfs layer to encrypt file 
data before write and decrypt file data after read. Now, when I use cp 
command, system will reboot, it seem to caused by encrypt data whose addr is 
2009 Nov 20
1
tlsv1 alert decrypt error
I was trying to do a fresh install of puppet.
I have officially entered puppet SSL hell again.
Nov 20 14:45:20 mon01 puppetd[5597]: Reopening log files
Nov 20 14:45:20 mon01 puppetd[5597]: Starting Puppet client version 0.24.8
Nov 20 14:45:21 mon01 puppetd[5597]: Could not retrieve catalog:
Certificates were not trusted: tlsv1 alert decrypt error
Solution?
I''ve cleared the
2012 Jan 19
0
Samba 4 GSS server Update(krb5)(1) Update failed: Miscellaneous failure (see text): Decrypt integrity check failed
Hi everyone
I'm using nslcd to connect to Samba 4 LDAP. If I specify the binddn and 
bindpw in /etc/nslcd.conf no problem getent passwd works and everything 
is mapped just fine.
But when I try try to do a kerberized bind to Samba 4 LDAP, I get this:
ldb_wrap open of secrets.ldb
Kerberos: TGS-REQ host-account at HH3.SITE from ipv4:192.168.1.3:33002 for 
ldap/hh3.site at HH3.SITE
2011 Sep 01
0
Encrypt/Decrypt files using Carrierwave to store in S3
Hi,
I need to be able to encrypt files before storing them on S3, and then
decrypt them when accessing them. The files will be images, documents,
PDF, etc.
I am using Carrierwave to handle the file upload and storage. I am
storing them in Amazon S3.
Has anyone done this, or have any ideas how this would be achieved?
Thanks.
-- 
You received this message because you are subscribed to the
2006 Aug 01
0
ADS share browsing error - Decrypt integrity check failed
Hello everyone,
There is a FreeBSD box, which is a member of ADS domain. The domain has both
W2000 
and W2003 domain controllers.
After upgrading to samba-3.0.23a I discovered that it is not possible to
browse a share on a FreeBSD computer, but pam_winbind seems to work. 
Connecting from a WindowsXP box to the FreeBSD causes WinXP to ask for a
password a number of times, and
eventually say
2015 Mar 31
0
How to decrypt rootpassword form kickstart file
2015-03-31 8:08 GMT+03:00 Jegadeesh Kumar <jegasmile at gmail.com>:
> Hi Team,
>
> I have the kick start file where my root password is store like
>
>
> # Root password
> rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/
> # System authorization information
> auth  --useshadow  --passalgo=sha512
>
>
>
> Is there any way to decry pt the password and
2015 Apr 01
0
How to decrypt rootpassword form kickstart file
On Mar 30, 2015, at 11:08 PM, Jegadeesh Kumar <jegasmile at gmail.com> wrote:
> # Root password
> rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/
> # System authorization information
> auth  --useshadow  --passalgo=sha512
Those two settings are inconsistent.  The $1 at the beginning of that crypt(3) string means it?s an MD5 password.
> Is there any way to decry pt the
2015 Apr 01
0
How to decrypt rootpassword form kickstart file
>
> This is all interesting, but I've got one dumb question: why do you need
> to decrypt it?
>
In the UK we have a law which give you the right to remain silent; so as
not to incriminate yourself. I think in the US its known as "taking the
fifth".
2015 Apr 01
1
How to decrypt rootpassword form kickstart file
On Wed, April 1, 2015 11:09 am, Andrew Holway wrote:
>>
>> This is all interesting, but I've got one dumb question: why do you need
>> to decrypt it?
>>
>
> In the UK we have a law which give you the right to remain silent; so as
> not to incriminate yourself. I think in the US its known as "taking the
> fifth".
Indeed.
But I for one can deduce
2019 Apr 08
2
decrypt.rb
Per the Dovecot site here:
https://wiki.dovecot.org/Plugins/MailCrypt
... the "decrypt.rb" ruby script can be used to decrypt a 
Dovecot-encrypted message file from the command line.? The script sort 
of runs successfully for me, in the sense that it doesn't error out, but 
it doesn't show the decrypted message.
I've called it like so:
decrypt.rb -k
2019 Apr 09
0
decrypt.rb
On 9.4.2019 2.33, Dave via dovecot wrote:
> Per the Dovecot site here:
> https://wiki.dovecot.org/Plugins/MailCrypt
> ... the "decrypt.rb" ruby script can be used to decrypt a
> Dovecot-encrypted message file from the command line.? The script sort
> of runs successfully for me, in the sense that it doesn't error out,
> but it doesn't show the decrypted message.
2019 Apr 10
0
decrypt.rb
On 9.4.2019 18.15, Dave wrote:
> >> I've tried specifying an output file as well, per the script's
> command line options,
> >> but the output file is 0 bytes.? Does anyone have any suggestions??
> I *think* I'm
> >> using it the way it's intended to be used, but maybe I'm not?!
> >> -Dave
> >
> > Hi!
> > Maybe the key
2019 Apr 11
0
decrypt.rb
On 4/11/2019 1:50 AM, Aki Tuomi wrote:
>
>> ...
>> So, not being an expert at encryption, what are the ramifications of
>> those digests being read as different values in the two different
>> places???? I do notice that the get_pubid_priv() function is internal to
>> the decrypt.rb script and calls several OpenSSL functions.
>>
>> -Dave
> Hmm... can
2019 Apr 11
1
decrypt.rb
> On 11 April 2019 17:44 David Salisbury via dovecot <dovecot at dovecot.org> wrote:
> 
>  
> On 4/11/2019 1:50 AM, Aki Tuomi wrote:
> >
> >> ...
> >> So, not being an expert at encryption, what are the ramifications of
> >> those digests being read as different values in the two different
> >> places???? I do notice that the