Connector Guides › Connectors Guide › Connecting to Endpoints › Kerberos Connector › Kerberos Installation and Deployment › Install and Deploy the Connector › How to Set Up SSH Permissions for the Kerberos Connector › Create a Softlink 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
- Log in interactively through SSH.
- Enter the following command:
echo $PATH
- Select a path from the list that appears.
- Verify the path to kadmin. Do any of the following:
- Contact your Solaris administrator to verify the path to kadmin
- Enter the following command:
find / -name kadmin
- 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
- Verify that kadmin is now visible through SSH.