bcd7df8 Allow anonymous access to be disabled.

Authored and Committed by nkinder 14 years ago
    Allow anonymous access to be disabled.
    
    This adds a new config switch (nsslapd-allow-anonymous-access) that
    allows one to restrict all anonymous access.  When this is enabled,
    the connection displatch code will only allow BIND operations through
    for an unauthenticated user.  The BIND code will only allow the
    operation through if it's not an anonymous or unauthenticated BIND.
    
        
file modified
+19 -1
file modified
+35 -2
file modified
+2 -0