//! Authentication mechanisms for SMB2.
//!
//! Supports NTLM authentication (MS-NLMP) and Kerberos authentication
//! (RFC 4120, MS-KILE).
//!
//! Most users don't need this module directly -- [`SmbClient`](crate::SmbClient)
//! handles authentication during [`connect`](crate::connect).
pub
pub use ;
pub use ;