Bug 30074 - cannnot access samba services 'Bad password'
Summary: cannnot access samba services 'Bad password'
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: dwcjr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-25 12:10 UTC by Kimura Fuyuki
Modified: 2001-08-26 02:33 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 Kimura Fuyuki 2001-08-25 12:10:03 UTC
Cannot access samba's auth-required services with the error 'Bad password'.

Fix: 

Fix the configure.in. See 

http://pserver.samba.org/cgi-bin/cvsweb/samba/source/configure?rev=1.125.4.57&content-type=text/x-cvsweb-markup
How-To-Repeat: Install samba-devel,

# smbclient //yourhost/yourservice

and enter the pass.
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-08-25 12:37:06 UTC
Responsible Changed
From-To: freebsd-ports->dwcjr

Over to maintainer. 
David, this looks like something that could be added to 
the files/patch-ba configure.in patch once you actually 
figure out *what* was reordered in configure.in :)
Comment 2 dwcjr 2001-08-25 14:54:49 UTC
> # smbclient //yourhost/yourservice
> 
Its smbclient \\\\yourhost\\yourservice

-- 
David W. Chapman Jr.
dwcjr@inethouston.net	Raintree Network Services, Inc. <www.inethouston.net>
dwcjr@freebsd.org	FreeBSD Committer <www.FreeBSD.org>
Comment 3 dwcjr 2001-08-25 20:29:32 UTC
does http://people.freebsd.org/~dwcjr/samba-devel.patch fix your problem?
Comment 4 Kimura Fuyuki 2001-08-26 02:23:42 UTC
> does http://people.freebsd.org/~dwcjr/samba-devel.patch fix your problem?

Yes! I've expected to reorder in configure.in, but this could be
better.
Comment 5 dwcjr freebsd_committer freebsd_triage 2001-08-26 02:33:24 UTC
State Changed
From-To: open->closed

Fixed, thanks!