142fc25 511112 - Password history limited to 25 values

Authored and Committed by nhosoi 13 years ago
    511112 - Password history limited to 25 values
    
    https://bugzilla.redhat.com/show_bug.cgi?id=511112
    
    Fix Description: If an entry already having more than 25 password
    history attributes is added and password modify is performed on
    the entry, it overflows the fixed length values_replace array and
    crashes the server.  This patch protects the overflow.
    
        
file modified
+3 -3