Configure Kerberos server in i5/OS PASE

Use the information from your planning work sheets to configure a Kerberos server on i5/OS™ PASE on iSeries™ A as follows:
Note: Any and all passwords specified in this scenario are for example purposes only. To prevent a compromise to your system or network security, you should never use these passwords as part of your own configuration.
  1. In a character-based interface, enter call QP2TERM This command opens an interactive shell environment that allows you to work with i5/OS PASE applications.
  2. At the command line, enter export PATH=$PATH:/usr/krb5/sbin. This command points to the Kerberos scripts that are necessary to run the executable files.
  3. At the command line, enter config.krb5 -S -d myco.com -r MYCO.COM, where -d is the DNS of your network and -r is the realm name. (In this example, myco.com is the DNS name and MYCO.COM is the realm name.) This command updates the krb5.config file with the domain name and realm for the Kerberos server, creates the Kerberos database within the integrated file system, and configures the Kerberos server in i5/OS PASE. You will be prompted to add the following passwords:
    • database Master Password: pasepwd
    • admin/admin principal password: secret
  4. Press PF3 (Exit) to exit the PASE environment.