Displaying 20 results from an estimated 80 matches similar to: "Re: ADS/Kerberos/LDAP/Win2K"
2006 Nov 28
2
Aligning aerial photographs and maps
I have read in Paul Murrell's book R Graphics about how to use a bitmap
as background for a plot (page 107). Also, I routinely use function
read.shape() in package maptools to read maps in shapefile format. Now,
I would like to overlay an aerial photograph in .jpg format and a map. I
think I could do the alignment manually for each case, but wonder if
there is a better, automated way. I notice
2004 Jun 16
7
Trafic monitor
Hello !
I use Slackware Linux on a box for routing and SNAT for a small network:
|eth0: 80.97.108.1|
|
|
|eth1: 192.168.1.1| ..........| my network (192.168.1.0/24)|
I search for a tool show-me on real time the trafic made by all/one IPon the interface eth1, somethings simple ; EX:
192.168.1.10 ........... x kbit/s
192.168.1.11 ........... y kbit/s
192.168.1.12
2004 Oct 12
2
constrained optimization using nlm/optim?
I'm looking for an example of a simple R script that impliments a
contrained nonlinear function using nlm or optim. I'm not exactly sure how
to impliment the constraints within the objective function that is passed
to nlm/optim.
obj.func <- function( p ) {
x(p) <- unconstrained obj function value
if( constraint1 > something ) {
obj.func <- x(p)
} else {
1999 Jul 14
0
hosts allow/deny not working correctly in 2.0.3 or 2.0.4b
I am having difficult getting the hosts allow/deny to work with IP ranges or
netmasks. Ideally I would prefer to use the IP/Netmask method, e.g.
111.22.33.0/255.255.255.0, because we have a flat ATM network with multiple
class C's (netmask is really 255.255.252.0). This, however, doesn't work!!
I can't do 111.22.33. either... I can't even do specific IP's, e.g.
111.22.33.44
1999 Jul 15
1
hosts allow/deny not working correctly
When the world was young, "M. Tyson Bigler" <bigler@shellus.com>
carved some runes like this:
> I am having difficult getting the hosts allow/deny to work with IP ranges
> or netmasks. Ideally I would prefer to use the IP/Netmask method, e.g.
> 111.22.33.0/255.255.255.0, because we have a flat ATM network with
> multiple class C's (netmask is really
1999 Dec 15
0
Interface binding ignores my settings in 2.0.6
I have a multi-homed server with interfaces into two VLANs (one Unix and one
NT). I need for all Samba traffic to go through the NT VLAN interface
(which is not the primary, of course). Under 2.0.5a I was able to do this
with the "Interfaces" option by specifying the NT interace first (I did not
do the "Bind Interface Only"). However, 2.0.6 seems to ignore this setting
which
1999 Aug 31
0
SAMBA digest 2218
--- samba@samba.org wrote:
> SAMBA Digest 2218
>
> For information on unsubscribing see
> http://samba.org/listproc/
> Topics covered in this issue include:
>
> 1)
> by "Brandon Schnell" <brandonschnell@hotmail.com>
> 2) AutoCAD R14 and Eagle Point
> by Hank Burton <wburton@literati.com>
> 3) Can't locate point and
2005 Oct 26
1
Problems with LDAP authentication backend.
Hello.
I am attempting to integrate Samba into our LDAP authentication and am
running into a few problems. First, here is my current configuration:
[global]
netbios name = SYSLOGSERVER
workgroup=MOTOGROUP
security = user
encrypt passwords = yes
ldap admin dn = cn=Administrator,dc=motogroup,dc=com
passdb backend = ldapsam:ldap://10.100.23.102/
2012 Jan 24
1
Sweave driver extension
Almost all of the coxme package and an increasing amount of the survival
package are now written in noweb, i.e., .Rnw files. It would be nice to
process these using the Sweave function + a special driver, which I can
do using a modified version of Sweave. The primary change is to allow
the following type of construction
<<coxme>>
coxme <- function(formula, data, subset, blah blah
2006 Jan 23
0
Re: ADS/Kerberos/LDAP/Win2K
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
jason bigler wrote:
> So what is the difference between idmap backend = AD
> vs. LDAP?
The LDAP backend allows winbindd to allocate Unix ids.
The AD backend simply reads information from AD (i.e.
you already have tyo have the uid attribute for the user in AD).
Isn't this covered in the docs?
cheers, jerry
-----BEGIN PGP
2001 Aug 02
1
sample()
Dear R users,
is there a way to extract directly rows instead of column vectors
using the function sample()?
I have already tried to transpose and back-transpose my dataframe,
but I couldn't manage to get rid off the levels in the resulting
dataframe.
Macintosh G4 (Mac OS9.1), R Version 1.3.0
Any help is welcome!
Christof
--
Christof Bigler
Mountain Forest Ecology
ETH-Zentrum HG G21.4
2004 Aug 06
4
[Interopcast-general] about translatingdocumentation, but not only documentation.
Just a few weeks ago, I was thinking of writing a streaming source using
libshout and portaudio. I was also considering LADSPA support, to do
some minor post-processing before encoding. However, I'm currently
developing on Mac OS X, and LADSPA's shared library plugin model has
some issues here to be resolved.
Another nice feature I have given a thought on is incorporating
2006 Mar 31
11
Model and Controller relationship
My question is about where certain kinds of logic sit in the Model and
Controller objects or more specifically the relationship between Model
and Controllers.
Does an Model class contain a Controller class, the otherway round, or
are they two seperate classes that talk?
1. Should the Models be treated as the primary objects within a program
and the matching controller is simply a way of
2012 Oct 26
1
Is there any way of weighting individual data points in a logistic regression
Dear all. Apologies if I am asking a stupid question, but I have been unable to find a solution so far.
I would like to run a logistic regression in which individual data points are assigned different weights (related to my confidence in their validity). These individual observations are binary (success/failure). My intuition was to use the "weights" option in the vlm function.
2007 Mar 13
0
Duncan post-hoc tests in R?
Hello,
I am looking for an R function that impliments Duncan's post-hoc test. I am
aware of multcomp and its function "glht" but, unless I am missing
something, this cannot impliment the Duncan test.
Any help of pointers are welcome.
Bill Shipley
2005 Oct 23
1
Coloring leaves, twigs and labels in plot.dendrogram()
Core developers,
I couldn't find any simple way to send a vector of colors to apply to each
terminal in plot.dendrogram() or plot.hclust()---I asked R-help about it a
few weeks ago and didn't get any response---so I hacked that functionality
into the plot.dendrgram code (see below for hacked function plus
examples)....
Is there any chance this functionality could be added to the
1999 Sep 16
0
DBase File locking
FWIW, i had the same problem (obtaining a byte-range lock with an offset of
0xeffffff0..0xefffffff) quite some time ago causing dBase IV on DOS machines
with VLM clients to a mars_nwe server to fail to synchronize. The solution
was probably the same as here, to fold this range into 0x7ffffffx.
--
Morio Taneda
admin,sociology,humanities,karlsruhe university,germany
2003 Jan 23
2
Question to Memdisk
Hi,
I am currently working with Memdisk.
I setup a floppy disk that boots DOS and performs a VLM login into a
NetWare Server.
2018 Apr 28
0
mp3 stream and Chrome v.65.0.33.25.181
On 28 Apr 2018, at 21:46, Oskar Vilkevuori wrote:
> Hi there,
>
> I have used VLC 0.9.9 on Windows platform for streaming audio to
> icecast2 for years. Had no problems. Since Google Chrome
> v.65.0.33.25.181 I ran into problems. Stream will play couple of
> minutes and then stop.
>
> Is there something fundamentally wrong with my configuration in vlm
>
2006 Dec 01
0
Confusing difference in S4 summary method dispatch within an S3 summary
I'm trying to track down a problem I'm having in the Zelig package and
have stumbled across a very odd difference in the method dispatch for
a derived S4 class.
Specifically, I have an object of class ZeligS4vglm, which is a
subclass of vglm and vlm respectively (these are from the VGAM
package).
summary() at the command line prompt of this object calls
summary.vglm, which is what I