All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Delft Solutions. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:56, 20 June 2024 Thexa4 talk contribs protected Enroll Mac in Kerberos [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Security) (hist)
- 03:56, 20 June 2024 Thexa4 talk contribs created page Enroll Mac in Kerberos (Created page with "# Create host on IPA # Create a keytab on an enrolled host: TMPFILE="$(mktemp -u)"; ipa-getkeytab -s ipa.delftsolutions.nl -p host/<hostname> -k "$TMPFILE"; base64 -w0 "$TMPFILE" && echo; rm -f "$TMPFILE"; # On the mac as root, create the keytab: umask 026; base64 -D >/etc/krb5.keytab <<<"<key>"; umask 022")