dotnet/runtime

Enhance the NTLM negotiation testing on Linux/macOS

開放

#71,427 建立於 2022年6月29日

 (2 則留言) (0 個反應) (0 位負責人)C# (5,445 個分叉)batch import
area-System.Net.Securityhelp wantedtest-enhancement

倉庫指標

星標
 (17,886 顆星)
PR 合併指標
 (平均合併 12天 11小時) (30 天內合併 661 個 PR)

描述

Both krb5+gssntlm-ssp and macOS GSSAPI seem to support passing a custom credential file for testing through the NTLM_USER_FILE environment variable. The format of the file is the following:

DOMAIN:user:password

In theory that could enable some round-trip tests like the ones for HTTP authentication or the NegotiateStream tests. I briefly experimented with it and already uncovered a couple of issues.

貢獻者指南