mreynolds / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

b3b0217 Bug 588791 - Allow anonymous rootDSE access only

Authored and Committed by nkinder 13 years ago
    Bug 588791 - Allow anonymous rootDSE access only
    
    This patch changes the nsslapd-allow-anonymous-access config
    setting to allow a third value that gives anonymous access to
    search the rootDSE.  If you set this attribute to "rootdse", an
    anonymous bind identity is only allowed to do a rootDSE search
    or prove that it is someone other than anonymous.  This also
    required allowing explicit anonymous BIND operations through since
    ldapsearch performs an explicit bind before searching.  The old
    behavior with the "on" and "off" settings remains unchanged.
    
        
file modified
+4 -3
file modified
+49 -11
file modified
+12 -0
file modified
+5 -0