Adding System A service principal to the Kerberos server
For i5/OS® interfaces to accept Kerberos tickets, add them to the Kerberos server as principals.
Complete the following steps to add the service principal.
If you are already in the kadmin environment, skip steps 1 through 4.
- In a character-based interface, type call QP2TERM at the command line. This command opens an interactive shell environment that allows you to work with i5/OS PASE applications.
- 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.
- At the command line, enter kadmin -p admin/admin, and press Enter.
- Sign in with administrator's password. For example, secret.
- At the kadmin prompt, enter addprinc -pw systema123 krbsvr400/systema.myco.com. You will receive a message that reads:
Principal "krbsvr400/systema.myco.com@MYCO.COM" created.
- Enter quit to exit the kadmin interface,
and press F3 (Exit) to exit the PASE environment.
Parent topic:
Scenario: Setting up a Kerberos server in i5/OS PASE