akasurde / freeipa

Forked from freeipa 7 years ago
Clone

e88049e ipasam: improve SASL bind callback

Authored and Committed by abbra 12 years ago
    ipasam: improve SASL bind callback
    
    SASL bind callback due to refactoring was referencing local variable which
    didn't exist all the time. Fix that by including a copy of service principals
    into ipasam long term private struct.
    
    Rework ccache handling to avoid re-initing every time callback is called
    
        
file modified
+136 -42