Re: [389-devel] Design review: Access control on entries specified in MODDN operation (ticket 47553)

2014-02-25 Thread Ludwig Krispenz
On 02/25/2014 04:45 PM, Rich Megginson wrote: On 02/25/2014 08:28 AM, thierry bordaz wrote: On 02/25/2014 04:17 PM, Rich Megginson wrote: On 02/25/2014 08:14 AM, thierry bordaz wrote: On 02/25/2014 03:46 PM, Rich Megginson wrote: On 02/25/2014 07:42 AM, thierry bordaz wrote: On 02/25/2014 0

Re: [389-devel] 389-devel Digest, Vol 99, Issue 6

2013-09-12 Thread Ludwig Krispenz
ts of 389-devel digest..." Today's Topics: 1. Re: RFC: New Design: Fine Grained ID List Size (Rich Megginson) 2. Re: RFC: New Design: Fine Grained ID List Size (Ludwig Krispenz) -- Message: 1 Date: Tue, 10 Sep

[389-devel] Please review: ticket 47521 Complex filter in a search request doen't work as expected.

2013-11-07 Thread Ludwig Krispenz
https://fedorahosted.org/389/ticket/47521 https://fedorahosted.org/389/attachment/ticket/47521/0001-Ticket-47521-Complex-filter-in-a-search-request-doen.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: ticket 47591: entries with empty objectclass attribute can be hidden

2013-11-14 Thread Ludwig Krispenz
https://fedorahosted.org/389/ticket/47591 I have two versions of a fix, one correcting the calls to PL_strncasecmp, one replacing them by PL_strcasecmp, which I think is safe in str2entry_fast. https://fedorahosted.org/389/attachment/ticket/47591/0001-Ticket-47591-v1-entries-with-empty-object

[389-devel] Please review: Ticket #47527 - Allow referential integrity suffixes to be configurable

2013-11-22 Thread Ludwig Krispenz
https://fedorahosted.org/389/ticket/47527 https://fedorahosted.org/389/attachment/ticket/47527/0001-Ticket-47527-Allow-referential-integrity-suffixes-to.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: [389-devel] Please review: ticket #346: Slow ldapmodify operation time for large quantities of multi-valued attribute values

2013-07-17 Thread Ludwig Krispenz
-ldapmodify-operation-time.patch On 04/19/2013 04:57 PM, Ludwig Krispenz wrote: https://fedorahosted.org/389/ticket/346 https://fedorahosted.org/389/attachment/ticket/346/0001-Ticket-346-version-3-Slow-ldapmodify-operation-time-.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https

[389-devel] please review ticket 510: remove slapi_attr_init/done in dn normalize code

2012-11-16 Thread Ludwig Krispenz
https://fedorahosted.org/389/ticket/510 https://fedorahosted.org/389/attachment/ticket/510/0001-Fix-for-ticket-510.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: [389-devel] please review ticket 507 - use mutex for FrontendConfig lock instead of rwlock

2012-11-16 Thread Ludwig Krispenz
Hi, why do you want to keep the old rw locks in ifdefs ? Regards, Ludwig On 11/15/2012 07:05 PM, Mark Reynolds wrote: https://fedorahosted.org/389/ticket/507 https://fedorahosted.org/389/attachment/ticket/507/0001-Ticket-507-use-mutex-for-FrontendConfig-lock-instead.patch -- 389-devel

Re: [389-devel] clarification on dn normalization

2012-11-29 Thread Ludwig Krispenz
o "cn=user two,dc=example,dc=com" would require to normalize the two cn parts by applying the directory string match. Regards, Ludwig On 11/29/2012 02:27 PM, John Dennis wrote: On 11/29/2012 06:06 AM, Ludwig Krispenz wrote: Hello, i would like to get comments on

Re: [389-devel] clarification on dn normalization

2012-11-29 Thread Ludwig Krispenz
Hi, On 11/29/2012 03:37 PM, John Dennis wrote: On 11/29/2012 08:47 AM, Ludwig Krispenz wrote: Hi, I found an older post by KurtZeilenga: http://www.openldap.org/lists/openldap-software/200501/msg00102.html and I think RFC4517, 4.2.15. distinguishedNameMatch can be read that the comparison

Re: [389-devel] please review: Ticket 509 - lock-free access to be->be_suffixlock

2012-12-07 Thread Ludwig Krispenz
Hi Mark, for ticket 507 you replaced rw locks with mutex locks, now for the backend you replace mutex locks with rw locks ? any reason why these are better here ? Regards, Ludwig On 12/07/2012 05:48 PM, Mark Reynolds wrote: https://fedorahosted.org/389/ticket/509 https://fedorahosted.org

Re: [389-devel] please review: Ticket 509 - lock-free access to be->be_suffixlock

2012-12-07 Thread Ludwig Krispenz
Hi, On 12/07/2012 05:56 PM, Mark Reynolds wrote: Hi Ludwig, In Ticket 507, that change did not help after all, and will probably be removed. As far as I can tell, this is the only option we have for ticket 509. yes, but the subject says lock free. So if we cannot make it lock free is it

[389-devel] please review: #505 use lock-free access name2asi and oid2asi tables

2012-12-17 Thread Ludwig Krispenz
Ludwig -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel