Re: Fast openldap schema parser : completed

2018-06-22 Thread Emmanuel Lécharny
Le 22/06/2018 à 14:04, Radovan Semancik a écrit : > Hi, > > Good news. It works with AD! ... Of course, for full schema support > there is still a need for some ugly hacks on client side, as AD does not > declare matching rules in the schema. I have just lowered log level of > "no syntax"  log

Re: Fast openldap schema parser : completed

2018-06-22 Thread Radovan Semancik
Hi, Good news. It works with AD! ... Of course, for full schema support there is still a need for some ugly hacks on client side, as AD does not declare matching rules in the schema. I have just lowered log level of "no syntax"  log message in Value, as AD cannot be bothered to even declare

Re: Fast openldap schema parser : completed

2018-05-16 Thread Emmanuel Lecharny
Ok, I have fixed Studio to have it working fine with the modified API. It seems to be faster to open now (15s when launched from Eclipse, against 21" for a previous version). Stefan, can you confirm that it's the case ? Thanks ! On 2018/05/16 08:25:42, Emmanuel Lécharny

Fast openldap schema parser : completed

2018-05-16 Thread Emmanuel Lécharny
Hi ! I finally committed the new parser. I did my best to have the same API, so ou can use it as if it were the previous version, except that it does not use AntLR anymore. The final performance results : new parser, core schema parsed 100 000 times : 31s old parser, core schema parsed 10