Bug 6844 - wrong credential file format in mount.cifs manpage
Summary: wrong credential file format in mount.cifs manpage
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.4
Classification: Unclassified
Component: Docs (show other bugs)
Version: 3.4.2
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: John H Terpstra (mail address dead(
QA Contact: Samba Documentation QA Contact~
URL: http://bugs.debian.org/552250
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-25 16:03 UTC by Debian samba package maintainers (PUBLIC MAILING LIST)
Modified: 2009-11-30 07:59 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 Debian samba package maintainers (PUBLIC MAILING LIST) 2009-10-25 16:03:29 UTC
As reported by Ramses Rodriguez Martinez in Debian BTS:

mount.cifs manpage states the credential file format is:
  username=value
  password=value
  workgroup=value

however, it should be:
  username=value
  password=value
  DOMAIN=value

....From what I see in mount.cifs.c, our user is right..:-)
Comment 1 Karolin Seeger 2009-11-30 07:59:06 UTC
You are perfectly right!
Fixed with commit 3b7f8a759 in master and pushed to v3-4-test and v3-3-test.
Closing out bug report.

Thanks for reporting!