Dotfiles/setup/modules/FreeipaAnsible/image
Amir Alexander Abdelbaki c56c86d57b fix(freeipa): harden container SMB setup and fetch-alerts script
ansipa-smb.service: WantedBy=multi-user.target (was smb.service) so the
  setup service always runs at boot, not only when smb.service pulls it in

docker-compose.yml: add NetBIOS UDP ports 137/138 to match Dockerfile EXPOSE
  and nmb.service being enabled

ansipa-smb-setup.sh:
  - use printf '%q' when writing SMB_SCAN_PASSWORD to ansipa-smb.env so
    passwords with spaces or shell-special chars are correctly quoted
  - always write /etc/cron.d/ansipa-check-scans (remove the [[ ! -f ]] guard)
    since /etc/cron.d is on the ephemeral container layer and is lost on
    container recreation; the service runs on every start anyway

Dockerfile: add -e SMB_SCAN_PASSWORD and -p 445:445 to the quick-test comment

ansipa-fetch-alerts.sh: replace $NEW && log with [[ "$NEW" == true ]] && log
  to avoid set -e ambiguity with the 'false' builtin

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 13:13:53 +02:00
..
.env.example feat(freeipa): scan result reporting, alert notifications, and SMB share 2026-05-20 12:32:21 +02:00
Dockerfile fix(freeipa): harden container SMB setup and fetch-alerts script 2026-05-20 13:13:53 +02:00
ansipa-check-scans.sh feat(freeipa): scan result reporting, alert notifications, and SMB share 2026-05-20 12:32:21 +02:00
ansipa-smb-setup.sh fix(freeipa): harden container SMB setup and fetch-alerts script 2026-05-20 13:13:53 +02:00
ansipa-smb.service fix(freeipa): harden container SMB setup and fetch-alerts script 2026-05-20 13:13:53 +02:00
docker-compose.yml fix(freeipa): harden container SMB setup and fetch-alerts script 2026-05-20 13:13:53 +02:00
ipa-first-boot.service setup: add FreeIPA image builder and Keycloak integration 2026-05-18 11:22:48 +02:00
ipa-first-boot.sh setup: add FreeIPA image builder and Keycloak integration 2026-05-18 11:22:48 +02:00
keycloak-configure.sh setup: add FreeIPA image builder and Keycloak integration 2026-05-18 11:22:48 +02:00