[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: krb5 server as a slave for krb4
Graeme Wood <jaw@ucs.ed.ac.uk> writes:
> However, when I try making the krb5 server a slave for the krb4
> realm, hpropd dies with a bad sendauth version error.
I would guess what's happening here is that you're trying to use kprop
with hpropd? That will not work. You need to one the following:
a) run hprop on your krb4 master server and hpropd on the krb5 slave
b) run kprop on your krb4 master server and kpropd on the krb5 slave,
and then run `hprop -4 -n | hpropd -n' to convert the database to a v5
one.
/assar