search for: palling

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

Did you mean: calling
2008 Sep 12
2
Finding a vector position using names rather than values
Dear R gurus, I have been struggling with this for a while and thought you might be able to give me some guidance. I have a data frame, on which I apply a row function. The result looks to me like a vector that retains the old row names. I then sort the vector and subsequently need to be able to identify the rank of certain values by searching for their row names. See this mock example: >
2004 Oct 22
0
automatically authenticate domain logged-on users ina pache with AD/NTDOM?
Yeah, "interoperate over either NTLM or Kerberos to provide SSO", 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 Oct 22
2
automatically authenticate domain logged-on users in apache with AD/NTDOM?
Hi! I don't use MS products at all, so I have very little knowledge with them, but I believe Microsoft has as protocol where Internet Explorer can automatically authenticate against an IIS server, and given that the server and client are on the same NT domain, and the client user is logged in to that domain, the user is automatically logged in without the need to give away the password
1997 Dec 09
4
samba-des has bad performance
Hello! I have a problem with samba. I run the freebsd samba-des port (samba-des-1.9.17.4) in a pretty much vanilla setting; home dir, a few shared dirs, no printing (yet). The problem is performance. While Samba is not terribly slow it's still too slow. Copying large files takes about half a minute/meg on an Ethernet LAN with no other activity. Trying to read a file using netscape
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 4.11.0 (or maybe in general from pre-4.11 to 4.11?) that
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 > > Is there anything else I should check? Thanks, that
1998 Apr 18
1
1.9.18p4 broke charset latin1
Hi! updated to p4 the other day, and now the "character set = iso8859-1" option doesn't work anymore. I didn't change anything 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
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 time you start R .Random.seed will be set to the same value again. Steps to
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 correctly in the past. I updated from Samba 4.9.4 to >
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
Hello, Is it not Samba that is listening to the LDAP ports and is serving me the answer to my query? This problem does not only happen when the LDAP database is searched using ldapsearch, it happens also using other tools that connect to the LDAP ports. I still don't fully grasp what this has to do with the uniqueness of the sAMAccountNames - they are unique throughout my directory and I
2020 Feb 01
2
Ldapsearch against Samba AD returns records outside the search base
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 performed over LDAP against Samba, so it is not a ldapsearch-only problem. I only used ldapsearch to verify the behavior. Regardless of if the query is wrong or
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 performed over LDAP against Samba, so it is not a > ldapsearch-only problem. I
2002 Jan 09
1
performance considerations
greets . . . i'm setting up a linux system on a little toshiba libretto -- p-166, 64 megs, plenty of disk space, though -- 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
1999 Jan 22
0
SV: using samba to backup NT to unix tape drive ?
Hi! My suggestion: 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:
1999 Jan 27
0
timeout_processing(795) -> smbd dies signal 8
Hi! I'm having problems with a newly setup samba-2.0 (migrating from 1.9.18p10, which has served us extremely well). I'm running the server as PDC. Too often, saving files (possibly other actions, I'm not sure) takes forever and finally gives a timeout. The server's child process dies signal 8 (see below). Also, the processes die (same error messages and signal 8) during the
1999 May 26
0
2.0.4, still oplock_break failures
Hi! Even with 2.0.4, I'm still seeing a lot of oplock break failures (clients failing, see log further down). The client hangs for approx 30 secs (sometimes more) and then gets back online. At least one user can't use the file shares at all; it hangs whatever he does, and on any computer he uses (NT or 98, laptop, desktop...) Other users have less problems, but maybe they are less
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