Ich versuche, mein Windows AD-Passwort von meinem Mac-Passwort aus zu ändern, indem ich:
diego$ smbpasswd -U username -r DOMAIN_CONTROLLER_IP
-bash: smbpasswd: command not found
Da der Befehl nicht gefunden wurde, habe ich ohne Glück versucht, Samba mit Homebrew zu installieren:
diego$ brew install samba
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
No changes to formulae.
Error: No available formula with the name "samba"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
Warum kann ich Samba nicht mit brew installieren? Gibt es einen anderen Befehl / ein anderes Tool, mit dem ich mein AD-Passwort von Mac Os Sierra aus ändern kann?
kpasswd
. Es gibt eine Manpage.