4a2370f Fix race condition in sdap code

2 files Authored by simo 14 years ago, Committed by sgallagh 14 years ago,
    Fix race condition in sdap code
    
    Retrieving ldap results and storing users could sometimes results in race
    conditions where the final ldap result was retrieved before the store operations
    where finished resulting in the operations to be aborted before termination.
    Implement a serialization mechanism per operation.
    
        
file modified
+9 -1