Kerberos on Solaris 9

From: Grimland, Courtney (grimland@uta.edu)
Date: Wed Dec 19 2007 - 16:50:58 EST


Kerberos auth has been working fine for a while now, but at some point
recently it broke on my Solaris 9's, but it still works on my Solaris
10's. I haven't changed anything config-wise.

user@host:~$ uname -a
SunOS host 5.9 Generic_122300-17 sun4u sparc SUNW,Sun-Fire-V440
user@host:~$ getent hosts kerberos.my.domain
129.107.56.30 kerberos.cedar.my.domain kerberos.my.domain
user@host:~$ kinit user
Password for user@CEDAR.MY.DOMAIN:
kinit: Cannot resolve network address for KDC in requested realm while
getting initial credentials
user@host:~$ cat /etc/krb5/krb5.conf
#
#pragma ident "@(#)krb5.conf 1.2 99/07/20 SMI"
# Copyright (c) 1999, by Sun Microsystems, Inc.
# All rights reserved.
#

# krb5.conf template
# In order to complete this configuration file
# you will need to replace the __<name>__ placeholders
# with appropriate values for your network.
#
[libdefaults]
        default_realm = CEDAR.MY.DOMAIN
        verify_ap_req_nofail = false

[realms]
        CEDAR.MY.DOMAIN = {
                kdc = kerberos.my.domain
                admin_server = labrador.my.domain
        }

<...SNIP...>
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:42:37 EDT