Bug 4765 - Torture usage for user domain mistyped
Summary: Torture usage for user domain mistyped
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Andrew Bartlett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-05 14:00 UTC by Kyle Kloepper
Modified: 2007-07-17 00:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle Kloepper 2007-07-05 14:00:53 UTC
The usage instructions for entering a domain prefix for a user are:

    [-U|--user [DOMAIN\]USERNAME[%PASSWORD]]

To use a domain requires a forward slash not a backslash. So the usage should be:

    [-U|--user [DOMAIN/]USERNAME[%PASSWORD]]

Unless it is a mistake in the parsing for the user command line parameter.
Comment 1 Andrew Bartlett 2007-07-08 23:21:10 UTC
\ is a valid seperator, but your shell might be using it as an escape character.

Comment 2 Andrew Bartlett 2007-07-17 00:40:49 UTC
I've changed the seperator in the --help output as you suggest. 

Fixed in svn -r 23912

Thanks!