...
Replace PASSWORD
and ADMINPASSWORD
with the passwords for the shib
and shibadmin
users, respectively. The shib
user will be used by the targeted ID software to access the database. The shibadmin
user can be used as an alternative to root
to initialize or update the database. Note the shib
password will need to be set in the idp attribute-resolver.xml
file, as well as in the MySQL defaults file tid.cnf
(see below).
Install the Targeted ID software
...
No Format |
---|
# mkdir /tmp/targeted-id # cd /tmp/targeted-id # tar xzf /path/to/targeted-id-source.tgz # make install |
Create /usr/local/targeted-id/etc/tid.cnf
, if necessary, and set the password for the shib
database user (from above); you can copy tid.cnf.example in that directory, and simply set the password accordingly.
Initialize the Targeted ID database
...