Issue:
[root@rhevipa ~]# ipa user-find admin
ipa: ERROR: No credentials cache found
[root@rhevipa ~]# ipa user-find admin
ipa: ERROR: No credentials cache found
Resolution
[root@rhevipa log]# kinit admin
Password for admin@AREA51.PRIVATE:
[root@rhevipa log]# ipa user-find admin
--------------
1 user matched
--------------
User login: admin
Last name: Administrator
Home directory: /home/admin
Login shell: /bin/bash
UID: 1115000000
GID: 1115000000
Account disabled: False
Keytab: True
Password: True
----------------------------
Number of entries returned 1
----------------------------
As I was attempting to do some user administration with my new IPA system, I was suddenly stuck... I had forgotten that you need to initialize your Kerberos session.
Comments
Post a Comment