[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using hprop from kaserver on local machine...



Eric Knudstrup <eric@knudstrup.org> writes:

> Ok, I have a situation where I am trying to use hprop from the same
> machine that I want to migrate to Heimdal, and neither the kaserver
> or the kdc wants to give up its privileged ports so I can populate
> the Krb5 database.

You use stdin/stdout with -n flag, like so (untested):

hprop --source=kaserver -n | hpropd -n 

/Johan