kinit: Client's credentials have been revoked while getting initial credentials

做~自己de王妃 提交于 2019-12-06 01:53:00

The error you presented: "kinit: Clients credentials have been revoked while getting initial credentials" means the Active Directory account to which the keytab is related has been disabled, locked, expired, or deleted.

By default, one cannot unlock their own account in AD (unless they are Domain Administrator, Domain Account Operator, or a member of some other administratively privileged group). The AD admin would need to grant you these rights. Based on the problem description, it sounds entirely possible the AD admin is looking at the wrong account. For example if you run the command:

setspn -Q HTTP/somedomain.local

where "HTTP/somedomain.local" represents the SPN in this case, the output will reveal the name of the AD account tied to the SPN and keytab - your AD admin needs to look at that account and determine whether its been disabled, locked, expired, or deleted and take corrective action.

Issue: kinit clients credentials have been revoked while getting initial credentials

The solution is very simple. Check the WMI account in active directory. The WMI or WMI_query account must have been locked out. Which triggers this error on.

Solution: unlock the WMI_query account in active directory. Refresh it few times. Issue resolved. Thanks Hamid Bhalli

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!