• Magnus Hagander's avatar
    Allow LDAP authentication to operate in search+bind mode, meaning it · 0182d6f6
    Magnus Hagander authored
    does a search for the user in the directory first, and then binds with
    the DN found for this user.
    
    This allows for LDAP logins in scenarios where the DN of the user cannot
    be determined simply by prefix and suffix, such as the case where different
    users are located in different containers.
    
    The old way of authentication can be significantly faster, so it's kept
    as an option.
    
    Robert Fleming and Magnus Hagander
    0182d6f6
client-auth.sgml 56.6 KB