您好,登錄后才能下訂單哦!
Kerberos命令怎么使用,針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。
1.登錄 kinit admin/admin@EXAMPLE.COM
2.查詢登錄狀態 klist
3.退出 kdestroy
4.登錄管理KDC服務器
登錄后臺 kadmin.local
查看用戶列表 listprincs
修改賬號密碼 change_password admin/admin@EXAMPLE.COM
刪除用戶 delete_principal test1
創建用戶 add_principal test/admin@EXAMPLE.COM
5.使用Keytab驗證是否可以登錄(無錯誤輸出即可)
kinit -kt /etc/security/keytabs/admin.keytab admin/admin@EXAMPLE.COM
6.查看keytab文件中的帳號列表
klist -ket /etc/security/keytabs/hdfs.headless.keytab
7.將用戶導入到keytab文件(修改密碼或者增加用戶之后如果使用kinit -kt /etc/security/keytabs/admin.keytab admin/admin@EXAMPLE.COM 登錄需要導出到keytab文件 )
[root@ambari-01 presto]# kadmin.local Authenticating as principal root/admin@thxh.COM with password. kadmin.local: xst -k /etc/security/keytabs/hive.service.keytab hive/ambari-01@thxh.COM Entry for principal hive/ambari-01@thxh.COM with kvno 5, encryption type aes256-cts-hmac-sha1-96 added to keytab WRFILE:/etc/security/keytabs/hive.service.keytab. Entry for principal hive/ambari-01@thxh.COM with kvno 5, encryption type aes128-cts-hmac-sha1-96 added to keytab WRFILE:/etc/security/keytabs/hive.service.keytab. Entry for principal hive/ambari-01@thxh.COM with kvno 5, encryption type des3-cbc-sha1 added to keytab WRFILE:/etc/security/keytabs/hive.service.keytab. Entry for principal hive/ambari-01@thxh.COM with kvno 5, encryption type arcfour-hmac added to keytab WRFILE:/etc/security/keytabs/hive.service.keytab. Entry for principal hive/ambari-01@thxh.COM with kvno 5, encryption type camellia256-cts-cmac added to keytab WRFILE:/etc/security/keytabs/hive.service.keytab. Entry for principal hive/ambari-01@thxh.COM with kvno 5, encryption type camellia128-cts-cmac added to keytab WRFILE:/etc/security/keytabs/hive.service.keytab. Entry for principal hive/ambari-01@thxh.COM with kvno 5, encryption type des-hmac-sha1 added to keytab WRFILE:/etc/security/keytabs/hive.service.keytab. Entry for principal hive/ambari-01@thxh.COM with kvno 5, encryption type des-cbc-md5 added to keytab WRFILE:/etc/security/keytabs/hive.service.keytab. kadmin.local: exit
xst -k /etc/security/keytabs/hive.service.keytab -norandkey hive/ambari-01@thxh.COM (不修改密碼)
這個好使 ktadd -k /etc/security/keytabs/user.keytab -norandkey user(不修改密碼)
修改賬號密碼 change_password admin/admin@EXAMPLE.COM 再試試導入密碼到文件
關于Kerberos命令怎么使用問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。