码迷,mamicode.com
首页 >  
搜索关键字:authentication    ( 1609个结果
git push 遭遇 fatal: Authentication failed
push远程仓库遇到报错 remote: Invalid username or password. fatal: Authentication failed 1、首先配置用户信息 git config --global user.name [username] git config --globa ...
分类:其他好文   时间:2020-06-30 17:17:34    阅读次数:49
mongodb 错误 SCRAM-SHA-1 authentication failed for --转
问题:执行 db.auth(‘username’, ‘password’),monoDB 认证失败,出现 SASL SCRAM-SHA-1 authentication failed for nls-cloud on admin from client 172.19.0.1:14500 ; User ...
分类:数据库   时间:2020-06-28 15:29:47    阅读次数:180
kerberos 协议初探
kerberos原理 一个客户端要访问某个服务时,先要到KDC去认证自己,并获得访问票据TGT 然后客户端再拿着这个访问票据到自己真实想要访问的服务去获得访问授权, 然后真实的进行访问 在kerberos中,KDC有两部分组成: Authentication Server,用来认证用户,即验证用户存 ...
分类:其他好文   时间:2020-06-27 18:42:25    阅读次数:81
docker registry 2 with tls and basic authentication
今天安装docker registry, 并且加上tls证书和用户名密码登录 0. 准备两个vm: node1, node2 两个vm的 /etc/hosts加上 192.168.x.x node1.org node1.org就是registry用的域名。 2020.6.27 node1上操作: 1 ...
分类:其他好文   时间:2020-06-27 09:58:18    阅读次数:83
2. OSPF认证
1. OSPF认证 认证类型: 不认证 明文认证 密文认证 认证的方式 区域认证 接口认证(优先) vlink 比较特殊 认证的数据 认证的类型和认证的数据都要匹配(认证方式无所谓)key ID也要相同 // 接口认证 int g0/0/1 ospf authentication-mode simp ...
分类:其他好文   时间:2020-06-23 20:55:40    阅读次数:51
MySQL-错误:2059 - Authentication plugin 'caching_sha2_password' cannot be loaded
MySQL-错误:2059-Authentication plugin 'caching_sha2_password' cannot be loaded 一 现象 使用docker镜像创建容器后,mysql测试连接不成功 二 原因 网上查询得到原因:在mysql8之前的版本中加密规则为mysql_n ...
分类:数据库   时间:2020-06-22 22:42:23    阅读次数:130
Linux的安全模型
#3A ##资源分派: Authentication:认证,验证用户身份 Authorization:授权,不同的用户设置不同权限 Accouting|Audition:审计 当用户登录成功时,系统会自动分配令牌token,包括:用户标识和组成员等信息 ##用户 Linux中每个用户是通过User ...
分类:系统相关   时间:2020-06-22 01:19:37    阅读次数:82
2059-Authentication plugin'caching_sha2_password'cannot be loaded
Navicat在连接MySQL的时候出现了以下错误:原因: 新版mysql数据库的加密方式改变,进而导致Navicat连接输入的密码不能与安装时输入的密码匹配,那如何解决这个问题呢?很简单,只需要一句代码的事儿~ 1、打开MySQL 8.0 Command Line Client 2、输入密码3、更 ...
分类:其他好文   时间:2020-06-20 22:00:12    阅读次数:65
emqx 关闭匿名访问和必须匹配身份认证才能访问
修改 /etc/emqx/emqx.conf 的配置项 ## Allow anonymous authentication by default if no auth plugins loaded. ## Notice: Disable the option in production deploy ...
分类:其他好文   时间:2020-06-20 18:46:51    阅读次数:113
解决mysql8报错:ERROR 1410 (42000): You are not allowed to create a user with GRANT
新安装Ubuntu20服务版, 安装mysql8 后 使用以下语句更改密码 update mysql.user set authentication_string='password' where user='root'; 出现show databases,不能使用。 最后无法只能重新安装mysql ...
分类:数据库   时间:2020-06-19 23:19:41    阅读次数:205
1609条   上一页 1 ... 5 6 7 8 9 ... 161 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!