• [^] # Re: OU n'existe pas, cn=Users si

    Posté par . En réponse au message Pb login Dovecot/AD. Évalué à 2.

    une histoire de scope (de portée de la recherche)

    d'apres : http://www.zytrax.com/books/ldap/apd/

    search scope may be :
    - base in which case only the supplied DN is used,
    - one in which case the search descends one level from the supplied DN
    - or sub in which case descends the hierarchy from the DN to the lowest level in the tree (DIT).

    toi apparemment dans ton dovecot-ldap tu utilise le scope "subtree"

    peut-etre une piste à suivre…