Vern,
On Tue, 11 Dec 2001, Gill, Vern wrote: > # /usr/local/kerberos5/sbin/kadmin > Authenticating as principal [EMAIL PROTECTED] with password. > kadmin: Client not found in Kerberos database while initializing kadmin > interface > I am lost... Have you set up administrative principals in your Kerberos database? To use 'kadmin', you must already have an admin principal in the database, and it must be added to the kadm5.acl file. If you do not yet have an admin principal in the database, you need to first run 'kadmin.local' on the KDC in order to add it. Typically, admin principals are of the form '<your_username>/admin', but NOT 'root/admin', because root is a host-specific concept that doesn't map well to Kerberos realms. Cheers, Steve Langasek postmodern programmer
