samba.parameters?.map() statt .map() direkt — API kann parameters
weglassen ohne einen Fehler zu werfen.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Features:
- Display Samba config in key=value format
- Support adding new parameters (one per line)
- Parse and apply changes via net conf setparm
- Comments (# and ;) are ignored
- Auto-reload after save to show applied changes
Format: key = value (one per line)
Co-Authored-By: Patrick <patrick@perlbach24.de>