fixed service account name too long

This commit is contained in:
Ludwig Lehnert
2026-02-18 17:39:04 +01:00
parent 014e225a54
commit 6dacc04947
3 changed files with 36 additions and 7 deletions

View File

@@ -104,7 +104,8 @@ Kerberos requires close time alignment.
- `NETBIOS_NAME` (defaults to `ADSAMBAFSRV`, max 15 chars)
3. Setup behavior:
- creates or updates AD account `FileShare_ServiceAccount`
- creates or updates AD service account from desired name `FileShare_ServiceAccount`
- uses a valid AD `sAMAccountName` (max 20 chars); default effective value is `FileShare_ServiceAcc`
- always sets a long random password
- writes only service-account credentials to `.env` (initial admin credentials are not stored)