kerberosTest/sample/kinit_client.sh

10 lines
178 B
Bash
Raw Normal View History

2023-10-06 02:31:49 +00:00
#!/usr/bin/env bash
#
export KRB5CCNAME=/tmp/krb5cc_cli_1000
export KRB5_CONFIG="/home/zeekling/project/gitea/kerberosTest/sample/krb5.conf"
kinit -kt ./cli.keytab cli
klist