Hi Samba team. I was thinking of running samba-tool for creating users and changing passwords on a remote host. Looking for info on google I find the directive "samba-tool --ipaddress "" " where you can send info to a remote host. But I installed samba 4.12.9 on CentOS 8, and when I run samba-tool --ipaddress the cli says option not found. Any ideas? Greetings from Argentina!
On Mon, 2020-11-09 at 16:49 -0300, Franco Suarez via samba wrote:> Hi Samba team. > > I was thinking of running samba-tool for creating users and changing > passwords on a remote host. > > Looking for info on google I find the directive "samba-tool -- > ipaddress "" > " where you can send info to a remote host. > > But I installed samba 4.12.9 on CentOS 8, and when I run samba-tool > --ipaddress the cli says option not found.Many of the operations will work on a remote host, and indeed against Windows, just specify it with -H and supply a username with -U. Andrew Bartlett -- Andrew Bartlett https://samba.org/~abartlet/ Authentication Developer, Samba Team https://samba.org Samba Developer, Catalyst IT https://catalyst.net.nz/services/samba
On 11/9/2020 2:49 PM, Franco Suarez via samba wrote:> Hi Samba team. > > I was thinking of running samba-tool for creating users and changing > passwords on a remote host. > > Looking for info on google I find the directive "samba-tool --ipaddress "" > " where you can send info to a remote host. > > But I installed samba 4.12.9 on CentOS 8, and when I run samba-tool > --ipaddress the cli says option not found. > > Any ideas? > > Greetings from Argentina!Hi Franco, I use samba-tool with a hostname like this (example with "user list" command): samba-tool user list -H ldap://dc1 -U jas? OR samba-tool user list -H ldap://dc1 -k yes (Kerberos auth) Jason.
On 09/11/2020 19:54, Andrew Bartlett via samba wrote:> On Mon, 2020-11-09 at 16:49 -0300, Franco Suarez via samba wrote: >> Hi Samba team. >> >> I was thinking of running samba-tool for creating users and changing >> passwords on a remote host. >> >> Looking for info on google I find the directive "samba-tool -- >> ipaddress "" >> " where you can send info to a remote host. >> >> But I installed samba 4.12.9 on CentOS 8, and when I run samba-tool >> --ipaddress the cli says option not found. > Many of the operations will work on a remote host, and indeed against > Windows, just specify it with -H and supply a username with -U. > > Andrew Bartlett >How about our new shiny Cockpit module ? Rowland