Re: Google Analytics removal

2022-02-10 Thread Radovan Semancik
Hi, Removing GAFAM dependency is always a good thing. -- Radovan Semancik Software Architect evolveum.com On 10. 2. 2022 17:07, Emmanuel Lécharny wrote: Hi ! we have set up google analytics on Apache DS web site. It seems that it might cause issues with the european GDPR rules. I suggest

TCP keepalive time/interval/retry

2021-08-02 Thread Radovan Semancik
stuck with 10-year-old Java version. What would be the right thing to do here to get API completely to Java 11 world? I'm trying to assess the required effort, whether it would be feasible for us to do the work. Thanks for any insights. -- Radovan Semancik Software Architect evolveum.com

[jira] [Resolved] (DIRAPI-378) Finer-grain timeouts

2021-08-02 Thread Radovan Semancik (Jira)
[ https://issues.apache.org/jira/browse/DIRAPI-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radovan Semancik resolved DIRAPI-378. - Resolution: Fixed > Finer-grain timeouts > > >

[jira] [Commented] (DIRAPI-378) Finer-grain timeouts

2021-08-02 Thread Radovan Semancik (Jira)
[ https://issues.apache.org/jira/browse/DIRAPI-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17391563#comment-17391563 ] Radovan Semancik commented on DIRAPI-378: - Implemented in c2fd0a08f > Finer-grain timeo

[jira] [Created] (DIRAPI-378) Finer-grain timeouts

2021-08-02 Thread Radovan Semancik (Jira)
Radovan Semancik created DIRAPI-378: --- Summary: Finer-grain timeouts Key: DIRAPI-378 URL: https://issues.apache.org/jira/browse/DIRAPI-378 Project: Directory Client API Issue Type

Re: [directory-ldap-api] branch master updated: Fixed root DSE access (abandon requests after wrong handling of search cursor)

2021-06-21 Thread Radovan Semancik
the code at several places back than, but I have obviously missed this one. Sorry for that test failure. I have built the API with the usual "mvn clean install" and the build was successful, before I made a commit. I'm always forgetting that there is a second test suite for the API in

Re: [VOTE] Move Directory site from CMS/svn to Hugo/git

2020-09-17 Thread Radovan Semancik
is moving away from that thing. -- Radovan Semancik Software Architect evolveum.com On 9/15/20 6:55 PM, Roy Lenferink wrote: Hey all, As promised hereby a vote for moving away from the (to be deprecated) CMS & svn, to use Hugo and git for hosting the Directory website sources.

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-24 Thread Radovan Semancik
+1 Tested with AD and OpenDJ (OpenJDK 11) -- Radovan Semancik Software Architect evolveum.com On 3/21/20 9:58 AM, Emmanuel Lécharny wrote: Hi all, this is a vote for the release of Apache LDAP API 2.0.1 This is a bug fix release. It fixes a few bugs that we missed in the GA : - proper

TreeDelete control (and OpaqueControl)

2019-11-22 Thread Radovan Semancik
problem. But I know how to properly add support for the TreeDelete control. Therefore I did that. And I have also changed the implementation of connection.deleteTree() to use it. Therefore it should work now. But maybe we still want to fix the OpaqueControl problem? -- Radovan Semancik

Re: [VOTE] Release Apache LDAP API 2.0.0

2019-11-07 Thread Radovan Semancik
+1 OpenJDK 11.0.4. Tested with AD and OpenDJ. -- Radovan Semancik Software Architect evolveum.com On 11/6/19 3:09 PM, Emmanuel Lécharny wrote: Hi all, this is a vote for the release of Apache LDAP API 2.0.0 This is a GA, at least ! There are a couple important fixes : o DIRMINA-342

Re: Native AD schema

2019-06-12 Thread Radovan Semancik
about a way how to select sync implementation instead of MINA. The *Async methods from LdapNetworkConnection won't work (throwing unsupported operation exception). But they are not needed for simple sync use of the API. That may simplify the things. -- Radovan Semancik Software Architect

Re: Native AD schema

2019-06-11 Thread Radovan Semancik
ng that needs to wait a bit. One problem at a time ... -- Radovan Semancik Software Architect evolveum.com - To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For additional commands, e-mail: dev-h...@directory.apache.org

Native AD schema

2019-06-11 Thread Radovan Semancik
Manager is currently not my priority. E.g. dependency of the API on MINA is something that bothers me much more. -- Radovan Semancik Software Architect evolveum.com - To unsubscribe, e-mail: dev-unsubscr...@directory.apach

Re: [VOTE] Release Apache LDAP API 2.0.0.AM4

2019-06-07 Thread Radovan Semancik
+1 My tests with AD and OpenDJ are passing. -- Radovan Semancik Software Architect evolveum.com On 6/5/19 10:56 PM, Emmanuel Lécharny wrote: Hi all, this is a vote for the release of Apache LDAP API 2.0.0.AM4, the forth milestone toward a 2.0 We wanted to cut a GA, but some urgent fixes

Re: [VOTE] Require Java 8 for Apache Directory projects

2019-01-07 Thread Radovan Semancik
+1 would be +1000 if I could do that :-) -- Radovan Semancik Software Architect evolveum.com On 1/5/19 8:06 AM, Emmanuel Lécharny wrote: Hi ! just wanted to be sure we all agree on the Java version we require for the various projects. Currently, we require Java 7, even if it's EOL

Re: LDAP API JNDI operations

2018-10-22 Thread Radovan Semancik
Hi, Perfectly OK with me. I do not really see any point in mixing JNDI and Apache Directory API. -- Radovan Semancik Software Architect evolveum.com On 10/21/18 21:25, Emmanuel Lécharny wrote: Hi ! I'm finishing up the Decorator removal, and I'm alsmost done (still have to process

Re: rm -rf *Decorator ;-)

2018-10-03 Thread Radovan Semancik
ears later (I don't exactly remember), the whole stuff seems to me an insanity. I was wondering whether I was the only one that felt like that. Well, at least I know the answer now. Thanks for doing that. I applaud everything that makes the API simpler and more streamlined. -- Radovan Semanci

Re: [VOTE] Apache LDAP API 2.0.0-AM1

2018-07-17 Thread Radovan Semancik
+1 of course :-) This is a significant improvement over 1.0. Tested through midPoint LDAP connector with OpenLDAP, OpenDJ and AD. -- Radovan Semancik Software Architect evolveum.com On 07/17/2018 01:27 AM, Emmanuel Lécharny wrote: Hi, This is a vote for the first Apache LDAP 2.0.0

Re: Flexible schema error handling

2018-07-12 Thread Radovan Semancik
that tomorrow evening. No, I haven't tried the server nor studio. Thanks Radovan ! And thank you for help and patience with me. -- Radovan Semancik Software Architect evolveum.com

Flexible schema error handling

2018-07-11 Thread Radovan Semancik
I have put a comment in the source code. This is probably something to have a look in the future. Overall, the solution is not perfect. But I'm quite happy with that for 2.0. It is definitely better than the temporary hack that we had in 1.0. -- Radovan Semancik Software Architect evolveum.com

Re: LDAP 2.0 and beyond, was : Re: SCIMple, current state of Apache LDAP 2.0, and Java 9/10/11

2018-07-09 Thread Radovan Semancik
quite happy with Java 8 for API 2.0. -- Radovan Semancik Software Architect evolveum.com

Re: SCIMple, current state of Apache LDAP 2.0, and Java 9/10/11

2018-07-09 Thread Radovan Semancik
e to help with those. -- Radovan Semancik Software Architect evolveum.com

Re: [Studio] Visual way to identify "disabled" users

2017-10-04 Thread Radovan Semancik
On 10/04/2017 01:57 PM, Shawn McKinney wrote: On Oct 4, 2017, at 2:25 AM, Radovan Semancik <radovan.seman...@evolveum.com> wrote: The problem is that there is no standard way how to disable a user in LDAP. Some LDAP servers have proprietary attributes for this. And some s

Re: [Studio] Visual way to identify "disabled" users

2017-10-04 Thread Radovan Semancik
, organizations, roles, etc. Managing content of generic LDAP directory is really a job for quite a sophisticated system. -- Radovan Semancik Software Architect evolveum.com

Re: [Studio] Visual way to identify "disabled" users

2017-10-04 Thread Radovan Semancik
custom extensions to support this properly. -- Radovan Semancik Software Architect evolveum.com On 10/03/2017 03:23 PM, Graham Leggett wrote: Hi all, We have a directory containing current users, as well as historical accounts that are disabled but still present. We’d like to be able to see

Re: [Vote] Switch to git for Apache LDAP API 2.0

2017-08-07 Thread Radovan Semancik
the same way as you use SVN now. Looking back at my migration I found this to be very useful: https://git.wiki.kernel.org/index.php/GitSvnCrashCourse -- Radovan Semancik Software Architect evolveum.com

Re: [Vote] Switch to git for Apache LDAP API 2.0

2017-08-04 Thread Radovan Semancik
+1 ... but only because I cannot give +100 :-) -- Radovan Semancik Software Architect evolveum.com On 08/04/2017 10:16 AM, Emmanuel Lécharny wrote: Hi guys, "It was the best *of* times, it was the worst *of* times" (Dickens) it's a pretty big change : switching away from

