d823422 Fix passphraseless sudo with crypt_checksalt (#1653023)

Authored and Committed by besser82 5 years ago
    Fix passphraseless sudo with crypt_checksalt (#1653023)
    
    Upstream commit 4da9feb introduced a regression that made
    passphraseless sudo fail when it was invoked from a user with
    a locked passphrase.  Thus we should check for such a scenario
    when evaluating the return value of crypt_checksalt(3).
    
        
file modified
+8 -1