Displaying 12 results from an estimated 12 matches for "kuling".
Did you mean:
  ruling
  
2006 Jan 17
1
Newbie question on using friedman.test()
I am trying to use the friedman.test() on a data frame, d, but
I am receiving the following error message:
> d
   AW HS IAC WA
1   6  8   3  5
2   2  2   3  6
3   7  7   8  3
4   8  5   4  5
....
20  2  5   2  7
21  7  7   6  7
22  7  8   6  8
23  6  8   4  5
24  5  7   5  2
> friedman.test(d)
Error in any(is.na(groups)) : argument "groups" is missing, with no default
I think I
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...
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
> 
>...
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...
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
...mba/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 
>> not. The...
2020 Feb 01
2
Ldapsearch against Samba AD returns records outside the search base
...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 pretty...
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...
2020 Feb 02
0
Ldapsearch against Samba AD returns records outside the search base
...t ist the same there. I get results
from other OUs. Using sub instead of one I get the "right" results.
Regards
Christian
Am 01.02.20 um 20:26 schrieb Andrew Bartlett via samba:
> 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
0
Ldapsearch against Samba AD returns records outside the search base
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 
> "(&(objectCategory=perso...
2020 Feb 06
0
Ldapsearch against Samba AD returns records outside the search base
...b5b5fe355fee2a4096e9214831cb88c7a2a4c6 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?
Regards,
-P
On 2020-02-04 00:08, Andrew Bartlett via samba wrote:
> 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
>...
2020 Feb 03
0
Ldapsearch against Samba AD returns records outside the search base
...d 1 records
# 1 entries
# 0 referrals
In order to test whether it happens on a joined DC or not, I need to 
spin off some isolated test VM:s, so I'd have to come back on that in a 
few days.
Regards,
-P
On 2020-02-01 21:20, Andrew Bartlett wrote:
> 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 
>>...