Re: Ldap API 2.0 roadmap

2017-08-03 Thread Radovan Semancik
for me, as I can quickly adapt my client application. But I'm aware that it might be a problem for other people. Therefore I would like to know opinions of the community regarding API 1.0->2.0 compatibility. -- Radovan Semancik Software Architect evolveum.com

Re: [VOTE] Apache LDAP API 1.0.0 release

2017-06-02 Thread Radovan Semancik
+1 Built from the tag with openjdk8. Tests passing. Run extra tests with OpenLDAP, OpenDJ and AD. All passing. -- Radovan Semancik Software Architect evolveum.com On 06/02/2017 02:01 AM, Emmanuel Lecharny wrote: Hi, This is a vote for the final release candidate of the 1.0.0 LDAP API

Re: Release API, Server, Studio

2017-05-29 Thread Radovan Semancik
On 05/28/2017 09:15 PM, Stefan Seelmann wrote: Are there any blockers of releasing API and server? I'm perfectly OK with API release. -- Radovan Semancik Software Architect evolveum.com

Re: ApacheDS/API/Mavibot/Fortress/Kerby/Escimo switch to Java 8 was Re: [Studio] Java 8

2017-02-13 Thread Radovan Semancik
need some time to adapt. I would recommend to proceed with API 1.0.0 release in java7 and switch to java8 right after the release. -- Radovan Semancik Software Architect evolveum.com On 02/13/2017 09:39 AM, Emmanuel Lécharny wrote: Hi guys, I think it would make a lot of sese to switch

