Re:Re: Re: a questions about calling opensaml lib

2010-07-19 Thread whut_jia
Ohh!You are right that my apache server work as a prefork MPM!Are there some 
examples??
>You didn't mention what MPM you are using but I assume it's the
>prefork one. You need to register a hook with ap_hook_child_init() and
>call SAMLConfig::getConfig().init() from there.



Re: Re: a questions about calling opensaml lib

2010-07-19 Thread Ben Noordhuis
You didn't mention what MPM you are using but I assume it's the
prefork one. You need to register a hook with ap_hook_child_init() and
call SAMLConfig::getConfig().init() from there.


Re:Re: a questions about calling opensaml lib

2010-07-17 Thread whut_jia
Ohh!Thank you for your answer!
The OpenSAML Library I am using is  a set of open source C++  libraries meant 
to support developers working with the Security Assertion Markup Language.You 
can see https://spaces.internet2.edu/display/OpenSAML/Home/
>Is this with the prefork or threaded MPM? And what is the SAML library
>are you using? Shibboleth's?



Re: a questions about calling opensaml lib

2010-07-16 Thread Ben Noordhuis
Is this with the prefork or threaded MPM? And what is the SAML library
are you using? Shibboleth's?


a questions about calling opensaml lib

2010-07-16 Thread whut_jia
Hi,
I am  writing a apache module mainly for validating saml assertion.Now,I have 
already post signed assertion data to my apache server and in my handler module 
,I have also received assertion data .   But ,when I validate assertion with 
opensaml lib,some questions are appeared: Opensaml Library initialization 
failed. and program are staying this sentence all the time.Why do this 
phenomenon  take place ??
Thanks for your consideration.
Regards.
Jia