ntlm-build-auth-request

ntlm-build-auth-request is an interactive compiled Lisp function in `ntlm.el'.


(ntlm-build-auth-request USER &optional DOMAIN)

Return the NTLM authentication request string for USER and DOMAIN.
USER is a string representing a user name to be authenticated and
DOMAIN is a NT domain. USER can include a NT domain part as in
user@domain where the string after @ is used as the domain if DOMAIN
is not given.