kadmin.local进入,添加principal,如:

addprinc -pw 123456 user

然后再操作生成keytab文件,

ktadd -k /etc/security/keytabs/user.keytab user

发现kinit user,输入的密码失效登录不上,每次报错:

kinit: Password incorrect while getting initial credentials

原因:每次生成秘钥文件时,密码可能会进行改变,解决办法:

ktadd -k /etc/security/keytabs/user.keytab -norandkey user

(生成秘钥keytab文件时,添加参数-norandkey)

Kerberos报错:kinit: Password incorrect while getting initial credentials相关推荐

  1. 安装kerberos报错 error: command 'gcc' failed with exit status 1

    pip install kerberos 报错:error: command 'gcc' failed with exit status 1 安装环境工具 yum install gcc libffi ...

  2. ftp登录时,报错“530 Login incorrect.Login failed”

    一.问题 由于项目需求:需要在搭建一个ftp.在设置完文件夹,创建新用户并赋予相应权限以后.        我登录ftp站点时爆出如下错误信息. 我的运行环境:centos8.2   64bit 二. ...

  3. mysql中大数据表alter增加字段报错:1034 Incorrect key file for table 'table_name'; try to repair it...

    mysql中大数据表alter增加字段报错:"1034 Incorrect key file for table 'table_name'; try to repair it" 现 ...

  4. MySQL数据库报错 > 1366 - Incorrect string value: ‘\xE6\xB1\x9F\xE6\x96\x87‘ for column ‘Teacher‘ at row 1

    数据库报错这个多半是数据库在创建的时候没有选择字符编码,导致输入中文的时候出现报错. > 1366 - Incorrect string value: '\xE6\xB1\x9F\xE6\x96 ...

  5. 报错:Solving environment: failed with initial frozen solve. Retrying with flexible solve.

    miniconda创建虚拟环境后,在虚拟环境安装tophat,报错. Solving environment: failed with initial frozen solve. Retrying w ...

  6. zabbix server报错:FATAL: password authentication failed for user zabbix

    zabbix agent日志 [root@localhost zabbix]# cat zabbix_server.log FATAL: password authentication failed ...

  7. Snakemake报错Outputs of incorrect type

    报错! Outputs of incorrect type (directories when expecting files or vice versa). Output directories m ...

  8. 表单报错:Password field is not contained in a form

    控制台报错: 1.Password field is not contained in a form 2.Input elements should have autocomplete attribu ...

  9. 解决hue窗口中文报错问题:1366, Incorrect string value:… for column search at row 1

    在hue中查询条件加了中文,或者有中文注释都会报错 (1366, Incorrect string value:- for column search at row 1) 修改hue元数据库的字符编码 ...

最新文章

  1. 仅靠合成数据就能实现真实人脸分析!微软这项新研究告别人工标注
  2. hdu3449 有依赖的背包问题
  3. ConcurrentModificationException异常解决办法
  4. myeclipse部署ssh项目工程
  5. python对文件的处理_python文件处理fileinput使用方法详解
  6. HALCON 20.11:标定助手使用注意事项
  7. 从C# 3.0说以人为本(二)—— LINQ语法结构
  8. paip.C#.NET图形按钮制做
  9. 传智黑马java基础学习——day14
  10. 群联MPALL v3.23.00量产工具(可刷PS2251-50固件)
  11. [4G5G专题-38]:物理层- LTE/NR下行公共控制信道PDCCH与其承载的内容下行控制信息格式DCI
  12. SQL 关于时区的处理案例
  13. sql server关系代数练习--进阶
  14. android studio连接雷电模拟器
  15. cadence schematic composer/ADE virtuoso IC61 怎么样修改器件annotation
  16. codeforces日常训练 C. Cutting Out - 二分搜索答案
  17. 内网穿透工具 netapp
  18. 大家一起来玩游戏-24点(递归)
  19. python自学成才之路 miniconda创建虚拟环境
  20. 电脑ping不通Ubuntu

热门文章

  1. PNG8和PNG24的区别
  2. Java Swing 期末大作业-----图书借阅管理系统
  3. 【超详细Django网站开发过程7】便利店管理系统之——利用管理员用户对客户数据进行增删查改
  4. 三维动画与交互技术复习笔记
  5. 记一次uniapp的踩坑经历
  6. 潜在的NAT加速问题和冲突如何解决?
  7. 这个人好厉害,几张图就讲清楚了华为为什么弄不了OKR?
  8. asrc调试_RK3288_Android7.1基于tinyalsa的音频调试说明
  9. GDC 2019 “战神” 战斗模式的全新变革 上篇
  10. windows10 gcc编译C程序(分步编译)