af12b77 Ticket 401 - Console login fails with anonymous access disabled

Authored and Committed by mreynolds 11 years ago
    Ticket 401 - Console login fails with anonymous access disabled
    
    Bug Description:  The code does an anonymous bind to see if the server is up and running
                      before issuing the "real" bind.  If anonymous binds are not allowed,
                      then it is impossible to log into the console.
    
    Fix Description:  Remove the anonymous bind as it's not needed, and did a little code cleanup.
    
    https://fedorahosted.org/389/ticket/401
    
    reviewed by: richm (Thanks Rich!)
    
        
file modified
+10 -38