[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange kadmin error
Marcus Better <marcus@dactylis.com> writes:
> But it still doesn't work when started from xinetd. Here is my xinetd
> configuration file:
> ------------------------------------
> service kerberos-adm
> {
> disable = no
> socket_type = stream
> protocol = tcp
> user = root
> wait = no
> server = /usr/lib/heimdal-servers/kadmind
> server_args = -d
> }
you should run it without -d, with that option it tries to bind to the port
itself instead of jut using stdin.
Love
PGP signature