rcritten / freeipa

Forked from freeipa 6 years ago
Clone

2028695 Use wrapper for sasl gssapi binds so it behaves like other binds

Authored and Committed by simo 13 years ago
    Use wrapper for sasl gssapi binds so it behaves like other binds
    
    By calling directly sasl_interactive_bind_s() we were not calling __lateinit()
    This in turn resulted in some variables like dbdir not to be set on the
    IPAadmin object.
    Keep all bind types in the same place so the same common sbind steps can be
    performed in each case.
    
    Related to: https://fedorahosted.org/freeipa/ticket/1022
    
        
file modified
+1 -2
file modified
+6 -2