Replies: 3 comments 1 reply
-
Hi @ZinedineR, we currently do not support GSSAPI for NTLM but you are right, |
Beta Was this translation helpful? Give feedback.
-
so I have tried to copy ntlm.go from this library github.com/cmarkh/smtp, I have also changed so the Start(server *smtp.ServerInfo) to your smtp function. Here's the problem: their library: func (c *Client) Auth(a Auth)
your library:
it seems because the return of msg64 is "NTLM supported", your smtp can decode the string properly. If you may have more free time, I would like to add NTLM auth to your library. I want to discuss more about this |
Beta Was this translation helpful? Give feedback.
-
Allright, thanks wneessen, I'll research more about it. |
Beta Was this translation helpful? Give feedback.
-
I have SMTP service with authentication of GSSPI NTLM, is there anyway to achieve using this library? I noticed there is WithSMTPAuthCustom function, I wonder if I can use this
![image](https://private-user-images.githubusercontent.com/58017453/311988061-1746d98e-5306-45dd-a5f1-b45e9eff57d0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTg0MjUsIm5iZiI6MTczOTExODEyNSwicGF0aCI6Ii81ODAxNzQ1My8zMTE5ODgwNjEtMTc0NmQ5OGUtNTMwNi00NWRkLWE1ZjEtYjQ1ZTllZmY1N2QwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE2MjIwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcxNTZmYjlmN2VlM2RmNTcyNmU0ODM0Y2YyNjZjNTNjYTFiMTJmY2Y0ZmZiNzZmOGE4MWY3MDVmNDU5MGNjODUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QKxFzdl0grucbSdMMwzfG-c8HTPKqHA_Y1jtoAuBZaI)
Beta Was this translation helpful? Give feedback.
All reactions