How can I use the samba-tool command on nethserver 8?
Run samba-tool in one line:
runagent -m samba1 podman exec samba-dc samba-tool
…or enter container to use samba tool:
runagent -m samba1 podman exec -ti samba-dc bash
Run samba-tool:
samba-tool
3 Likes
I can’t find any data about these commands on the Internet. Where can I find them?
The Samba app doesn’t have it documented yet but other modules have, see for example GitHub - NethServer/ns8-mail: NS8 Mail module with SMTP, IMAP, Spam/Virus filter
The agent environment is documented in the dev manual.