Darek <[email protected]> writes: > I am running version 1.6.3 on FreeBSD 7.0-RELEASE, installed from ports. > > I start the daemon with /usr/local/sbin/krb5kdc > > This starts > > root krb5kdc 38718 99 udp4 127.0.0.1:750 *:* > root krb5kdc 38718 100udp4 127.0.0.1:88 *:* > > (only showing localhost, but public IPs listening as well) > > However, I do not see a passwd daemon running. Tried specifying it in > /etc/kdc.conf with "kpasswd_port = 464" in my realm and still no go.
kpasswd services are provided by kadmind. You need to also start it. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
