#!/bin/bash
#

if [ -f /etc/krb5.keytab ]; then
   rm -f /etc/krb5.keytab
fi
/opt/hsc/bin/KerberosSettings modify verify_ap_req_nofail false
exit $?
