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.

贡献者指南