Displaying 6 results from an estimated 6 matches for "arameters".
Did you mean:
parameters
2010 Jan 26
1
poisson.test from stats package does not pass the conf.level (PR#14195)
Hi,
The poisson.test function from stats package does not pass the conf.level p=
arameter for the two-sample test. Here is an example:
poisson.test(c(2,4),c(20,14),conf.level=3D.95)$conf.int
poisson.test(c(2,4),c(20,14),conf.level=3D.9)$conf.int
Here is the solution, change:
RVAL <- binom.test(x, sum(x), r * T[1]/(r * T[1] + T[2]),
alternative =3D alternative)
to:
2003 Nov 18
8
Samba Setup
Hi Group,
What is the indication on my samba server if it is
successfully added to a native mode active directory
environment?
Thanks,
Gerald
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
2012 Feb 10
7
Hiera data unusable in a class with an array parameter
Given the following hiera hash:
common.yaml:
---
*allowed_ips:*
* "First IP": 1.2.3.4*
* "Second IP": 5.6.7.8*
and the module:
*class iptables ($role) {*
* file {/tmp/test:*
* content => template(iptables/test.erb)*
* }*
*}*
with the corresponding template test.erb:
*<% role.each do |role| -%>
*
* code*
*<% end %>*
*<%
2006 Mar 28
1
XP does not login Samba PDC
...n Windows XP:
Domain member: Digitally encrypt or sign secure channel (always) - disabled
Domain member: Disable machine account password changes - disabled
Domain member: Require strong (Windows 2000 or later) session key - disabled
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\netlogon\parameters
"RequireSignOrSeal"=dword:00000000
XP was succesfully put on domain NB
Above are the log files log.10.0.0.2 and log.client of samba server:
log.10.0.0.2
[2006/03/20 11:36:22, 2] lib/access.c:check_access(324)
Allowed connection from (10.0.0.2)
[2006/03/20 11:36:22, 2] smbd/sesssetu...
2006 Mar 22
1
XP client doesn't log in
...on
Windows XP:
Domain member: Digitally encrypt or sign secure channel (always) - disabled
Domain member: Disable machine account password changes - disabled
Domain member: Require strong (Windows 2000 or later) session key - disabled
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\netlogon\parameters
"RequireSignOrSeal"=dword:00000000
XP was succesfully put on domain NB
Above are the log files log.10.0.0.2 and log.client of samba server:
log.10.0.0.2
[2006/03/20 11:36:22, 2] lib/access.c:check_access(324)
Allowed connection from (10.0.0.2)
[2006/03/20 11:36:22, 2] smbd/sesssetup....
2003 Mar 12
5
Windows XP and plain text password
Hello,
Can you say me which is the key to add in the registry for Windows XP to
Enable Plain Text Password?
Best Regards