search for: testje

Displaying 7 results from an estimated 7 matches for "testje".

Did you mean: teste
2005 Nov 29
1
AD4Unix & Samba-3.0.20b+winbind
Scenario: Samba-3.0.20b domain member server on SuSE 9.3 (w/ all available patches applied) providing kerberos authentication through a Windows 2000 domain with AD4Unix services installed. Problem(s): 1. Can only view users from one OU in Active Directory (default is: CN=Users, problem container is: OU=authenticated) 2. According to log.winbind and log.smbd authentication fails with error:
2011 Apr 27
3
MASS fitdistr with plyr or data.table?
I am trying to extract the shape and scale parameters of a wind speed distribution for different sites. I can do this in a clunky way, but I was hoping to find a way using data.table or plyr. However, when I try I am met with the following: set.seed(144) weib.dist<-rweibull(10000,shape=3,scale=8) weib.test<-data.table(cbind(1:10,weib.dist))
2005 Dec 04
0
AD4Unix & Samba-3.0.20b+winbind (UPDATE)
The nss_ldap has some performance problems and doesn't have any caching features that windbind does. What I was aways wondering is does IDMAP write UID/GID derived from SID to the extended schema in AD? Can winbindd use this extended schema, instead of using nss_ldap? -----Original Message----- From: samba-bounces+letz_samba=realmspace.com@lists.samba.org
2002 Feb 28
1
challenge/response password authentication failed
...e-windows 2000 computer to use this account' checked - I joined the domain smbpasswd -r NT2000 -j CEREUSBE 2002/02/28 10:15:59 : change_trust_account_password: Changed password for domain CEREUSBE. Joined domain CEREUSBE. wbinfo -u show a domain grouplisting CEREUSBE+TemplateCursisten CEREUSBE+testje CEREUSBE+testusr CEREUSBE+Thierry CEREUSBE+TLuijbregts CEREUSBE+travelcomp CEREUSBE+TsInternetUser CEREUSBE+tvermetten CEREUSBE+TWillaert CEREUSBE+VBrepoels CEREUSBE+vdb213775 CEREUSBE+Walter CEREUSBE+Wim CEREUSBE+WIwens CEREUSBE+wvalgaeren So far so good ;) I then try to authenticate a domain us...
2012 Feb 23
1
segfault when using data.table package in conjunction with foreach
Hi all, I'm trying to use the package read.table within a foreach loop. I'm grabbing 500M rows of data at a time from two different files and then doing an aggregate/tapply like function in read.table after that. I had planned on doing a foreach loop 39 times at once for the 39 files I have, but obviously that won't work until I figure out why the segfault is occurring. The
2008 Dec 20
5
SMS text messaging capabilities
Hello! What kind of sms text messaging capabilities does Asterisk have? I do not know very much about about SMS technology, but I am looking for the following features: 1. mobile SIP devices can send and receive SMS messages 2. Asterisk server be able to accept and send SMS messages through PRI lines and Internet connections. I noticed that Asterisk has an SMS function, but I am not farmiliar
2012 Jun 02
2
mgcv (bam) very large standard error difference between versions 1.7-11 and 1.7-17, bug?
Dear useRs, I reran an analysis with bam (mgcv, version 1.7-17) originally conducted using an older version of bam (mgcv, version 1.7-11) and this resulted in the same estimates, but much lower standard errors (in some cases 20 times as low) and lower p-values. This obviously results in a larger set of significant predictors. Is this result expected given the improvements in the new version? Or