getting access denied when trying to access samba shares

I put in \Sambaservername and i can see all the shares perfectly.
but when I try to connect from my windows pc to users i get you might not have permission to the network resource. if i click on profiles i get a user login and it won’t take Administrator and my root password or root and my user password. I tried associating user names i created in linux in smbusers with accounts that exist on my pc. But when i try tor smbpasswd username it tells me that they don’t exist.

This is so frustrating I just want my Samba server to work.

:\

Try here for help:

Linux HOWTOs and Tutorials: Suse Linux 10.0, 10.1 openSUSE 10.2, 10.3, 11.0

On Fri October 31 2008 08:16 pm, bperrotta wrote:

>
> I put in \Sambaservername and i can see all the shares perfectly.
> but when I try to connect from my windows pc to users i get you might
> not have permission to the network resource. if i click on profiles i
> get a user login and it won’t take Administrator and my root password or
> root and my user password. I tried associating user names i created in
> linux in smbusers with accounts that exist on my pc. But when i try tor
> smbpasswd username it tells me that they don’t exist.
>
> This is so frustrating I just want my Samba server to work.
>
> :
>
>
bperrotta;
It looks like you need to add Samba Users. On the linux machine open a terminal
window. su to root and add Samba users with the command:

smbpasswd -a <username>

username must be a valid linux user but the password need not be the same as the
login password.


P. V.
Cogito cogito ergo cogito sum.

You the man was missing the -a when I did it

:slight_smile:

Another question how can i make the xp pro pc think this is a dc to join it’s domain?

On Sat November 1 2008 10:06 am, bperrotta wrote:

>
> Another question how can i make the xp pro pc think this is a dc to join
> it’s domain?
>
>
bperrotta;
To make Samba a PDC on a NT style domain, add the following two parameters
to /etc/samba/smb.conf:

domain logons = yes
domain master = yes

Also; the following three parameters should be set:

local master = Yes
os level = 65
preferred master = Yes

However; to make it fully functional you will need to do more configuration.
I would recommend that you look at “The Official Samba-3 Howto”:
/usr/share/doc/packages/samba/Samba3-HOWTO.pdf, (If not here, you need to add
the samba docs with Yast). In particular read 2.3.3. You may also want to
read the first few chapters of “Samba-3 by example” found in the same
directory. Although written for SLES, this is a good online HowTo:
http://www.pcc-services.com/sles/samba.html
There is not that much difference between OpenSuse and SLES as far as Samba
goes.


P. V.
Cogito cogito ergo cogito sum.