Red Hat Bugzilla – Bug 1497162
smbcacls fails if no password is specified
Last modified: 2018-04-10 13:31:05 EDT
Problem description: If you run an smbcacls command without specifying the password in the -U parameter, the command fails and prints: > cli_full_connection failed! (NT_STATUS_LOGON_FAILURE) instead of asking for the password such as other tool do (e. g. "net" or "samba-tool"). Version-Release number of selected component (if applicable): samba-client-4.6.2-11.el7_4.x86_64 Steps to reproduce: 1. Run: # smbcacls //server/share / -Uadministrator cli_full_connection failed! (NT_STATUS_LOGON_FAILURE) Further details: * The command works if you add the password to the -U parameter. For example: # smbcacls //server/share / -Uadministrator%password But this should not be the recommended way. * Connections also work if you have a valid Kerberos ticket and pass the -k option to the command Additional info: This bug has been fixed upstream: https://bugzilla.samba.org/show_bug.cgi?id=12765
Verified. Smbcacls now prompts user for password if no password was used.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0937