Previous Topic: How to Make kadmin Visible

Next Topic: Modify the Environment File to Make kadmin Visible

Create a Softlink to Make kadmin Visible

If kadmin is not visible and you have performed the steps in the procedure Verify that kadmin is Visible in the SSH Environment, you can create a soft link to kadmin.

To create a softlink to kadmin

  1. Log in interactively through SSH.
  2. Enter the following command:
    echo $PATH
    
  3. Select a path from the list that appears.
  4. Verify the path to kadmin. Do any of the following:
  5. Create a soft link on the suitable path to kadmin.

    For example, if the path in step 3 is /usr/sbin, and kadmin is in /usr/krb5:

    ln -s /usr/krb5/kadmin /usr/sbin
    
  6. Verify that kadmin is now visible through SSH.