Re: [Studio] Java 8

2017-02-13 Thread Radovan Semancik
Hi, I would give +1000 if I could :-) (for any project) -- Radovan Semancik Software Architect evolveum.com On 02/12/2017 12:25 AM, Stefan Seelmann wrote: Hi all, I'd like to suggest to move to Java 8 for Studio. I mean source and target compile flags, so Java 8 will be minimum JRE to run

[jira] [Resolved] (DIRAPI-154) Implement "online" OpenLDAP schema parsing in DefaultSchemaLoader

2016-10-16 Thread Radovan Semancik (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radovan Semancik resolved DIRAPI-154. - Resolution: Fixed It should work. Although the schema is not read from cn=config suffix

Re: [Vote] Accept Scim contribution

2016-06-27 Thread Radovan Semancik
/SCIMple-Identity, and it's already under a AL 2.0 license (https://github.com/PennState/SCIMple-Identity/blob/develop/LICENSE) Many thanks, and trully sorry fo rthe delayed vote ! -- Radovan Semancik Software Architect evolveum.com

Re: [VOTE] Apache LDAP API 1.0.0-RC1 release

2016-06-14 Thread Radovan Semancik
+1 tag build OK (openjdk 1.8.0_91), the most important tests with my LDAP connector are passing. -- Radovan Semancik Software Architect evolveum.com On 06/14/2016 10:27 AM, Emmanuel Lécharny wrote: Hi, This is a vote for the first release candidate of the 1.0.0 LDAP API/Shared, 1.0.0

Re: Release of Studio, API, ApacheDS

2016-06-13 Thread Radovan Semancik
disposed immediately after timeout, but they will be disposed later when the client code has a chance to explicitly close the connection. But I think this is quite acceptable. Therefore we do not need any fixes to Mina (and I would prefer not to touch Mina 2 unless absolutely necessary).

Re: Scim library contribution

2016-05-12 Thread Radovan Semancik
? +1, of course -- Radovan Semancik Software Architect evolveum.com

[jira] [Closed] (DIRAPI-282) Detection of timeout in cursor.next()

2016-05-12 Thread Radovan Semancik (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radovan Semancik closed DIRAPI-282. --- Resolution: Fixed > Detection of timeout in cursor.n

[jira] [Created] (DIRAPI-282) Detection of timeout in cursor.next()

2016-05-12 Thread Radovan Semancik (JIRA)
Radovan Semancik created DIRAPI-282: --- Summary: Detection of timeout in cursor.next() Key: DIRAPI-282 URL: https://issues.apache.org/jira/browse/DIRAPI-282 Project: Directory Client API

Double escaping in DN

2016-02-17 Thread Radovan Semancik
? If it is correct then we clearly cannot assume anywhere in the code that upValue equals normalizedValue. Honestly, I'm not really sure how to fix this. Any ideas? -- Radovan Semancik Software Architect evolveum.com

Re: Cursor to implement Closeable

2016-02-02 Thread Radovan Semancik
ptions may be even worse, because it suggests that a retryable network error while the root cause of the problem may be non-retryable and it may be so serious that re-trying the operation may cause serious harm. So, throwing both exception as nested may in fact be a good compromise. -- Radova

Re: Cursor to implement Closeable

2016-02-02 Thread Radovan Semancik
now is perhaps not that important. We should perhaps discuss the overall error handling approach first. -- Radovan Semancik Software Architect evolveum.com On 02/02/2016 11:40 AM, Zheng, Kai wrote: Thanks Radovan for the interesting illustration. I guess I understand it but am not so sure

Re: Mina SSL issue and insane DNs

2016-01-20 Thread Radovan Semancik
these tests uncover more AD "features" I will be updating the API right away. And I have a strange suspicion that there is more to this ... -- Radovan Semancik Software Architect evolveum.com

Re: [API] Added Microsoft control

2015-10-20 Thread Radovan Semancik
like I was wrong ... -- Radovan Semancik Software Architect evolveum.com

[jira] [Resolved] (DIRAPI-258) Add support for the Microsoft LDAP server show deleted objects control

2015-10-20 Thread Radovan Semancik (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radovan Semancik resolved DIRAPI-258. - Resolution: Fixed > Add support for the Microsoft LDAP server show deleted obje

OIDs with long integers

2015-10-20 Thread Radovan Semancik
of long?). As I'm using relaxed mode I'm not really affected by this. But I wanted to let you know that this might be a potential problem ... -- Radovan Semancik Software Architect evolveum.com

Re: [VOTE] Apache LDAP API 1.0.0-M32 release

2015-10-19 Thread Radovan Semancik
e should go to the full extent and make the API as complete as possible... For me it is the "Deleted" control now. Maybe SD_FLAGS a bit later. -- Radovan Semancik Software Architect evolveum.com

Re: [VOTE] Apache LDAP API 1.0.0-M32 release

2015-10-18 Thread Radovan Semancik
ay. Do you think it is OK to do that now (before 1.0.0-M32 release)? Or should I wait after the release? -- Radovan Semancik Software Architect evolveum.com

Re: [VOTE] Apache LDAP API 1.0.0-M32 release

2015-10-16 Thread Radovan Semancik
+1 for release Build on OpenJDK 1.7.0_79 (linux) OK. My tests with OpenLDAP, OpenDJ and 389ds are passing. -- Radovan Semancik Software Architect evolveum.com On 10/14/2015 07:05 PM, Emmanuel Lécharny wrote: Hi, This is a vote for the 32th milestone of the 1.0.0 LDAP API/Shared, 1.0.0

Re: Value handling ideas

2015-10-15 Thread Radovan Semancik
the value into an index. In other words, we must keep both a byte[] and a String representation of a value... Yes. I agree. -- Radovan Semancik Software Architect evolveum.com

Re: Value handling ideas

2015-10-15 Thread Radovan Semancik
in schema-less mode. And the Values should work (reasonably) well also in schema-less mode. -- Radovan Semancik Software Architect evolveum.com

Re: Value handling ideas

2015-10-14 Thread Radovan Semancik
ceived binary values can be retrieved even from StringValue class. And that will improve usability of the API. -- Radovan Semancik Software Architect evolveum.com On 10/12/2015 08:50 PM, Emmanuel Lécharny wrote: Thoughts about value handling i

Re: localhost/127.0.0.1 problems...

2015-09-18 Thread Radovan Semancik
Host() seems to be more elegant, though. And it should also work reliably IFAIK. -- Radovan Semancik Software Architect evolveum.com On 09/17/2015 04:43 PM, Emmanuel Lécharny wrote: Hi ! I was suprisingly hit another time by a failing test, where the client is trying to connect to a

[jira] [Commented] (DIRSTUDIO-871) Error during on-line schema loading: expecting '\n', found ''

2015-08-31 Thread Radovan Semancik (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14723255#comment-14723255 ] Radovan Semancik commented on DIRSTUDIO-871: Support for these attributes added in r1698342

[jira] [Commented] (DIRAPI-244) Error in loading schema

2015-08-17 Thread Radovan Semancik (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14699261#comment-14699261 ] Radovan Semancik commented on DIRAPI-244: - There is method how to work around

Re: 389 Directory Server support in API

2015-07-15 Thread Radovan Semancik
it anyway. We are not testing LDAP API directly, but a complete stack midPoint - ConnId - LDAP connector - LDAP API - LDAP server. So I do not think that our setup would be reusable. Anyway, for anyone interested it is here: https://github.com/Evolveum/midpoint/tree/master/testing/conntest -- Radovan

Re: 389 Directory Server support in API

2015-07-14 Thread Radovan Semancik
their classes (except that pulling up of methods to interface - and that was the reason I was asking for review). I think that is quite safe to do in trunk. For now. -- Radovan Semancik Software Architect evolveum.com

Re: 389 Directory Server support in API

2015-07-14 Thread Radovan Semancik
. And if it will work only with ApacheDS and OpenLDAP then it will never become widespread. So I would be inclined towards more tolerance in the API to make it practical. -- Radovan Semancik Software Architect evolveum.com

389 Directory Server support in API

2015-07-14 Thread Radovan Semancik
? The connection to 389ds seems to work acceptably well with these changes. -- Radovan Semancik Software Architect evolveum.com

Re: 389 Directory Server support in API

2015-07-14 Thread Radovan Semancik
external LDAP server s! No problem. That's the least I can do. We need to support all major LDAP servers out there (IDM is sometimes quite a dirty business). So this means I have to test them anyway. -- Radovan Semancik Software Architect evolveum.com

Re: 389 Directory Server support in API

2015-07-14 Thread Radovan Semancik
, OpenDJ. Those work. I have done some basic testing with eDirectory and DSEE. There were some issues with these, but I do not remember the details (chances are that the 389ds fix also fixed DSEE). I will have a closer look at eDir next month. -- Radovan Semancik Software Architect evolveum.com

Re: Events and talks

2015-06-29 Thread Radovan Semancik
IAM Solution (45min) ConnId Identity Connectors and the new LDAP connector (15min) ApacheCon: Comprehensive Open Source Identity Solution -- Radovan Semancik Software Architect evolveum.com

Re: Security Track for ApacheCon Core Europe?

2015-06-17 Thread Radovan Semancik
is somehow security-related. So I guess the security track is a good idea. -- Radovan Semancik Software Architect evolveum.com

Re: svn commit: r1681745 - /directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapNetworkConnection.java

2015-05-28 Thread Radovan Semancik
draft it. But I have no idea how to modify the site. I was also thinking about updating the API documentation. Is there any documentation describing how to update the documentation? :-) -- Radovan Semancik Software Architect evolveum.com

Re: svn commit: r1681745 - /directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapNetworkConnection.java

2015-05-27 Thread Radovan Semancik
. And again no failure. Some tests are obviously executed during clean install. Should I somehow run other tests explicitly? (other project? or a different profile?) -- Radovan Semancik Software Architect

Re: svn commit: r1681745 - /directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapNetworkConnection.java

2015-05-27 Thread Radovan Semancik
mvn clean install, commit and then check Jenkins after the commit? -- Radovan Semancik Software Architect evolveum.com

Re: API relaxed mode

2015-05-01 Thread Radovan Semancik
search, base: cn=subschema) -- Radovan Semancik Software Architect evolveum.com

Re: API relaxed mode

2015-05-01 Thread Radovan Semancik
-- Radovan Semancik Software Architect evolveum.com

Re: API relaxed mode

2015-04-30 Thread Radovan Semancik
that other API users will make the same mistake. So I think that investing time to document this is really going to help. You bet... OK. So I take the task to document this. But I would like to have a working code first so I'm sure the documentation that I write does not lie :-) -- Radovan Semancik

Re: API relaxed mode

2015-04-30 Thread Radovan Semancik
stable OpenDJ (2.6.2) ... but that's not our problem :-) -- Radovan Semancik Software Architect evolveum.com

Re: [VOTE] Apache LDAP API release 1.0.0-M30

2015-04-29 Thread Radovan Semancik
+1 All tests pass on my machines. -- Radovan Semancik Software Architect evolveum.com

API relaxed mode

2015-04-28 Thread Radovan Semancik
it after the release) -- Radovan Semancik Software Architect evolveum.com On 03/20/2015 04:07 PM, Radovan Semancik wrote: https://github.com/Evolveum/directory-shared/commit/b941ff690a41cd03b31679759dcf2fb367b1cb83 I had a closer look at this. Tests are failing after my modification

Git? (was: Re: Apache Directory and SCIM)

2015-04-23 Thread Radovan Semancik
. -- Radovan Semancik Software Architect evolveum.com

Re: Apache Directory and SCIM

2015-04-23 Thread Radovan Semancik
have missed? -- Radovan Semancik Software Architect evolveum.com

Re: Welcome to Radovan Semancik, our new team member

2015-03-30 Thread Radovan Semancik
Hi, Thanks. This is a great honor and a privilege to be a part of this project. However, the account does not seem to be active yet. So I'll wait till it is activated. -- Radovan Semancik Software Architect evolveum.com On 03/29/2015 01:15 PM, Kiran Ayyagari wrote: Hi Radovan, Your