The new 'samba domain backup online' and 'samba domain backup rename' commands only work if the user specifies their password in the actual command itself, i.e. in the "-UAdministrator%locDCpass1" format. The commands don't work if you only enter "-UAdministrator" and expect to type in your password interactively later, or if you use "--kerberos=yes". E.g. ~/samba$ bin/samba-tool domain backup online --server=$SERVER --targetdir=/tmp/backup --no-secrets -UAdministrator ERROR: Creds required. ~/samba$ bin/samba-tool domain backup online --server=$SERVER --targetdir=/tmp/backup --no-secrets --kerberos=yes ERROR: Creds required.
Created attachment 14424 [details] Backport for v4.9 Attached backport patches for v4.9.
Karolin, Please select for 4.9
(In reply to Andrew Bartlett from comment #2) Pushed to autobuild-v4-9-test.
Pushed to v4-9-test. Closing out bug report. Thanks!