> kinit: Client not found in Kerberos database while getting initial > credentials Are you sure that you are using correct username (for kinit) which exist in the new realm? Please make sure that: 1. you are specifying correct username + realm name for getting ticket. (e.g. kinit [email protected]) 2. The new KDC & kadmin servers are reachable.
> Or are we missing any more configuration to add new realm ? Can't think of any more configuration that is required. On Tue, Aug 9, 2011 at 5:57 PM, Sangodkar, Sanket <[email protected]> wrote: > > > Hi, > > > > We have configured SSO using Kerberos with Apache Http Server. > > The realms name are defined in krb5.conf. > > We needed to add one more domain to krb5.conf file - > > > > We have inserted new realm as - > > xxx.xxx.COM = { > > kdc = <dns_name> > > admin_server = <dns_name> > > } > > > > But after executing kinit command for respective domain xxx.xxx.COM it > > specifies following error message - > > kinit: Client not found in Kerberos database while getting initial > credentials > > > > We wanted to know whether only specifying new name under [realm] content > will > > add new domain/realm to Kerberos configuration. > > Or are we missing any more configuration to add new realm ? > > > > Regards, > > Sanket > > > > > > > > This e-mail and the documents attached are confidential and intended solely > for the addressee; it may also be privileged. If you receive this e-mail in > error, please notify the sender immediately and destroy it. As its integrity > cannot be secured on the Internet, the Atos group liability cannot be > triggered for the message content. Although the sender endeavors to maintain > a computer virus-free network, the sender does not warrant that this > transmission is virus-free and will not be liable for any damages resulting > from any virus transmitted. > ________________________________________________ > Kerberos mailing list [email protected] > https://mailman.mit.edu/mailman/listinfo/kerberos > -- -Rathor ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
