Cannot delete expired principal from kerberos system, how delete principals in kerber
Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have some very strange issues related to kerberos server ( heimdal on debian etch ).
When I do kadmin -l and then list * I got the following.
kadmin -l
kadmin> list *
kadmin>
and this is clear to me.
When I do kadmin ( without l ) and then list * I got the following output
kadmin
kadmin> list *
test/admin@TEST.COM's Password:
and then I enter password for "test" and got the following
kadmin: kadm5_get_principals: Client (test/admin@TEST.COM) unknown
When I try kadmin>delete test I get
kadmin> delete test
test/admin@TEST.COM's Password:
kadmin: del test: Client (test/admin@TEST.COM) unknown
I cannot understand why I can not delete test?
I know that is switch l with kadmin means locally database administration on kerberos database and I googled, reading still man pages but I cannot figure out how delete test from my system.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.