e529196 kdb: make sure audit_as_req callback signature change is preserved

Authored and Committed by abbra 4 years ago
    kdb: make sure audit_as_req callback signature change is preserved
    
    audit_as_req() callback has changed its signature with MIT krb5 commit
    20991d55efbe1f987c1dbc1065f2d58c8f34031b in 2017, we should preserve the
    change for any newer DAL versions. Otherwise audit_as_req() callback
    would reference wrong data and we might crash.
    
    Fixes: https://pagure.io/freeipa/issue/8200
    Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    
        
file modified
+1 -1