Displaying 2 results from an estimated 2 matches for "testbugs".
Did you mean:
testbug
2007 Jul 18
0
ADS users authentication problem where win2k and pre-win2k names of user differ
Hello,
I am new to the list and this is my first posting to the list.
I have an ADS running on Win2k3 in Native Mode. I have a user created in
ADS. While creating the user I have specified the "Win2K name of user" as
testbug and "Pre-Win2k Name of user" is bugtest. Essentially they are not
same and do differ.
I have a samba 3.0.25d running on Fedora Core 7 which has joined
2001 Mar 08
2
surprising behavior of match.arg() (PR#872)
...as Fun:\n")
Fun(x,A="power")
Fun2 <- fun1
cat("\n>>>Called as Fun2:\n")
Fun2(x,A="power")
}
cat("\n>>>>>>>>>>fun1\n")
print(topfun(2,fun1))
When run, this gives:
> source("C:/home/tasks/OPModels/TestBugs/demo.R")
>>>>>>>>>>fun1
>>>Called as fun1:
A is: power, constant
arg is: power
formals:
$x
$A
c("power", "constant")
>>>Called as Fun:
A is: power
arg is:
formals:
NULL
>>>Called as Fun2:
A is: power
arg is: po...