Re: Copy a single KDC entry from one Heimdal database to another

Harald Barth <[email protected]> Thu, 15 Nov 2018 09:06:43 +0100 (CET)
Newsgroups gmane.comp.encryption.kerberos.heimdal.general
Message-ID <[email protected]>
> kadmin dump | grep ^principal >extract

This will give you all principals (there might be more than one)
starting with "principal" in extract, but otherwise works.

Harald.