Displaying 3 results from an estimated 3 matches for "wthin".
Did you mean:
within
2009 Apr 29
5
Shorewall Settings to view internal websites
...ent mode as follows:
1. Users of our LAN are authenticated on an LDAP server and they are suppose
to manually setup proxy settings for their browsers for internet access at
port 3128 looking at our gateway (172.16.1.1).
Now the problem we are facing is that with non-transparanet proxy setting
from wthin our Intranet (172.x.y.z/8) we are unable to see our internal
websites which are running on 172.16.1.x/24 !!
The rules we are using in transparanet mode are:
For the gateway:
(The external interface is at 210.212.X.Y (eth0)
The internal interface is at 172.16.1.1 (eth1))
In /etc/shorewall/rules:...
2011 Nov 03
2
Take variables in data.frame and create list of matrices
...his into a list
where each unique 'id' has
its own 4x4 matrix (based on the maximum number of factor levels in 'o')in
the list?
Each matrix would have v in the diagonal and r*s*s in the off-diagonal
(e.g.,
.5*2.0814*.1095 = 0.1139), where
r is constant (.5) and s varies based on the wthin 'id' factor level of
'o'.
The output would look something like this (except values in all cells):
[[id 1]]
'o'-levels [,1] [,2] [,3] [,4]
[1,] .702 .1139 r*s1*s3 ...
[2,] .1139 .702 r*s2*s3 ...
[3,] r...
2002 Jul 05
1
Traffic accounting patch
...me code to the source to let openssh even log the data if
a client simply disconnects.
My problem is that I do not find the piece of code that let me recognize the
userid/username of the user currently using the sftp-server executable.
Where can I find the routine that returns the current userid (wthin the
sftp-server code) ?
Thanks,
Alexander Newald