the long_options[] array in source/utils/smbget.c has an error for the -f (--rcfile) entry. there's a zero in the column where 'f' should be. w/o 'f' in that column (4th col, IIRC) you won't get inside the loop to look the -f. once the 'f' is inserted into long_options the option does work. that's going to be OS independent.
Patch is in http://git.samba.org/?p=samba.git;a=commitdiff;h=7d85bf2a425094 Thanks for reporting! Can someone else ack this for 3.3.5? Thanks, Volker
(In reply to comment #1) > Patch is in http://git.samba.org/?p=samba.git;a=commitdiff;h=7d85bf2a425094 > > Thanks for reporting! > > Can someone else ack this for 3.3.5? ACK
Karolin, with git format-patch --stdout 7d85bf2a^..7d85bf2a | git am -3 you can get this across to 3.3 Thanks, Volker
Pushed, will be included in 3.3.5. Closing out bug report. Thanks for reporting!