[38082] in Kerberos

home help back first fref pref prev next nref lref last post

Re: krb5

daemon@ATHENA.MIT.EDU (Earl Killian)
Wed Oct 18 11:28:22 2017

To: Benjamin Kaduk <kaduk@mit.edu>
From: Earl Killian <kerberos@lists.killian.com>
Message-ID: <7fd0c5b6-7915-d57b-9090-c3b03603bbee@killian.com>
Date: Wed, 18 Oct 2017 08:27:43 -0700
MIME-Version: 1.0
In-Reply-To: <20171017234459.GV96685@kduck.kaduk.org>
Content-Language: en-US
Cc: kerberos@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu

Thank you. Here are the things you requested plus a few more:

% hostname
alpha
% hostname -f
alpha.sub.killian.com
% sed -n -e '/^[^#]/p' /etc/hosts
127.0.0.1	localhost
::1             localhost ipv6-localhost ipv6-loopback
fe00::0         ipv6-localnet
ff00::0         ipv6-mcastprefix
ff02::1         ipv6-allnodes
ff02::2         ipv6-allrouters
ff02::3         ipv6-allhosts
% dig +nocmd +noadditional +noauthority -x 192.168.1.5 | sed -n -e '/^[^;]/p'
5.1.168.192.IN-ADDR.ARPA. 28800 IN	PTR	alpha.sub.killian.com.
% sed -n -e '/^[^#]/p' /etc/host.conf
order hosts, bind
multi on
% sed -n -e '/^[^#]/p' /etc/nsswitch.conf
passwd: compat
group:  compat
hosts:  	files mdns_minimal [NOTFOUND=return] dns
networks:	files dns
services:	files
protocols:	files
rpc:		files
ethers:		files
netmasks:	files
netgroup:	files nis
publickey:	files
bootparams:	files
automount:	files nis
aliases:	files


On 10/17/17 16:44, Benjamin Kaduk wrote:
> On Tue, Oct 17, 2017 at 03:04:20PM -0700, Earl Killian wrote:
>> So obviously I removed the two new "security" lines from my krb5.conf to
>> restore things to a working situation. However, I would like to inquire
>> of the mailing list how things are supposed to work when those are set
>> to false as in the openSUSE distro.
> Most likely, your system is configured such that (some things) think that
> the local hostname is just "alpha", not the fully-qualified form.
> So, the output of `hostname` and `hostname -f` are interesting, as is
> the contents of /etc/hosts.
>
> -Ben



________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

home help back first fref pref prev next nref lref last post