Displaying 20 results from an estimated 2000 matches similar to: "ntlm_auth in samba 3.0 backported to debian stable"
2012 Jul 30
3
curve comparison
Dear R users,
I have seven regression lines I´d like to compare, in order to find out if
these are significatively different. The main problem is that these are
curves, non normal, non homogeneous data, I´ve tried to linearize them but
it has not worked. So I´d like to know if you know any command or source in
R which explains how to perform this kind of comparison.
Thanks in advance for your
2011 Oct 18
2
About an integral univariate problem
Hello all R users
I want to calculate this univariate integral:
exp(-x)*sum(y^x) respect to x from 0 to 3 where y is a vector y=(2,3,5).
In fact, the original y vector has a large number of elements but I propose
with 3 elements.
I know that I can resolve this problem doing
fun <- function(x) exp(-x)*(2^x+3^x+5^x)
integrate(fun,0,3)
When the y vector has a large number of elements the
2012 Jun 08
2
Consulta sobre GLM-log linear
Estimados amigos,
Estoy familiarizándome con los modelos lineales generalizados en R. Estoy
interesado en realizar un análisis lig linear y me gustaría saber cuáles
son o como extraer los valores correspondientes al chi cuadrado en el
análisis para cada grupo y para las interacciones. Desde ya muchas gracias
y disculpas si la pregunta es muy básica, adjunto los comandos que estoy
utilizando. Si
2012 Jun 08
2
Consulta sobre GLM-log linear
Estimados amigos,
Estoy familiarizándome con los modelos lineales generalizados en R. Estoy
interesado en realizar un análisis lig linear y me gustaría saber cuáles
son o como extraer los valores correspondientes al chi cuadrado en el
análisis para cada grupo y para las interacciones. Desde ya muchas gracias
y disculpas si la pregunta es muy básica, adjunto los comandos que estoy
utilizando. Si
2007 Apr 18
1
winbindd/mod_auth_ntlm_winbind.so fail to use workstation credentials (NTLM+SPNEGO)
Hallo,
We protect linux/apache server with mod_auth_ntlm_winbind.so to
authenticate users with their domain accounts. The server is joined into
windows domain (Windows 2003 Server). Apache/mod_auth_ntlm_winbind.so is
configured for NTLM+SPNEGO authentication. So far users can login when
providing valid credentials.
Users login into their windows workstation (Windows XP SP2 IE/Firefox)
with
2006 Nov 28
0
Ntlm_auth Problem (resend)
I sent this message and realized I hadn't included info on the
environment so I am resending it. I am running red hat enterprise
linux 4 with samba version 3.0.10-1.4E.2. Apache version is 2.0.52.
I also included output from running ntlm_auth on the command line with
diagnostics. This fails but it only seems to try plaintext auth which
will not work (see below).
I am having problems with
2011 Jan 27
1
How to xyplot without borders
Hello I have the following data.frame and xyplot. I need this plot without
the borders. Does anybody know how to get this xyplot without borders o with
white borders?
Thank's in advance
Juan Hernández
my.label <- data.frame(quantil=rep(20,8),
my.factor=factor(c('FA','FB','FC','FD','FE','FG','FH','FI')))
library(lattice)
2012 Jul 04
2
About nlminb function
Hello
I want to use the nlminb function but I have the objective function like
characters. I can summarize the problem using the first example in the
nlminb documentation.
x <- rnbinom(100, mu = 10, size = 10)
hdev <- function(par) -sum(dnbinom(x, mu = par[1], size = par[2], log =
TRUE))
nlminb(c(9, 12), objective=hdev)
With the last instructions we obtain appropriate results. If I have
2011 Mar 19
1
how to access the elements of a univariate results table with Anova (library car)
Dear R users, I use the excelent Anova function of the library car because
the easy way to get sphericity correction. Unless I use the scan function. I
have not been able to access the values of sum squares and degrees of
freedom for each effect in the univariate summary table.
Example of the car library for Anova function:
library(car)
phase <- factor(rep(c("pretest",
2013 Nov 14
6
Sieve script problem (don't know if is it possible to do this)
Hello:
I'm loosing my mind trying to classify my outgoing messages with
sieve-test (2.0.9, centos 6.4). It came to the point I think it's not
even possible with a sieve script.
I need to classify my outgoing messages in three folders:
1- To my department (@dept.example.com)
2- To my company (@example.com, @anyotherdept.example.com)
(anyotherdept.example.com as in a way to say "any
2012 Oct 12
3
about samba 4 rc2
Hello, I'm testing samba 4 rc2.
I have created the domain without troubles using the command:
/usr/local/samba/bin/samba-tool domain provision \
--realm=samdom.example.com --domain=SAMDOM \
--adminpass='p4$$word' --server-role=dc
All is good, but in the step 7
Configure DNS(according to the samba4/howto(http://wiki.samba.org/index.php/Samba4/HOWTO))
i can not find the file
2002 Jul 24
1
Unable to join W2K Active Directory Domain
Hello all ...
I'm trying to join a W2K domain and I'm getting the following error message:
sun220:root# smbpasswd -j hern
cli_net_req_chal: Error NT_STATUS_INVALID_COMPUTER_NAME
cli_nt_setup_creds: request challenge failed
modify_trust_password: unable to setup the PDC credentials to
machine xxx.xxx.xxx.xxx(IP ommitted). Error was : NT_STATUS_UNSUCCESSFUL.
2002/07/24 09:44:18 :
2012 Feb 29
2
Converting a function from Splus to R
I have a function written for Splus, when I run it in R I obtain get an error
because the function has the elements "0.d0" and "2.d0". How can I change it
to run in R?
The function can be found in page 230 from
http://www.stat.wisc.edu/~mchung/teaching/stat471/stat_computing.pdf
Function is as follows:
gauher <- function(n) {# Gauss-Hermite: returns x,w so that
2006 Oct 10
0
Combining mod_auth_winbind with other authorization modules
I'm trying to use the mod_auth_winbind module from lorikeet SVN to
control access to an Apache 2.2.3 server. Samba is 3.0.23b supplied with
Mandriva 2007 and is configured is a member of a w2k3 AD domain. The
Apache users are using IE on W2k or XP domain member clients.
Samba and winbind are working as expected, and if I just use the
mod_auth_winbind module to authenticate the users
2004 May 20
1
write in fixed format
DeaR useRs:
I have a problem, because I have a file in fixed width format and I can read
it with 'read.fwf' and after I can use these data to do generate new columns
(variables) and when I am going to write this set of data (data.frame) I
can't find a function which storages my data.frame in fixed width format.
Can you help me?
Thanks in advance.
Agust??n P??rez
Universidad Miguel
2019 Jul 15
7
Feature request: allow chrooted directory writable by others
Hello, I am trying to setup a file server using the SFTP protocol with OpenSSH.
I am in trouble because sshd refuses to chroot to a directory that is
writable by users other than the owner. I guess that this is to
prevent someone else from creating a .ssh/authorized_keys file and
impersonate the user. But we have configured an alternative
AuthorizedKeysFile. I also understand that a chroot user
2002 Jan 23
1
error in rsync protocol data stream (code 12) at io.c(139)
When trying to connect to a rsync server (sparc.solaris.2.6) from a
linux machine (redhat 6.2).
# rsync machine.upo.es
ksh: rsync: not found
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(139)
Both machines have 2.5.1 version of rsync code, compiled from scratch.
rsh is working
properly when rsync is not in scene.
2019 Jul 13
2
Problem after upgrading to Debian 10
On 12/07/2019 22:01, Rowland penny via samba wrote:
> On 12/07/2019 21:29, Alberto Jos? Garc?a Fumero wrote:
>> El vie, 12-07-2019 a las 21:05 +0100, Rowland penny via samba escribi?:
>>> On 12/07/2019 20:23, Alberto Jos? Garc?a Fumero via samba wrote:
>>>> Excuse me if I bother you, but I badly need help.
>>>>
>>>> Let me describe the
2005 Mar 10
2
QuadBRI ,TDM400 and SuSE9.2
Hi all,
We need help with our SuSe9.2 asterisk box
We have one QuadBRI and one TDM40B in an ASUS pundit R-2 barebone.
We have downloaded the bristuff (0.2.0-RC7j) and installed it without
problems.
once we downloaded and compiled asterisk, zaptel and all other stuff,
the module installation succed in this order:
modprobe zaptel
modprobe qozap
modprobe wcfsx
then the ztcfg output this:
Zaptel
2019 Jul 12
2
Problem after upgrading to Debian 10
El vie, 12-07-2019 a las 21:05 +0100, Rowland penny via samba escribi?:
> On 12/07/2019 20:23, Alberto Jos? Garc?a Fumero via samba wrote:
> > Excuse me if I bother you, but I badly need help.
> >
> > Let me describe the situation. In my network there is a group of
> > Windows boxes in a Windows domain (THE_DOMAIN),
> What is the Windows DC ?
> > three