• [^] # Re: authentification, apache, site web...

    Posté par . En réponse au message Quel module conseillez-vous (et pourquoi !) pour authentification apache ?. Évalué à 2.

    dans les docs

    https://code.google.com/p/mod-auth-external/

    Mod_auth*_external allows the password checking normally done inside Apache to be done by an separate external program running outside of Apache.
    [...]
    The obvious disadvantage of using mod_auth*_external is that each authentication requires that the authentication program be loaded and launched. This causes some extra computational overhead.

    en gros ca peut faire plein de chose pour aller faire de l'identification sur n'importe quel type de base de données.

    là ou mod_auth_pam ne fait que l'identification avec PAM
    sans avoir besoin d'un programme externe, donc avec de meilleures performances.