[OpenAFS] dns problem on os X panther
aK
solaris4ever@gmail.com
Thu, 3 Nov 2005 18:59:05 +0900
I'm setting up AFS server on os X panther and it seems like dns (BIND
9.2.2) is causing the following kerberos error when i ran kadmin.
panther:/var/db/krb5kdc root# kadmin
Authenticating as principal root/admin@PANTHER.SOLARIX.HOMEUNIX.NET with
password.
kadmin: Cannot resolve network address for KDC in requested realm while
initializing kadmin interface
panther:/var/db/krb5kdc root# more kadm5.acl
ak/admin@PANTHER.x.x.x.com *
panther:/var/db/krb5kdc root# cat kdc.conf
[kdcdefaults]
kdc_ports =3D 88,750
acl_file =3D /var/db/krb5kdc/kadm5.acl
dict_file =3D /usr/share/dict/words
admin_keytab =3D /var/kerberos/krb5kdc/kadm5.keytab
v4_mode =3D nopreauth
[realms]
PANTHER.x.x.x.com =3D {
database_name =3D /var/db/krb5kdc/principal
admin_keytab =3D /var/db/krb5kdc/kadm5.keytab
acl_file =3D /var/db/krb5kdc/kadm5.acl
dict_file =3D /var/db/krb5kdc/kadm5.dict
key_stash_file =3D /var/db/krb5kdc/.k5.PANTHER.x.x.x.com
kadmin_port =3D 750,88
max_life =3D 10h 0m 0s
max_renewable_life =3D 7d 0h 0m 0s
master_key_type =3D des3-hmac-sha1
supported_enctypes =3D des3-hmac-sha1:normal des-cbc-crc:no=
rmal
}
root# cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 panther.x.x.com localhost
192.168.11.6 panther.x.x.com panther
255.255.255.255 broadcasthost
192.168.11.7 krb.x.x.x.com krb
::1 localhost
and
/etc/resolv.conf
panther:/var/db/krb5kdc root# more /etc/resolv.conf
nameserver 127.0.0.1
I've been googling for the last few days and can't figure out as I'm
not a dns expert. Can anyone tell me what have I done wrong here?
thanks much