Date: Mon, 08 Apr 2002 14:43:19 +0000 From: "mike ndabarasa" <freebsd@nur.ac.rw> To: freebsd-questions@freebsd.org Subject: Re: smbd Message-ID: <web-3067166@pumba.nur.ac.rw> In-Reply-To: <20020405025008.B43078-100000@catalyst.sasknow.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] hello, thanx to your reply. i am sending you attached the /usr/local/etc/smb.conf from my samba box. as i don't have big knowledge of samba you may find yourself smiling at the configs :)) what i can tell you now is that i can access the samba box from other desktops but i dont yet understand how to implement an authentication policy. i want that users/password be created locally and every login attempt triggers a user/password prompt. do you see what i mean ? thank you for your help On Fri, 5 Apr 2002 02:54:46 -0600 (CST) Ryan Thompson <ryan@sasknow.com> wrote: > mike ndabarasa wrote to freebsd-questions@FreeBSD.ORG: > > > [...] > > as for now smbd is running and i have been able to use > a windows box > > to access \\my_smbd_server > > > > but i still have problems to access from other desktops > to > > that server.i m getting the followinfg message : > > > > "Theaccount is not authorized to log in from this > station" > > > > even though both the windows desktops are in the same > > logical network! > > Most likely, you need to have a look at what kind of > authentication > you are accepting/enforcing from your Windows clients. If > you require > a valid user/password, read up on smbpasswd(8). > > Why don't you also post the relevant parts of > /usr/local/etc/smb.conf: > > The interesting bits are likely to be: > > Hosts Allow > Security > Encrypt passwords > Username map > And, one of the relevant [sharename] blocks > > - Ryan > > -- > Ryan Thompson <ryan@sasknow.com> > Network Administrator, Accounts > > SaskNow Technologies - http://www.sasknow.com > #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 > > Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon > Toll-Free: 877-727-5669 (877-SASKNOW) North > America > NDABARASA MIKE *** CCNA(Cisco Certified Network Associate) *** *** CCAI(Cisco Certified Academy Instructor) *** National University of Rwanda COMPUTING CENTRE E-mail: mike@nur.ac.rw Voice: office (+250)530666 mobile (+250)08425269 ============================================================ Felix qui potuit rerum cognoscere causas *** &&& $$$ &&& *** Heureux celui qui comprend l'ultime raison des choses ============================================================ [-- Attachment #2 --] [global] workgroup = NT server string = ejc netbios name = ejc passwd program = /usr/local/bin/smbpasswd %u hosts allow = 192.168. 127. log file = /var/log/samba/log.%m max log size = 50 security = share dns proxy = no [homes] comment = Home Directories browseable = yes writeable = yes [mike] comment = mike's Service path = /m/.2/mike valid users = mike public = no writeable = yes printable = no [fred] comment = fred's Service path = /m/.2/fred valid users = fred public = no writeable = yes printable = no [mike&mike] comment = (mike&fred)'s Service path = /m/.2/fred_mike valid users = mike fred public = no writeable = yes printable = no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?web-3067166>
