Differences between version 3 and predecessor to the previous major change of KerberosNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Thursday, June 19, 2003 1:01:10 am | by PerryLorier | Revert |
Older page: | version 2 | Last edited on Thursday, May 29, 2003 10:24:34 pm | by DanielLawson | Revert |
@@ -29,4 +29,14 @@
quit
/etc/init.d/krb5-kdc restart
/etc/init.d/krb5-admin-server restart
+
+-----
+check it works with
+ kinit root/admin
+then
+ klist -e
+to list your keys. if you don't have any keys, you've done something wrong. Good luck finding out what :) (but when you do... Wiki the problem/answer on this page)
+
+----
+kadmin.local has a whole heap of useful commands letting you add new users/delete users and change passwords. Neat!