[31513] in Kerberos
Re: Need help setting up kerberos for the first time
daemon@ATHENA.MIT.EDU (Edward Murrell)
Mon Sep 28 15:43:39 2009
X-Barracuda-Envelope-From: edward@murrell.co.nz
From: Edward Murrell <edward@murrell.co.nz>
To: kerberos@mit.edu
In-Reply-To: <350fc7cf0909280901s2968937drdf254d78a004fdb@mail.gmail.com>
Date: Tue, 29 Sep 2009 08:43:35 +1300
Message-Id: <1254167015.30130.9.camel@entropy>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
There's a bunch of things there that are a bit messed up.
Firstly, if you aren't sure what the hostname is, run;
hostname -s
If this tells you it's 'localhost', you should edit the /etc/hostname to
be something more descriptive (and the same as whatever you pick for
myserverhostname below) and then run hostname -f /etc/hostname
Also, this bit...
On Mon, 2009-09-28 at 09:01 -0700, Andrey Falko wrote:
> [realms]
> USSTORAGE.COM = {
> admin_server = USDSTORAGE.COM
> default_domain = USDSTORAGE.COM
> kdc = USDSTORAGE.COM
> }
...should be something like;
[realms]
USSTORAGE.COM = {
admin_server = myserverhostname.usdstorage.com
kdc = myserverhostname.usdstorage.com
}
This is also odd
> f) Edit /etc/hosts:
> 127.0.0.1 localhost USDSTORAGE.COM KRB.USDSTORAGE.COM Gentoo-testvm1
> usdsstorage.com krb.usdstorage.com
It should look like;
127.0.0.1 localhost
10.2.3.4 myserverhostname.usdstorage.com
Where 10.2.3.4 is the IP address of the network card (NOT localhost/loopback).
Hope that helps,
Cheers,
Edward
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos