1755078 Members
3364 Online
108829 Solutions
New Discussion юеВ

samba 2.2.2

 
SOLVED
Go to solution
Eugen Cocalea
Respected Contributor
Solution

Re: samba 2.2.2

Hi,
Try putting other uid/gid for nobody, like positive ones.

E.
To Live Is To Learn
Hartmut Lang
Trusted Contributor

Re: samba 2.2.2

I think negative uid/gid are not allowed in HPUX.

Create a specific account (like "smbguest") with a possitive uid and a gid (e.g. other).

smbguest:*:200:1::/:

Then set
guest account = smbguest
in smb.conf
Eugen Cocalea
Respected Contributor

Re: samba 2.2.2

Hi,

# grep nobody /etc/passwd
nobody:*:-2:-2::/:
# su - nobody
su: Invalid ID
# id
uid=0(root) gid=3()
#

So, it seems like the problem is from the negative uid/gid. Change them to something positive (i use 99:99)

E.
To Live Is To Learn
Tarek
Super Advisor

Re: samba 2.2.2

That's it guys!
Looking at the log file it seemed that it doesn't recognize user nobody. Once i changed it's uid and gid everythings worked!
Perfect..now i'm seeing directory. Now comes security, i hope it will not be difficult to configure ;)
Thanks again
Tarek