Hello !! My krb5kdc and kadmind are running, I type the follow: kdb5_util create -s...I believe that is to create the stash file, am I correct?
Now I am with problem in authentication. I type kinit [email protected] and appear: Nov 09 16:16:26 paulo-laptop krb5kdc[3372](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 127.0.0.1: CLIENT_NOT_FOUND: [email protected] for krbtgt/[email protected], Client not found in Kerberos database In my kadm5.acl file has the user such as below: */[email protected] Can someone help me?? Thanks. From: [email protected] To: [email protected] CC: [email protected] Subject: RE: Help Date: Tue, 9 Nov 2010 15:20:37 -0200 Hello !! I configured my host, and I don't have more problem with the dns kerberos.teste.uem. When I type ping kerberos.teste.uem, it answers to me: PING kerberos.teste.uem (127.0.0.1) 56(84) bytes of data. 64 bytes from kerberos.teste.uem (127.0.0.1): icmp_seq=1 ttl=64 time=0.031 ms 64 bytes from kerberos.teste.uem (127.0.0.1): icmp_seq=2 ttl=64 time=0.037 ms Now I am with problems to configure the Kerberos again. When I type /usr/sbin/kadmind appear: kadmind: No such file or directory while initializing, aborting When I type /usr/sbin/krb5kdc appear: krb5kdc: cannot initialize realm teste.uem - see log file for details When I type kinit appear: kinit: Cannot contact any KDC for realm 'teste.uem' while getting initial credentials I need your help... Follows bellow my krb5.conf file: [libdefaults] default_realm = teste.uem dns_lookup_realm = false dns_lookup_kdc = false [realms] teste.uem = { kdc = kerberos.teste.uem:88 admin_server = kerberos.teste.uem:749 default_domain = teste.uem } [domain_realm] .teste.uem = teste.uem teste.uem = teste.uem [login] krb4_convert = false krb4_get_tickets = false [logging] kdc = FILE:/var/log/krb5kdc.log admin_server = FILE:/var/log/kadmin.log default = FILE:/var/log/krb5lib.log Thanks. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > Date: Fri, 29 Oct 2010 23:48:06 +0300 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: Help > > On Thu, Oct 28, 2010 at 02:35:43PM -0200, Paulo Oliveira wrote: > > > When you type kinit do you still see the following error? > > > > > > > kinit: Cannot resolve network address for KDC in realm teste.uem while > > > > getting initial credentials > > > > Yes, It's appearing the same error. > > > > > If so, does kerberos.teste.uem exist in the DNS or in /etc/hosts ? > > > What happens if you type "ping kerberos.teste.uem" ? > > > > I typed ping kerberos.teste.uem...and appeared the following message: > > > > ping: unknown host kerberos.teste.uem > > This means that your server can't find any machine called > "kerberos.teste.uem" - that is, it cannot convert that name into an IP > address. > > > I am new in Kerberos! Sorry if my asks are a little basics. > > I'm afraid your problem is not with Kerberos; you need to learn some basics > of TCP/IP and DNS first. Use google to find some tutorials, and if you have > questions, another mailing list may be a more appropriate place to ask. ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
