Files
AZ-NIX-CLIENTS/roles
m3ta-chiron b33eeb71b8 docs(thin-client): fix adcli commands in provisioning guide
The previous README used 'adcli precreate' (doesn't exist — the real
command is 'preset-computer') and several non-existent options
(--computer-name on preset, --login-type, administrator@AZ-GROUP as
positional). Caught by user running the commands against real adcli.

Corrected workflow:
- preset-computer takes host FQDN as positional, options are --domain,
  --domain-ou, --os-name, --os-version, --login-user
- join uses --host-fqdn to redirect from local machine to target
  computer object, -K writes only to specified path (does NOT modify
  local /etc/krb5.keytab)
- Added klist verification step for the resulting keytab
- Added prereq note that the OU must exist in AD
- Added TGT-based auth alternative
2026-07-29 12:38:27 +02:00
..