No more installed but i was working with a Tyan 2880 with two Opterons
1,4 G, 1,5Gbyte, several network cards.
Regards,
JPV
Kevin Layer a écrit:
Anyone running on the Solaris for AMD Opteron? If so, what
version and configuration do you use? Thanks.
__
Anyone running on the Solaris for AMD Opteron? If so, what
version and configuration do you use? Thanks.
--
Kevin Layer [EMAIL PROTECTED]http://www.franz.com/
Franz Inc., 555 12th St., Suite 1450, Oakland, CA 94607, USA
Phone: (510) 452-2000 FAX: (510) 452-0182
__
> --- "Kurt D. Zeilenga" <[EMAIL PROTECTED]> wrote:
> > In your slapd.conf(5) configuration file, it
> appears
> > that some lines contain inappropriate leading
> > whitespace.
> > Please note that leading white space is
> significant
> > in slapd.conf(5). They indicate the line is a
> > continuat
Hi,
Any idea please?
cheers
--- fatima riadi <[EMAIL PROTECTED]> a écrit :
> Hello all,
>
> Here are my configuration files (I deleted
> comments).
> You would have any remarq, please let me know.
>
>
> /etc/openldap/slapd.conf
>
I am trying to create a hirearchy for my CA's...however when I have two
separate CA's created similarly:
On box 1 Main CA:
openssl req -newkey rsa:2048 -days 4380 \
-out cacert.pem -outform PEM -config openssl.cnf
On box 2 Subordinate CA:
openssl req -newkey rsa:2048 -days 2190 \
-out cacert.pem
Bonjour,
I'm running into something strange.
Here's an extract of my code:
-
[...]
{
time_t start;
BIO *cbio = NULL;
if ((cbio = BIO_new(BIO_s_connect())) == NULL)
{
result = ERR(CMCLIENTERR_CONNEXION);
goto done;
}
BIO_set_conn_hostname(cbio, server_name);
BIO_set
Title: where are these functions in openssl-0.9.7e
Hi, all,
I am a newbie in openssl world, and reading ssl3_connect code in openssl-0.9.7e. I found some functions are missing like:
i2d_ASN1_INTEGER, i2d_DHparams, and d2i_DHparams. However, I can find them in openssl-0.9.6M, and the code ca