c9d6528 Ticket 50306 - Move connection config inside struct

Authored and Committed by mreynolds 4 years ago
    Ticket 50306 - Move connection config inside struct
    
    Description: We are constantly calling configuration get functions
                 during a connection. These calls are expensive, so we
                 should just store all these settings in the conn struct
                 during handle_new_connection()
    
    https://pagure.io/389-ds-base/issue/50306
    
    Reviewed by: firstyear(Thanks!)
    
        
file modified
+12 -14
file modified
+15 -9
file modified
+14 -6