8639c03 Ticket 147 - Internal Password Policy usage very inefficient

Authored and Committed by mreynolds 11 years ago
    Ticket 147 - Internal Password Policy usage very inefficient
    
    Bug Description:  When updating a userpassword, the passwordPolicy struct is allocated & freed 5 to 7 times.
    
    Fix Description:  Store the passwordPolicy struct in the pblock, and when we try and create a new policy struct,
                      return the one in the pblock.
    
    https://fedorahosted.org/389/ticket/147
    
    Reviewed by:  richm(Thanks!)
    
        
file modified
+1 -1
file modified
+0 -1
file modified
+4 -3
file modified
+14 -33
file modified
+0 -6
file modified
+0 -1
file modified
+32 -31