Chapter 7 HPSS User Interface Configuration420 September 2002 HPSS Installation GuideRelease 4.5, Revision 2Important fields in the /etc/krb5.conf:[libdefaults] stanza:The default_realm should map to the kerberos realm name you wish to use, which inmost cases will be the same as the dce cell name.The default_keytab_name (which is on the server host) is typically /krb5/v5srvtab.This is the keytab used by the ndcg kerberos service.[realms] stanza:This contains the information for the kerberos realm. It has the realm_name followedby information about the realm in the format shown in the sample file.The kdc field is a required field. This must point to the fully qualified hostname onwhich the kdc (key distribution center) resides. Additionally one can specify the portused by the kdc (88)[domain_realm] stanza:This stanza contains mappings for the various hosts in the kerberos cell. At the veryleast it should havev A mapping from the NDCG server host (dopey.clearlake.ibm.com) to therealm name (dopey_cell.clearlake.ibm.com)v A mapping from the NDAPI client machine (happy.clearlake.ibm.com) to therealm name (dopey_cell.clearlake.ibm.com)[Please note that this stanza requires fully qualified hostname.]7.2.3.2.2 On the Non DCE Gateway machine:2. Make sure you already have the /etc/krb5.conf and the /krb5/v5srvtab files3. Add ndcg and host entries for target kerberos database.Thus if your hostname is dopey.clearlake.ibm.com your ndcg service will be called ndcg/dopey.clearlake.ibm.com and your host will be called host/dopey.clearlake.ibm.comHere is how to do it using rgy_edit:â login as root and perform a dce_login as cell_adminâ run rgy_edit and issue the following commands:rgy_edit=> domain principalDomain changed to: principalrgy_edit=> add host/dopey.clearlake.ibm.com -f \"KRB5 host principal"rgy_edit=> add ndcg/dopey.clearlake.ibm.com -f \"KRB5 service principal"