phatina/python-lmiwbem

Updates of lmiwbem.config are not applied

alexanderlaw opened this issue · 5 comments

It's impossible to disable default trust store with lmiwbem 0.7.1.
lmiwbem.config.DEFAULT_TRUST_STORE = ''

  • has no effect.
    As I see in lmiwbem_config.cpp s_inst_ptr used in Config::defaultTrustStore references Config object that is not the same as the one created in init_type.

Thank you, I will fix it soon.

Please, verify.

Yes, now it works. Thank you!

Thank you. I am considering a release now; do you have anything to fix/include?

Please look at #23
I think the fix is simple.