Re: Copying principals to another realm

Victor Sudakov <[email protected]>
Newsgroups gmane.comp.encryption.kerberos.heimdal.general
Organization AO "Svyaztransneft", SibPTUS
Message-ID <[email protected]>
Henry B (Hank) Hotz, CISSP wrote:
> > I would like to copy some user principals from one realm to another
> > while retaining their keys/passwords. Which is the correct way to do
> > it a) within one multi-realm KDC b) between two KDCs?

> If both are Heimdal, then I???ve done:
> 
> kadmin -l dump --decrypt | grep ^principal >xfr.file
> kadmin -l merge xfr.file

Yes, but the xfr.file will contain principals with realms appended,
but I want to copy principals into a different realm.

Of course, I can use sed/awk to change the realm suffixes:

kadmin -l dump -d | grep ^principal |\
 	sed  's/OLD\.REALM/NEW.REALM/' >xfr.file

but are you sure the keys don't depend somehow on those suffixes
(maybe hashed realm suffixes, I dunno).


-- 
Victor Sudakov,  VAS4-RIPE, VAS47-RIPN
sip:[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.