Changeset 848

Show
Ignore:
Timestamp:
02/11/09 21:56:58 (10 months ago)
Author:
ykerherve
Message:

More documentation, better warn users about DIGEST-MD5 auth-int and auth-conf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/DJabberd/lib/DJabberd/SASL/AuthenSASL.pm

    r846 r848  
    6161    </VHost> 
    6262 
     63=head1 DESCRIPTION 
     64 
     65Only PLAIN LOGIN and DIGEST-MD5 mechanisms are supported for now (same than 
     66in L<Authen::SASL>. DIGEST-MD5 only supports C<auth> qop (quality of 
     67protection), so it's strongly advised to throw TLS into the mix, and not  
     68solely rely on DIGEST-MD5 (as opposed to C<auth-int> and C<auth-conf>). 
     69 
    6370=head1 COPYRIGHT 
    6471