search for: mgedv

Displaying 3 results from an estimated 3 matches for "mgedv".

Did you mean: medv
2006 May 04
3
Jails and loopback interfaces
> I recently did something like this. I have a webserver in a jail that > needs to talk to a database, and the webserver is the only thing that > should talk to the databse. > My solution was to use 2 jails: one for the webserver, and another for the > database. > Jail 1: > * runs webserver > * binds to real interface with real, routable IP > Jail 2: > *
2009 Apr 06
0
samba windows-2-unix group mapping troubles
hi, i would like to allow access to specific samba shares, where the windows domain user is NOT authenticated against the share with it's username, but with a membership of a given windows-group. example: windows-domain user "test01" --> which is a member of windows domain group "smb_test01" --> which gets mapped to the unix-group "smb01" --> which is
2006 May 06
0
kern.randompid: jot generation senseful?
hi, is a random pid generation really a security enhancement? if yes, would it make sense to setup something like: --> sysctl kern.randompid=`jot -r 1 500 2000` in cron to be executed every X mins/hrs? and finally, what are the recommended minimum (security) and maximum (performance) values for kern.randompid?