README ======= This is the initial set of Kerberos tests for Connectathon. All the Kerberos tests use expect to provide inputs. If you don't have expect please install it from http://expect.nist.gov/index.html These scripts include tests for Kerberos clients: kinit, klist kdestroy and Kerberized applications: ftp and telnet. Additionally, there is a script to setup a Kerberos configuration file based on the MIT Kerberos configuration file format. The scripts are as follows: clients: ------- Under clients/klogin and clients/test where test is the script to be executed and klogin is the input file for expect. Edit go.env file and change realm, domain, principal name and password to the appropriate values. applications: ------------ ftp under appl/ftp/ftptst.sh and appl/ftp/testftp.sh where testftp.sh is the script to be executed and ftptst.sh is input to expect. the user value will need to be changed to the appropriate value. telnet under appl/telnet/telnettst.sh and appl/telnet/testtelnet.sh where testtelnet.sh is the script to be executed and telnettst.sh is input to expect. the user and password values will need to be changed to the appropriate values. gen-krb5conf: a script that can be used to set up a krb5.conf file Use of this script is documented within the script itself. Files: README: This file appl: Directory containing telnet and ftp tests telnet/testtelnet.sh : Shell script for executing telnet/telnettst.sh : Expect script for executing telnet. Please modify the realm, principal and the password. ftp/testftp.sh : Shell script for executing ftp ftp/ftptst.sh : Expect script for executing ftp.Please modify the realm, principal and the password. clients: Directory containing kiniti,klist and kdestroy tests tests: Sh script for executing kinit,klist and kdestroy klogin: Expect script to perform Kerberos login go.env: Please modify it to suit your needs.