Skip to content

Commit 59c2ca7

Browse files
committed
Add a note about Kerberos keytab extraction
1 parent 55cd1f6 commit 59c2ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samba/configure_samba_pki.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ fi
105105
if [ ! -f "${KEYTAB}" ]; then
106106
echo "Kerberos keytab does not exist. Creating."
107107
# 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
108109
KRB5_KTNAME="FILE:${KEYTAB}" sudo net ads keytab CREATE -P
109110
fi
110111

0 commit comments

Comments
 (0)