marg(a)rz.tu-clausthal.de wrote:
> Hello,
>
> fig. 3.3 in
>
> http://www.openldap.org/doc/admin24/config.html
>
> mentions "slurpd", while the text was updated to reflect syncrepl.
>
> bye
> Christian
Thanks, I haven't had time to update the pics yet.
--
Kind Regards,
Gavin Henry.
OpenLDAP Engineering Team.
E ghenry(a)OpenLDAP.org
Community developed LDAP software.
http://www.openldap.org/project/
Full_Name: Dieter Kluenter
Version: HEAD
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (84.142.190.40)
core.ldif
olcAttributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' )
DESC 'RFC2256: ISO-3166 country 2-letter code'
SUP name SINGLE-VALUE )
core.schema
attributetype ( 2.5.4.6 NAME 'c'
DESC 'RFC2256: ISO-3166 country 2-letter code'
SUP name
SYNTAX 1.3.6.1.4.1.1466.115.121.1.11
SINGLE-VALUE )
As far as I understand, core.schema is correct here.
-Dieter
Hello,
fig. 3.3 in
http://www.openldap.org/doc/admin24/config.html
mentions "slurpd", while the text was updated to reflect syncrepl.
bye
Christian
--
Christian Marg mail : mailto:marg@rz.tu-clausthal.de
Dezernat 2 TU Clausthal web : http://www.tu-clausthal.de
D-38678 Clausthal-Zellerfeld fon : 05323/72-2107
Germany jabber: ifcma(a)jabber.tu-clausthal.de
Tested in HEAD again, on same machine with same cmd:
for i in `seq 1 100`; do ./run test020 >> test_results.log; done;
and grepped the log file for "Error" and -i "succeed".
Results:
100 Passes
0 Fails
Looks good to me.
Gavin.
--
Kind Regards,
Gavin Henry.
Managing Director.
T +44 (0) 1224 279484
M +44 (0) 7930 323266
F +44 (0) 1224 824887
E ghenry(a)suretecsystems.com
Open Source. Open Solutions(tm).
http://www.suretecsystems.com/
rhafer(a)suse.de wrote:
> On Donnerstag, 8. November 2007, you wrote:
>> <quote who="Ralf Haferkamp">
>>
>>> On Donnerstag, 8. November 2007, rhafer(a)suse.de wrote:
>>>> I think I found a way.
>>>> 1. The SLAPD_ABANDON/op->o_abandon part of the cleanup handler will now
>>>> only get executed if the final result for the search has not been
>>>> received
>>>> (caching_reason == PC_IGNORE).
>>>> 2. Additionally, to add the entries to the cache, I do no longer use the
>>>> original Connection Object but create a new one
>>>> (connection_fake_init()),
>>>> because the op->o_abandon will be set for the original connection as
>>>> soon
>>>> as the client closes it.
>>>>
>>>> I'll do some more testing locally an submit this to HEAD later for more
>>>> external testing.
>>> Fix submitted to HEAD. Please test (preferably on the machine that caused
>>> this
>>> test to fail most often ;) ).
>> I'll try this tonight.
>>
>> Just to clarify, this is a fix in the code, rather than the test, which I
>> thought Howard had changed?
> Yes, it is a fix in the pcache code. The fix in the testcase was only done
> temporarely in the RE24 branch (HEAD was not changed). I intend to remove it
> as soon as I get positive feedback.
>
Trying to test in HEAD, can't cant past test008-concurrency on bdb tests.
Using ldapsearch to retrieve all the entries...
Filtering ldapsearch results...
Filtering original ldif used to create database...
Comparing filter output...
comparison failed - database was not created correctly
>>>>> ./scripts/test008-concurrency failed (exit 1)
make[2]: *** [bdb-mod] Error 1
make[2]: Leaving directory `/anything/src/openldap/ldap/tests'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/anything/src/openldap/ldap/tests'
make: *** [test] Error 2
testrun data:
ftp://ftp.openldap.org/incoming/test008.tar.gz
--
Kind Regards,
Gavin Henry.
OpenLDAP Engineering Team.
E ghenry(a)OpenLDAP.org
Community developed LDAP software.
http://www.openldap.org/project/
ghenry(a)OpenLDAP.org wrote:
> dhawes(a)vt.edu wrote:
>> On Friday 27 July 2007 05:20, ghenry(a)openldap.org wrote:
>>> Hi David,
>>>
>>> http://www.openldap.org/devel/cvsweb.cgi/contrib/slapd-modules/addpartial/
>>>
>>> Will be pushed out in the next 2.4 beta.
>>>
>>> Please bear in mind that you will be looking after this overlay, so test
>>> as often as you can and re-submit and changes during our release cycle.
>>>
>>> Thank you for your contribution.
>> Changes to work properly with 2.4.6 are at:
>>
>> ftp://ftp.openldap.org/incoming/david_hawes-addpartial-071109.tgz
>>
>> Thanks,
>>
>> dave
>>
>>
>
> Will take a look over the next week.
>
> Thanks.
>
Updated in RE24 and HEAD.
--
Kind Regards,
Gavin Henry.
OpenLDAP Engineering Team.
E ghenry(a)OpenLDAP.org
Community developed LDAP software.
http://www.openldap.org/project/