abbra / slapi-nis

Forked from slapi-nis 6 years ago
Clone

a8bbc51 Handle binds to compat entries without "uid"s

Authored and Committed by Nalin Dahyabhai 10 years ago
    Handle binds to compat entries without "uid"s
    
    Use a dummy user name if the one we get passed is NULL, which happens
    when the bind target entry doesn't contain a "uid" attribute.  Try to
    avoid a timing attack by calling into PAM anyway.  Switch to just
    logging the detailed error information, and telling the client nothing.
    
        
file modified
+35 -11