----------------------------------------------------------------- A) If you want to use the Admin client your principal is supposed to present in the SAZDB as admin principal. This doesnot apply for using User client. To add you DN in the SAZDB manually so that you are authorized to use AIClient Login on the SAZServer host machine mysql -p12345 use SAZDB; insert into admin (prin) values ('dane@FNAL.GOV'); The AIServer will never know who is authorized to add an admin untill the admin himself is in the database. Someone has to be present in the DB at the first place to do use AIClient for normal SQL operations thru AIServer ----------------------------------------------------------------- This step is not required but recommended. B) To compile and check that everthing is working % cd rootDirectoryOfInstall % . setup.sh % gmake You will need vdt1.1.10 or higher installed if you want to test the callout i.e the client that talks to the SAZServer. For instructions on how to use callout in the gatekeeper, please refer bottom of README file. ----------------------------------------------------------------- ----------------------------------------------------------------- C) To run AIClient, log in as normal user % kinit % . setup.sh % aiclient full_host_name_domain_name_AI_Server port_number_of_AI_Server For example aiclient heorot.fnal.gov 9999 ----------------------------------------------------------------- D) To run UIClient, log in as normal user % kinit % . setup.sh % uiclient full_host_name_domain_name_AI_Server port_number_of_AI_Server For example uiclient heorot.fnal.gov 9999 ----------------------------------------------------------------- E) If you are prompted for a kerberos password , it means your krb5 setting are not as required by SAZ. Please edit your /etc/krb5.conf and change the ccache_type from 2 to 3 ----------------------------------------------------------------- F) To run the standalone sazclient which actually connects to SAZserver and tests the authorization % . setup.sh % sazclient It will display help message