[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ActiveLDAP StartTLS connection problem

Henrik Hodne

3/19/2009 8:34:00 PM

Hello,

I'm having trouble using ActiveLDAP connecting using starttls. When
using starttls I get ActiveLdap::ConnectionError: Giving up to
reconnect with the server. I have a suspicion it doesn't use the
correct certificate...

Any ideas?

Regards,
Henrik Hodne

4 Answers

The Mighty T.B.

3/18/2009 2:13:00 AM

0

KmericaNYC@gmail.com queefed:

> Thank you Obama.

You cannot possibly be this stupid.

+++++++

No, but you seem to be.

I guess you missed the news where it's been widely reported that Obama's
administration learned of AIG's bonuses by reading the newspapers last week,
long after they "scrutinized" AIG's bailout provisions and thus, to late to
stop the bonuses from being passed out.

T.B.


Evolution

3/18/2009 4:13:00 PM

0

The Mighty T.B. wrote:
> KmericaNYC@gmail.com queefed:
>
>> Thank you Obama.
>
> You cannot possibly be this stupid.
>
> +++++++
>
> No, but you seem to be.
>
> I guess you missed the news where it's been widely reported that Obama's
> administration learned of AIG's bonuses by reading the newspapers last
> week, long after they "scrutinized" AIG's bailout provisions and thus,
> to late to stop the bonuses from being passed out.
>
> T.B.
>
>

You're ignoring the fact that the bulk of the money given to AIG was 150
billion under the republicans' and bush's watch WITH NO REQUIREMENTS OR
RESTRICTIONS. After this, AIG spent money on 3 retreats and paid $12.9
billion to Goldman Sachs, which reported a profit of $2.3 billion for
2008. Obama's administration gave them another $30 billion, but it was
the republicans who set up the TARP funds with no restrictions on spending.

--
Laurie

http://lauriehester.blo...

The Mighty T.B.

3/18/2009 5:04:00 PM

0

"Evolution" wrote:

>> I guess you missed the news where it's been widely reported that Obama's
>> administration learned of AIG's bonuses by reading the newspapers last
>> week, long after they "scrutinized" AIG's bailout provisions and thus, to
>> late to stop the bonuses from being passed out.
>>
>> T.B.
>
> You're ignoring the fact that the bulk of the money given to AIG was 150
> billion under the republicans' and bush's watch WITH NO REQUIREMENTS OR
> RESTRICTIONS. After this, AIG spent money on 3 retreats and paid $12.9
> billion to Goldman Sachs, which reported a profit of $2.3 billion for
> 2008. Obama's administration gave them another $30 billion, but it was
> the republicans who set up the TARP funds with no restrictions on
> spending.

Buh, buh, but..... Bush!

None of the AIG/Sachs issues you mention was unknown at the beginning of
this year. yet the current Administratiobn *continued* giving bailout money
to the firm.

Please, at what point can we stop using the excuse that just because the
worst President and Administration of all time did bad, wrong shit, that
means the current Administration gets a pass on screwups?

T.B.

Kouhei Sutou

3/20/2009 1:20:00 AM

0

Hi,

In <105B5A07-2B9D-4A6F-B6CB-C8494643B586@cluenet.org>
"ActiveLDAP StartTLS connection problem" on Fri, 20 Mar 2009 05:34:26 +0900,
Henrik Hodne <dvyjones@cluenet.org> wrote:

> I'm having trouble using ActiveLDAP connecting using
> starttls. When using starttls I get
> ActiveLdap::ConnectionError: Giving up to reconnect with the
> server. I have a suspicion it doesn't use the correct
> certificate...
>
> Any ideas?

Could you show your config/ldap.yml?
(You use ActiveLdap with Rails, don't you?)

If you use debug log level, you will get more information.

config/environment.rb:

...
Rails::Initializer.run do |config|
...
config.log_level = :debug
...
end
...


Thanks,
--
kou