草庐IT

social-authentication

全部标签

authentication - 使用 Go 的 NTLM 身份验证

关闭。这个问题不符合StackOverflowguidelines.它目前不接受答案。我们不允许提问寻求书籍、工具、软件库等的推荐。您可以编辑问题,以便用事实和引用来回答。关闭5年前。Improvethisquestion我需要从Windows和Unix对ExchangeEWS进行身份验证。是否有任何库或任何我可以用来在Go中执行此操作的东西?我看到有cntlm,我可以执行的NTLM代理()。但我不确定这是否适用于Exchange。有人似乎有问题here.

authentication - Golang 网络抓取工具 NTLM 身份验证

Golang网络抓取工具需要从经过NTLM验证的网页中提取信息。有了有效的用户名和密码,网络爬虫如何与服务器执行NTLM4次握手,以便访问后面protected网页?url,username,password:="http://www.some-website.com","admin","12345"client:=&http.Client{}req,_:=http.NewRequest("GET",url,nil)req.Header.Set("Authorization","NTLM")res,_:=client.Do(req) 最佳答案

git - 推送到github时突然得到 "No supported authentication methods available"

几周前我开始了一个github项目。我能够毫无问题地推送更改(我使用的是TortoiseGIT)。今天,当我尝试推送更改时,突然出现“PuTTYfatalerror”“已断开连接:没有可用的支持的身份验证方法”错误窗口。有什么建议可以解决这个问题吗? 最佳答案 对我来说,只有在使用TortoiseGit时才对远程存储库执行操作时出现问题,通过CMD/GitBash则完全没有问题。所以我所做的非常简单:我打开了TortoiseGit-->Settings-->Network并在SSHClient中我更改为“C:\ProgramFile

混帐狂欢 : Could not open a connection to your authentication agent

这个问题在这里已经有了答案:Couldnotopenaconnectiontoyourauthenticationagent(41个回答)关闭3年前。我是Github的新手,生成SSHkey看起来很有必要。我的老板已将此事告知我,所以我必须遵守。我成功创建了SSHkey,但是当我要将它添加到ssh-agent时是这样的似乎是什么问题?

GitLab 远程 : HTTP Basic: Access denied and fatal Authentication

不同于thispost,我在macOS上。我在GitLab中配置了密码。在GitLab上创建项目后,我还创建了一个SSLkey。当我将现有文件夹用于新项目并按照以下步骤操作时,系统会提示我输入我的GitLab用户名和密码。现有文件夹cdexisting_foldergitinitgitremoteaddoriginhttps://gitlab.com/sobopla/Geronimod.gitgitadd.gitcommit-m"Initialcommit"gitpush-uoriginmaster输入密码后出现以下错误。remote:HTTPBasic:Accessdeniedfat

c# - 在单声道中使用 Twitterizer 时出现 "The authentication or decryption has failed."错误

为什么会出现这个错误UnhandledException:Twitterizer.TwitterizerException:Errorgettingresponsestream(Write:Theauthenticationordecryptionhasfailed.):SendFailure--->System.Net.WebException:Errorgettingresponsestream(Write:Theauthenticationordecryptionhasfailed.):SendFailure--->System.IO.IOException:Theauthent

PHP Swift 邮件程序 : Failed to authenticate on SMTP using 2 possible authenticators

当我使用PHPSwift邮件程序向此服务器发送电子邮件时:smtp.exchange.example.com,如下所示://Loadtransport$this->transport=Swift_SmtpTransport::newInstance(self::$config->hostname,self::$config->port)->setUsername(self::$config->username)->setPassword(self::$config->password);//Loadmailer$this->mailer=Swift_Mailer::newInstanc

php - PHPMailer中的"SMTP Error: Could not authenticate"

我在通过Gmail发送电子邮件的简单脚本中使用PHPMailer,我收到“未知错误”(至少对我而言!):SMTPError:Couldnotauthenticate.Error:SMTPError:Couldnotauthenticate.SMTPservererror:5.7.1UsernameandPasswordnotaccepted.Learnmoreat5355.7.1http://mail.google.com/support/bin/answer.py?answer=14257p38sm2467302ybk.16我读过有关为SSL/TLS连接配置OpenSSL的内容,并且

由于 "authentication protocol refused",MySQL ODBC 链接失败

我进行了很好的搜索,但尚未找到可以解决此问题的答案。我正在尝试从MSAccess连接到远程服务器上的MySQL5.2数据库。我已经设置了一个用户帐户,该帐户对相关表具有选择、插入、更新和删除权限。但是,当我尝试连接此帐户时,我得到:ConnectionFailed[HY000][MySQL][ODBC5.2(w)Driver]Connectionusingold(pre-4.1.1)authenticationprotocolrefused(clientoption'secure_auth'enabled)当我尝试使用root帐户Access时,连接正常,这让我想知道为什么它返回身份验

mysql - "Authentication plugin ' 缓存_sha2_password'

我是MySql环境的新手并已安装:MySQL使用以下命令:sudoapt-getupdatesudoapt-getinstallmysql-servermysql_secure_installation还安装了mysql工作台。但是当我尝试连接本地主机时,出现以下错误:“无法加载身份验证插件'caching_sha2_password':/usr/lib/mysql/plugin/caching_sha2_password.so:无法打开共享对象文件:没有这样的文件或目录”即使这是我第一次在stackoverflow中发布问题,对于我的演示错误和语法感到抱歉。