At 03:33 PM 12/18/01 -0500, you wrote:
>Hi there,
>
>Make sure that your /etc/krb5.conf file contains the proper configuration
>for your KDC(s). If it's the proper config, perhaps something to do with
>name resolution. I understand that you are running kadmin on the Kerberos
>server itself, so it's probably not related to anything else then giving
>it the proper name in your conf file.

Here's that file:

[logging]
  default = FILE:/var/log/krb5libs.log
  kdc = FILE:/var/log/krb5kdc.log
  admin_server = FILE:/var/log/kadmind.log

[libdefaults]
  ticket_lifetime = 24000
  default_realm = PERFORMANCEMARKETERS.COM
  dns_lookup_realm = false
  dns_lookup_kdc = false

[realms]
  PERFORMANCEMARKETERS.COM = {
   kdc = kerberos.performancemarketers.com:88
   admin_server = kerberos.performancemarketers.com:749
   default_domain = performancemarketers.com
  }

[domain_realm]
  .performancemarketers.com = PERFORMANCEMARKETERS.COM
  performancemarketers.com = PERFORMANCEMARKETERS.COM

[kdc]
  profile = /var/kerberos/krb5kdc/kdc.conf

[pam]
  debug = false
  ticket_lifetime = 36000
  renew_lifetime = 36000
  forwardable = true
  krb4_convert = false

I'm still having problems. kerberos.performancemarketers.com:88 doesn't 
resolve (nor port 749). I'm presuming I don't need to put anything special 
in my httpd.conf file (which already has a ServerAlias of *.perfor...)
TIA,
BenO


>Good luck,
>Mathieu
>
>In article <[EMAIL PROTECTED]>, "Ben
>Ocean" <[EMAIL PROTECTED]> wrote:
>
> > Hi;
> > I've taken over a new RH71 box and I'm working with kerberos for the
> > first time. I've run into a strange problem (see below) that I haven't
> > been able to figure out so I thought I'd rebuild from source to be able
> > to run make check, etc. But if I do this I'm going to have to rpm -e
> > certain rpms. My question is which? Here are the likely candidates:
> >
> > #rpm -qa |grep krb
> > krbafs-1.0.5-1
> > krb5-devel-1.2.2-5
> > krb5-server-1.2.2-5
> > pam_krb5-1.31-1
> > krb5-libs-1.2.2-5
> > krb5-workstation-1.2.2-5
> >
> > The problem which has prompted this is that I can run kadmin.local
> > without error but when I run kadmin I get this error:
> >
> > #/usr/kerberos/sbin/kadmin
> > Authenticating as principal [EMAIL PROTECTED] with
> > password.
> > kadmin: Cannot resolve network address for KDC in requested realm while
> > initializing kadmin interface
> >
> > Any ideas on either of these would be appreciated. TIA,
> > BenO




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to