Displaying 2 results from an estimated 2 matches for "shellserv".
Did you mean:
sheller
1998 May 06
1
non root user access to smbmount shares
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here's the problem we are having, We are mounting a share from a
WinNT 4.0 SP3 box to our redhat 5.0 2.0.32 box using the following
command:
smbmount //zues/raid1 /ISO/raid1 -I pooh.shellserv.com -u 507 -g 250 -
c winterhawk -U sambausr
The mount works fine but here is the permissions that I end up with
d--------- 1 mspieth root 512 Dec 31 1969 raid1
it doesnt change the group ID no matter what I set it to, so no one
but root can enter the directory.
Mark Spieth MCSE
T...
2003 Apr 23
0
[Bug 83] New: Owner matching support broken in Kernel 2.4.20
...s already pointed out, the -m owner function is broken if iptables is used in
combination with 2.4.20, I upgraded the kernel to a plain 2.4.20 as well, later
added grsec, then also tried the patches to .21-pre5 and added the ptrace
bugfix. I am using the owner match support to make sure users on my shellserver
are unable to use certain IP's for there outgoing connections (private IP
restrictions) and it used to work fine under 2.4.19, however, when I use exactly
the same commands, iptables spews out the 'target problem' error. I mailed
laforge@ before including the complete strace when doin...