b776f0a Ensure nextID doesn't reuse an existing local UID or GID

Authored and Committed by sgallagh 14 years ago
    Ensure nextID doesn't reuse an existing local UID or GID
    
    If there was no maxID set for a domain, the search filter to check
    whether the UID was available would always return empty (because
    no UIDs can be <= 0)
    
    This patch changes the search filter if the maxID is unset so that
    it has no upper limit
    
        
file modified
+21 -9