Hi,
I'm sorry, but I broke the IPA server mode with my previous patch :-(
ipa_ad_subdom_refresh was called before IPA server context was initialized. On IPA server, this caused the code to dereference a NULL pointer and crash.
On Wed, Dec 18, 2013 at 06:17:50PM +0100, Jakub Hrozek wrote:
Hi,
I'm sorry, but I broke the IPA server mode with my previous patch :-(
ipa_ad_subdom_refresh was called before IPA server context was initialized. On IPA server, this caused the code to dereference a NULL pointer and crash.
ah sorry, my testing with the IPA provider was flawed, I remove the cache while restarting SSSD. The patch fixes the issue for me. ACK.
bye, Sumit
On Wed, Dec 18, 2013 at 06:50:09PM +0100, Sumit Bose wrote:
On Wed, Dec 18, 2013 at 06:17:50PM +0100, Jakub Hrozek wrote:
Hi,
I'm sorry, but I broke the IPA server mode with my previous patch :-(
ipa_ad_subdom_refresh was called before IPA server context was initialized. On IPA server, this caused the code to dereference a NULL pointer and crash.
ah sorry, my testing with the IPA provider was flawed, I remove the cache while restarting SSSD. The patch fixes the issue for me. ACK.
bye, Sumit
Pushed to master and sssd-1-11
sssd-devel@lists.fedorahosted.org