We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cd1f6 commit 59c2ca7Copy full SHA for 59c2ca7
samba/configure_samba_pki.sh
@@ -105,6 +105,7 @@ fi
105
if [ ! -f "${KEYTAB}" ]; then
106
echo "Kerberos keytab does not exist. Creating."
107
# https://runops.wordpress.com/2015/04/22/create-machine-keytab-on-linux-for-active-directory-authentication/
108
+ # https://wiki.samba.org/index.php/Keytab_Extraction#Online_Keytab_Creation_from_Machine_Account_Password
109
KRB5_KTNAME="FILE:${KEYTAB}" sudo net ads keytab CREATE -P
110
fi
111
0 commit comments