sys-auth-smbclient-1.0.0.0: Auth with smbclient command

Safe HaskellSafe-Inferred

System.Authenticate.SmbClient

Synopsis

Documentation

loginSmbClientSource

Arguments

:: Text

Server

-> Text

Domain

-> Text

Username

-> Text

Password

-> IO Bool 

Authenticate with smbclient command.

Return True if login success, False otherwise.

This does not accept empty username or password, because those has always been success as Guest login.