Sun OpenSSO Enterprise 8.0 Administration Reference

Password File

In most ssoadm subcommands, the password file is required option. The password file is a simple file that contains the administrator password for the given task. To create a password file:

  1. Create the password file in a location you will remember. For example:

    echo "" > /tmp/testpwd

  2. It is recommended to change the permissions to read-only:

    chmod 400 /tmp/testpwd