Skip to content
Snippets Groups Projects
Commit 38f2a615 authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Set the server keytab in the startup script for the auth server.

parent 76152a16
No related branches found
No related tags found
2 merge requests!7Merge of PDK, broker, auth,!4Devel
#!/bin/bash
# Set the keytab. Otherwise, it won't find the appropriate keys.
export KRB5_KTNAME=$(pwd)/keys/kerberos.keytab
if grep "aes-devel" /etc/hostname > /dev/null
then
# Allow debug auth when on the devel system.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment