search for: pall

Displaying 20 results from an estimated 32 matches for "pall".

Did you mean: all
2008 Sep 12
2
Finding a vector position using names rather than values
...an, decreasing=TRUE) > row_median.sorted R2 R3 R1 10 7 5 I now want to know the rank of, say R3 in this vector. I know I can use match() to find this using the vector values, however I need to use the header names (eg. "R3") rather than the value (7). Many thanks for your help, Pall
2004 Oct 22
0
automatically authenticate domain logged-on users ina pache with AD/NTDOM?
...O", that's exactly what I'm talking about! Only, I want to trade IIS for apache@unix. I can still use Explorer@windows for clients. Very interesting, though, that Mozilla has been kerberized. I knew it would happen, but I haven't read anything about that. Thanks for the input, Palle --On fredag 22 oktober 2004 11.14 -0700 Aaron Grewell <AGrewell@uwb.edu> wrote: > IIS and IE can interoperate over either NTLM or Kerberos to provide SSO. > Mozilla has an OSS implementation of this, but last I heard it only > supported NTLM not Kerb. Moz supports Kerberos on so...
2004 Oct 22
2
automatically authenticate domain logged-on users in apache with AD/NTDOM?
...er. What is happening between the web server & the web client? Is the protocol open or reverse engineered? Can this authentication be done using apache @ unix (perhaps by apache interacting with samba somehow)? Any ideas or links to more info about this would be much appreciated. Thanks! /Palle
1997 Dec 09
4
samba-des has bad performance
...BSD-stable (2.2.5) and it serves nfs, http and appletalk (using netatalk) much faster than samba, so it's probably not related to network hardware. In the same network, there is a P90 w/ IDE disks running NT Server 4 SP3. It outperforms Samba, and this annoys me ;-) Any ideas? Best regards, Palle Girgensohn PS. I enclose my smb.conf, just in case. DS. -------------- next part -------------- [global] comment = FreeBSD - Samba %v workgroup = Musik printing = bsd printcap name = /etc/printcap load printers = yes guest account = nobody ; This next option sets a separate log...
2020 Feb 03
3
Ldapsearch against Samba AD returns records outside the search base
On Mon, 2020-02-03 at 18:17 +0200, Palle Kuling via samba wrote: > Hello, > > I did some detective work here, stepping through all the versions > from > the old 4.9.4 database onwards, building them from source on an > isolated > system and doing ldapsearch against them. It is the change from > 4.10.13 > to...
2020 Feb 06
1
Ldapsearch against Samba AD returns records outside the search base
On Thu, 2020-02-06 at 16:21 +0200, Palle Kuling via samba wrote: > Hello, > > I did a git bisect between 4.10.0rc1 and 4.11.0. The result is as > follows: > b6b5b5fe355fee2a4096e9214831cb88c7a2a4c6 is the first bad commit > Date: Wed Mar 6 15:28:45 2019 +1300 > > lib ldb key value: fix index buffering &g...
1998 Apr 18
1
1.9.18p4 broke charset latin1
...in the smb.conf file but this: unix password sync = True time server = yes and it worked in 1.9.18p3 :/ Has anyone else seen this? Samba runs on FreeBSD 2.2.6 from the ports collection. (I don't think that password sync works for this model, but I tried switching it on anyway.) /Palle
2008 Apr 05
1
Random seed not reset when starting R (PR#11089)
Full_Name: Pall Melsted Version: 2.3.1 OS: WinXP Submission from: (NULL) (71.240.25.175) Random set is not reset when starting R again. When R starts with a [Previously saved workspace restored] it seems that the .Random.seed variable is already set. If you quit R (and don't save your workspace) the next t...
2020 Feb 01
3
Ldapsearch against Samba AD returns records outside the search base
On Fri, 2020-01-31 at 15:50 +0200, Palle Kuling via samba wrote: > Hi, > > I noticed the following problem with records returned outside the search > base when the query is run against a Samba DC, but when the same query > is run against a Windows 2008 or 2012 DC it does not happen. I'm pretty > sure it worked c...
2003 Jun 05
1
fxp0: device timeout | SCB already complete (me too)
On Thu, 5 Jun 2003, Shaun Jurrens wrote: > On Wed, Jun 04, 2003 at 06:32:46PM +0200, Palle Girgensohn wrote: > #> Hi Shaun, > #> > #> Thanks for the input! Glad to hear I'm not the only one > #> > #> In my case, both the SCSI and NIC are integrated on the motherboard, so I > #> cannot really move them around... :) > #> > #> Also, as I...
2020 Feb 01
2
Ldapsearch against Samba AD returns records outside the search base
On Sat, 2020-02-01 at 17:22 +0000, Rowland penny via samba wrote: > On 01/02/2020 16:29, Palle Kuling via samba wrote: > > > > Queried against Samba 4.11.4 (query is for OU=Business but response is > > from OU=Test): > > $ldapsearch -D username at internal.xxx.yy -w password -H > > ldaps://192.168.1.1 -s one -b ou=business,dc=internal,dc=xxx,dc=yy > >...
2020 Feb 01
2
Ldapsearch against Samba AD returns records outside the search base
...cal/samba/private/sam.ldb.d# ldbsearch -H DC=INTERNAL,DC=XXX,DC=YY.ldb -b ou=test,dc=internal,dc=xxx,dc=yy 'samaccountname=testadmin' # record 1 dn: CN=Test Admin,OU=Test,DC=internal,DC=xxx,DC=yy Regards, -P On 2020-02-01 14:05, Rowland penny via samba wrote: > On 01/02/2020 09:54, Palle Kuling via samba wrote: >> Hello, >> >> Ldbsearch returns the correct result. However this particular query is >> performed by an external system (that does not have access to the LDB >> files), to check whether a certain user belongs to a specific OU or >>...
2020 Feb 01
2
Ldapsearch against Samba AD returns records outside the search base
...It is not apparent to me why the behavior has changed - surely the same criteria for uniqueness of the sAMAccountName etc have existed in 4.9.4, yet it chose to not return results outside the search base. Regards, -P On 2020-01-31 17:08, Rowland penny via samba wrote: > On 31/01/2020 13:50, Palle Kuling via samba wrote: >> Hi, >> >> I noticed the following problem with records returned outside the >> search base when the query is run against a Samba DC, but when the >> same query is run against a Windows 2008 or 2012 DC it does not >> happen. I'm...
2008 Dec 04
2
How to optimize this codes ?
How to optimize the for-loop to be reasonably fast for sample.size=100000000 ? You may want to change sample.size=1000 to have an idea what I am achieving. set.seed(143) A <- matrix(sample(0:1, sample.size, TRUE), ncol=10, dimnames=list(NULL, LETTERS[1:10])) B <- list() for(i in 1:10) { B[[i]] <- apply(combn(LETTERS[1:10], i), 2, function(x) { sum(apply(data.frame(A[,x]), 1,
2020 Feb 01
0
Ldapsearch against Samba AD returns records outside the search base
On 01/02/2020 09:54, Palle Kuling via samba wrote: > Hello, > > Ldbsearch returns the correct result. However this particular query is > performed by an external system (that does not have access to the LDB > files), to check whether a certain user belongs to a specific OU or > not. The query is perform...
2002 Jan 09
1
performance considerations
...-- and i'm wondering as to the performance effects were i to apply ext3. i presume that keeping the journal consumes some finite amount of resources; what i don't know is whether this is repaid or more than repaid in some other way. advice? -- dep There is sobbing of the strong, And a pall upon the land; But the People in their weeping Bare the iron hand; Beware the People weeping When they bare the iron hand.
1999 Jan 22
0
SV: using samba to backup NT to unix tape drive ?
...uggestion: Use Amanda (www.amanda.org, cd /usr/ports/misc/amanda24 && make install with FreeBSD). It has support for smbtar. Haven't tried it myself, but I hear it's working fine. (I think I have seen a patch for gnu tar, that fixes the path length limit. I'm sure, though...) /Palle -----Ursprungligt meddelande----- Fr?n: Tony Jones <tony@rtd.com> Till: Multiple recipients of list <samba@samba.org> Datum: den 22 januari 1999 00:34 ?mne: using samba to backup NT to unix tape drive ? > >I have an NT system that I wish to back up. However, it has no tape dri...
1999 Jan 27
0
timeout_processing(795) -> smbd dies signal 8
...ar \ --with-swatdir=/usr/local/share/swat --with-netatalk=yes --prefix=/usr/local Any ideas? Any other logs that might be helpful? Some of dying processes claim to dump core. I'm not sure where that core dump would be, but I might be able to find if someone want's to look at it. Regards, palle
1999 May 26
0
2.0.4, still oplock_break failures
...rogram [1999/05/25 11:59:48, 0] smbd/oplock.c:oplock_break(860) oplock_break: client failure in break - shutting down this smbd. [1999/05/25 11:59:48, 3] lib/doscalls.c:dos_ChDir(336) dos_ChDir to /home/girgen/ports [1999/05/25 11:59:48, 2] smbd/server.c:exit_server(406) Closing connections /Palle
2005 Feb 03
0
[www.tuttinudi.it] Finalmente venerdì
siamo a venerd?, anche questa settimana ? passata e devo ammettere che questo pensiero mi fa stare molto bene visto che da oggi fino a luned? passer? sicuramente dei giorni stupendi e lascier? dietro quelli appena passati che devo essere sincera mi hanno fatto girare parecchio le palle..tra lavoro e universit? poche notizie buone purtroppo....quello che mi salva sempre ? che porto una gran luce dentro di me, un fuocherello vivo, tenace, positivo che mi aiuta in ogni momento ad andare avanti e ad affrontare ogni cosa... E come ogni fine settimana: divertitevi, state bene! Vostra...