[jira] [Commented] (DIRAPI-361) LDAP Protocol error if password is expiring

2021-05-31 Thread Jira


[ 
https://issues.apache.org/jira/browse/DIRAPI-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354617#comment-17354617
 ] 

Gunics Balázs commented on DIRAPI-361:
--

We're facing the same issue as well. I wonder where we parse the Result Code?
{code:java}
Caused by: 
org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException: 
PROTOCOL_ERROR: The server will disconnect!
at 
org.apache.directory.api.ldap.model.message.ResultCodeEnum.processResponse(ResultCodeEnum.java:2137)
at 
org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:136)
{code}
I tried to compile my own version of LDAP, but not sure where should I add 
extra debug options.

What I've find is that, there is an RFC for password expiration:

[https://datatracker.ietf.org/doc/html/draft-behera-ldap-password-policy-10#section-5.2.8]
 

Maybe we'd need to send extra parameters to get detailed information back?

 

[~Fuzzo] were you able to find a solution / workaround?

> LDAP Protocol error if password is expiring
> ---
>
> Key: DIRAPI-361
> URL: https://issues.apache.org/jira/browse/DIRAPI-361
> Project: Directory Client API
>  Issue Type: Bug
>Affects Versions: 2.0.1
> Environment: Java 8
>Reporter: Marco Cuccato
>Priority: Critical
>
> An LdapOperationException is raised at bind() if the user has the password 
> expiring (but not expired yet).
> Exception:
> MessageType : BIND_RESPONSE
> Message ID : -1
>  BindResponse
>  Ldap Result
>  Result code : (PROTOCOL_ERROR) protocolError
>  Matched Dn : 'null'
>  Diagnostic message : 'PROTOCOL_ERROR: The server will disconnect!'
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Commented] (DIRSTUDIO-1278) SSL certificate always trusgt option is failing

2021-05-31 Thread Stefan Seelmann (Jira)


[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354545#comment-17354545
 ] 

Stefan Seelmann commented on DIRSTUDIO-1278:


The actual error is {{Algorithm HmacPBESHA256 not available}} when writing the 
accepted certificate to the keystore file.

The HmacPBESHA256 algorithm was added in Java 12 only (but it's now backported 
to older Java versions, seehttps://bugs.openjdk.java.net/browse/JDK-8267701).

Did you use Studio before with a newer Java version than Java 11?

A workaround is to delete (or rename/move) the keystore, the file path is 
{{~/.ApacheDirectoryStudio/.metadata/.plugins/org.apache.directory.studio.connection.core/permanent.jks}}.


> SSL certificate always trusgt option is failing
> ---
>
> Key: DIRSTUDIO-1278
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1278
> Project: Directory Studio
>  Issue Type: Question
>  Components: studio-apacheds
>Affects Versions: 2.0.0-M16
>Reporter: steve balon
>Priority: Major
> Attachments: .log, image-2021-05-28-14-43-20-932.png, 
> image-2021-05-31-10-21-24-120.png
>
>
> Hi,
>  
> I have a new laptop and I install the latest version of Apache Directory 
> studio M16.
> I had to play around Java and even if I install the Java SE Version 8 Update 
> 291 64 bits. 
> Directory studio fail to load.
> so I finally decide to install the openjdk 11LTS and edit the 
> ApacheDirectoryStudio.ini to use the openJDK installed.
>  
> It finally work but when I connect to my LDAP server, I got always the 
> untrusted certificat.
> Which is a valid one raised by GlobalSign.
>  
> I can only connect if I accept for once the cert, but then it always ask the 
> question.
> I try to find where to add but I'm unable.
> also the always trust fail.
> any idea how to solve that.
>  
> and I also add to change the replace parameter as a modification with no 
> equality matching rule was not working :(
> I add to use always replace.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: Dependabot mails...

2021-05-31 Thread Colm O hEigeartaigh
Hi,

I just disabled dependabot, it is probably overkill for a project like
Kerby anyway. Ideally I would have access to the "settings" part of
the GitHub Dashboard for the project, where I could then configure
alerts + PRs for security updates only, but I don't have access to it.
I'll investigate to see if there is a way Infra can configure it for
me.

Colm.

On Mon, May 31, 2021 at 10:32 AM Emmanuel Lécharny  wrote:
>
> Hi
>
> is it possibkle to desactivate the dependabot mails? It's a bit annoying...
>
> --
> *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
> T. +33 (0)4 89 97 36 50
> P. +33 (0)6 08 33 32 61
> emmanuel.lecha...@busit.com https://www.busit.com/
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
> For additional commands, e-mail: dev-h...@directory.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Dependabot mails...

2021-05-31 Thread Emmanuel Lécharny

Hi

is it possibkle to desactivate the dependabot mails? It's a bit annoying...

--
*Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
T. +33 (0)4 89 97 36 50
P. +33 (0)6 08 33 32 61
emmanuel.lecha...@busit.com https://www.busit.com/

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] dependabot[bot] opened a new pull request #109: Bump commons-io from 2.8.0 to 2.9.0

2021-05-31 Thread GitBox


dependabot[bot] opened a new pull request #109:
URL: https://github.com/apache/directory-kerby/pull/109


   Bumps commons-io from 2.8.0 to 2.9.0.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.8.0&new-version=2.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] coheigea merged pull request #106: Bump gson from 2.8.6 to 2.8.7

2021-05-31 Thread GitBox


coheigea merged pull request #106:
URL: https://github.com/apache/directory-kerby/pull/106


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] dependabot[bot] opened a new pull request #108: Bump dependency-check-maven from 6.1.6 to 6.2.0

2021-05-31 Thread GitBox


dependabot[bot] opened a new pull request #108:
URL: https://github.com/apache/directory-kerby/pull/108


   Bumps 
[dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 
6.1.6 to 6.2.0.
   
   Release notes
   Sourced from https://github.com/jeremylong/DependencyCheck/releases";>dependency-check-maven's
 releases.
   
   Version 6.2.0
   Changes in this Release
   
   Added an experimental Perl CPAN analyzer https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/3378";>#3378
   Improved database performance https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/3206";>#3206
   The archive analyzer now extracts files from RPM archives https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/3226";>#3226
   Ensure ordered output in reports https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/3343";>#3243
   Several minor bug fixes and updates to reduce false positives
   See the full listing of https://github.com/jeremylong/DependencyCheck/milestone/27?closed=1";>changes.
   
   
   
   
   Changelog
   Sourced from https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md";>dependency-check-maven's
 changelog.
   
   https://github.com/jeremylong/DependencyCheck/releases/tag/v6.2.0";>Version
 6.2.0 (2021-05-29)
   Changes
   
   Added an experimental Perl CPAN analyzer https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/3378";>#3378
   
   Note that the full DSL of the CPAN is not yet supported so any required 
dependency is analyzed (i.e. there is no way to exclude development 
requirements)
   
   
   Improved database performance https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/3206";>#3206
   The archive analyzer now extracts files from RPM archives https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/3226";>#3226
   Ensure ordered output in reports https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/3343";>#3243
   Several minor bug fixes and updates to reduce false positives
   See the full listing of https://github.com/jeremylong/DependencyCheck/milestone/27?closed=1";>changes.
   
   
   
   
   Commits
   
   https://github.com/jeremylong/DependencyCheck/commit/7a00b89d3544951005fa3cb7529754e30288e606";>7a00b89
 [maven-release-plugin] prepare release v6.2.0
   https://github.com/jeremylong/DependencyCheck/commit/69eb40a3af0fbb000bf7be381ccebdf89e729322";>69eb40a
 release 6.2.0
   https://github.com/jeremylong/DependencyCheck/commit/1c21d9160a113fa7ff6b67405d79bf91ff775cae";>1c21d91
 updated timeout to 60 minutes as a few issues have arrisen due to the 60 
minu...
   https://github.com/jeremylong/DependencyCheck/commit/664bd9eec9acf1cefe07aef2976fd91fb680f80c";>664bd9e
 improve error reporting per https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3296";>#3296
   https://github.com/jeremylong/DependencyCheck/commit/f5336825d95e43b11d6e27b29e9ab1e1c685b636";>f533682
 Merge pull request https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3403";>#3403
 from jeremylong/dependabot/github_actions/actions/ca...
   https://github.com/jeremylong/DependencyCheck/commit/d1932c6252f17406b7e6a7541d3e1319108f696f";>d1932c6
 Merge branch 'dependabot/maven/commons-io-commons-io-2.9.0' into main
   https://github.com/jeremylong/DependencyCheck/commit/356b3275e0c9932b6359951fcb094475463b7e98";>356b327
 fix exception handling
   https://github.com/jeremylong/DependencyCheck/commit/322c78316db2df5a8eed7a18d9519f989c64f189";>322c783
 Bump actions/cache from 2.1.5 to 2.1.6
   https://github.com/jeremylong/DependencyCheck/commit/db9a8eba58c7fc721723e94012527d085b2c670d";>db9a8eb
 Merge branch 'main' into dependabot/maven/commons-io-commons-io-2.9.0
   https://github.com/jeremylong/DependencyCheck/commit/79f8cc511328e7fdc069e871ac4cf3b18cdfb47f";>79f8cc5
 Merge pull request https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3396";>#3396
 from jeremylong/dependabot/maven/org.jetbrains-annot...
   Additional commits viewable in https://github.com/jeremylong/DependencyCheck/compare/v6.1.6...v6.2.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.owasp:dependency-check-maven&package-manager=maven&previous-version=6.1.6&new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will 

[GitHub] [directory-kerby] coheigea merged pull request #107: Bump netty.version from 4.1.63.Final to 4.1.65.Final

2021-05-31 Thread GitBox


coheigea merged pull request #107:
URL: https://github.com/apache/directory-kerby/pull/107


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] dependabot[bot] commented on pull request #101: Bump netty.version from 4.1.63.Final to 4.1.64.Final

2021-05-31 Thread GitBox


dependabot[bot] commented on pull request #101:
URL: https://github.com/apache/directory-kerby/pull/101#issuecomment-851349704


   Superseded by #107.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] dependabot[bot] closed pull request #101: Bump netty.version from 4.1.63.Final to 4.1.64.Final

2021-05-31 Thread GitBox


dependabot[bot] closed pull request #101:
URL: https://github.com/apache/directory-kerby/pull/101


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] dependabot[bot] opened a new pull request #107: Bump netty.version from 4.1.63.Final to 4.1.65.Final

2021-05-31 Thread GitBox


dependabot[bot] opened a new pull request #107:
URL: https://github.com/apache/directory-kerby/pull/107


   Bumps `netty.version` from 4.1.63.Final to 4.1.65.Final.
   Updates `netty-transport` from 4.1.63.Final to 4.1.65.Final
   
   Commits
   
   https://github.com/netty/netty/commit/9e06241ddbe4d3aedc7994d37450013de276f062";>9e06241
 [maven-release-plugin] prepare release netty-4.1.65.Final
   https://github.com/netty/netty/commit/eca0e160edcf614b9779e93152a43ddcf5879d0d";>eca0e16
 Add license header to our scripts and workflows (https://github-redirect.dependabot.com/netty/netty/issues/11282";>#11282)
   https://github.com/netty/netty/commit/8be7c5b860aae8bf73a93283238b9e0e8f78febb";>8be7c5b
 Delete tag if already exist locally
   https://github.com/netty/netty/commit/037eddd5a2f01dc4dde340400822ecf11207191a";>037eddd
 Fix netty-all artifact (https://github-redirect.dependabot.com/netty/netty/issues/11274";>#11274)
   https://github.com/netty/netty/commit/08dbd7275810b940528ac1bbc910f6904cd42e4e";>08dbd72
 Fail the build if we can't load the OpenSSL library (https://github-redirect.dependabot.com/netty/netty/issues/11269";>#11269)
   https://github.com/netty/netty/commit/1a67c1feb8854fa4e9244926fe8798767b8c40e1";>1a67c1f
 Correctly cleanup jars created during shading tests (https://github-redirect.dependabot.com/netty/netty/issues/11276";>#11276)
   https://github.com/netty/netty/commit/7c955a19dce2e7ea95e15a5c578e7e71d0d4a238";>7c955a1
 Redirect Log4J 1.x to Log 2.x (https://github-redirect.dependabot.com/netty/netty/issues/11264";>#11264)
   https://github.com/netty/netty/commit/72db32a80123227f005b904e54d3a798787cf5e2";>72db32a
 Don't include netty-examples as dependency for netty-all (https://github-redirect.dependabot.com/netty/netty/issues/11273";>#11273)
   https://github.com/netty/netty/commit/3972bacd601031bb6ae683435da79cc8ef0c03e7";>3972bac
 Provide a way to pass through a certain HTTP upgrade request (https://github-redirect.dependabot.com/netty/netty/issues/11267";>#11267)
   https://github.com/netty/netty/commit/6f193193ea757f6d6cde0fcc45bd0ebb0088f9de";>6f19319
 Upgrade logback dependency due CVE (https://github-redirect.dependabot.com/netty/netty/issues/11271";>#11271)
   Additional commits viewable in https://github.com/netty/netty/compare/netty-4.1.63.Final...netty-4.1.65.Final";>compare
 view
   
   
   
   
   Updates `netty-handler` from 4.1.63.Final to 4.1.65.Final
   
   Commits
   
   https://github.com/netty/netty/commit/9e06241ddbe4d3aedc7994d37450013de276f062";>9e06241
 [maven-release-plugin] prepare release netty-4.1.65.Final
   https://github.com/netty/netty/commit/eca0e160edcf614b9779e93152a43ddcf5879d0d";>eca0e16
 Add license header to our scripts and workflows (https://github-redirect.dependabot.com/netty/netty/issues/11282";>#11282)
   https://github.com/netty/netty/commit/8be7c5b860aae8bf73a93283238b9e0e8f78febb";>8be7c5b
 Delete tag if already exist locally
   https://github.com/netty/netty/commit/037eddd5a2f01dc4dde340400822ecf11207191a";>037eddd
 Fix netty-all artifact (https://github-redirect.dependabot.com/netty/netty/issues/11274";>#11274)
   https://github.com/netty/netty/commit/08dbd7275810b940528ac1bbc910f6904cd42e4e";>08dbd72
 Fail the build if we can't load the OpenSSL library (https://github-redirect.dependabot.com/netty/netty/issues/11269";>#11269)
   https://github.com/netty/netty/commit/1a67c1feb8854fa4e9244926fe8798767b8c40e1";>1a67c1f
 Correctly cleanup jars created during shading tests (https://github-redirect.dependabot.com/netty/netty/issues/11276";>#11276)
   https://github.com/netty/netty/commit/7c955a19dce2e7ea95e15a5c578e7e71d0d4a238";>7c955a1
 Redirect Log4J 1.x to Log 2.x (https://github-redirect.dependabot.com/netty/netty/issues/11264";>#11264)
   https://github.com/netty/netty/commit/72db32a80123227f005b904e54d3a798787cf5e2";>72db32a
 Don't include netty-examples as dependency for netty-all (https://github-redirect.dependabot.com/netty/netty/issues/11273";>#11273)
   https://github.com/netty/netty/commit/3972bacd601031bb6ae683435da79cc8ef0c03e7";>3972bac
 Provide a way to pass through a certain HTTP upgrade request (https://github-redirect.dependabot.com/netty/netty/issues/11267";>#11267)
   https://github.com/netty/netty/commit/6f193193ea757f6d6cde0fcc45bd0ebb0088f9de";>6f19319
 Upgrade logback dependency due CVE (https://github-redirect.dependabot.com/netty/netty/issues/11271";>#11271)
   Additional commits viewable in https://github.com/netty/netty/compare/netty-4.1.63.Final...netty-4.1.65.Final";>compare
 view
   
   
   
   
   Updates `netty-common` from 4.1.63.Final to 4.1.65.Final
   
   Commits
   
   https://github.com/netty/netty/commit/9e06241ddbe4d3aedc7994d37450013de276f062";>9e06241
 [maven-release-plugin] prepare release netty-4.1.65.Final
   https://github.com/netty/netty/commit/eca0e160edcf614b9779e93152a43ddcf5879d0d";>eca0e16
 Add license header to our scripts and workflows (https://github-redirect.dependabot.com/nett

[GitHub] [directory-kerby] coheigea commented on pull request #101: Bump netty.version from 4.1.63.Final to 4.1.64.Final

2021-05-31 Thread GitBox


coheigea commented on pull request #101:
URL: https://github.com/apache/directory-kerby/pull/101#issuecomment-851349240


   @Dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] dependabot[bot] opened a new pull request #106: Bump gson from 2.8.6 to 2.8.7

2021-05-31 Thread GitBox


dependabot[bot] opened a new pull request #106:
URL: https://github.com/apache/directory-kerby/pull/106


   Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.7.
   
   Changelog
   Sourced from https://github.com/google/gson/blob/master/CHANGELOG.md";>gson's 
changelog.
   
   Version 2.8.7
   
   Fixed ISO8601UtilsTest failing on systems with UTC+X.
   Improved javadoc for JsonStreamParser.
   Updated proguard.cfg (https://github-redirect.dependabot.com/google/gson/issues/1693";>#1693).
   Fixed IllegalStateException in JsonTreeWriter 
(https://github-redirect.dependabot.com/google/gson/issues/1592";>#1592).
   Added JsonArray.isEmpty() (https://github-redirect.dependabot.com/google/gson/issues/1640";>#1640).
   Added new test cases (https://github-redirect.dependabot.com/google/gson/issues/1638";>#1638).
   Fixed OSGi metadata generation to work on JavaSE < 9 (https://github-redirect.dependabot.com/google/gson/issues/1603";>#1603).
   
   
   
   
   Commits
   
   https://github.com/google/gson/commit/4520489c29e770c64b11ca35e0a0fdf17a1874ab";>4520489
 [maven-release-plugin] prepare release gson-parent-2.8.7
   https://github.com/google/gson/commit/fa4a17756d0e54aaad6e8c33054ff64f8e74cd09";>fa4a177
 Add missing dependency for the release plugin.
   https://github.com/google/gson/commit/3a694696383026cdaf4b90168bc0dea41e34260a";>3a69469
 Merge pull request https://github-redirect.dependabot.com/google/gson/issues/1894";>#1894 
from google/dependabot/maven/org.apache.maven.plugin...
   https://github.com/google/gson/commit/d4fb033a472c338814f4159d6602aef561f393f1";>d4fb033
 Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
   https://github.com/google/gson/commit/1e4b84c34f9654fc94cbdf39580d452f923bb901";>1e4b84c
 Merge pull request https://github-redirect.dependabot.com/google/gson/issues/1687";>#1687 
from Marcono1234/iso-utils-test-fix
   https://github.com/google/gson/commit/829a514aed3401bed0fbac5fd6499926aa961039";>829a514
 Merge pull request https://github-redirect.dependabot.com/google/gson/issues/1786";>#1786 
from Marcono1234/marcono1234/JsonStreamParser-doc-fix
   https://github.com/google/gson/commit/8a6af9d9849ff9c072c2960814f32ca9c9ea9a82";>8a6af9d
 Merge pull request https://github-redirect.dependabot.com/google/gson/issues/1800";>#1800 
from google/dependabot/maven/extras/junit-junit-4.13.1
   https://github.com/google/gson/commit/4d43f30cf44ac640578a124902869920a788a4ba";>4d43f30
 Merge pull request https://github-redirect.dependabot.com/google/gson/issues/1801";>#1801 
from google/dependabot/maven/proto/junit-junit-4.13.1
   https://github.com/google/gson/commit/b7c590ff8e397e0a2e82324edec45b34901a8843";>b7c590f
 Merge pull request https://github-redirect.dependabot.com/google/gson/issues/1802";>#1802 
from google/dependabot/maven/codegen/junit-junit-4.13.1
   https://github.com/google/gson/commit/90ffe4c3d562ed3adf3b080d67bdb34f375818bf";>90ffe4c
 Merge pull request https://github-redirect.dependabot.com/google/gson/issues/1804";>#1804 
from google/dependabot/maven/metrics/junit-junit-4.13.1
   Additional commits viewable in https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.7";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.code.gson:gson&package-manager=maven&previous-version=2.8.6&new-version=2.8.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot c

[GitHub] [directory-kerby] coheigea merged pull request #102: Bump mockito-core from 3.9.0 to 3.10.0

2021-05-31 Thread GitBox


coheigea merged pull request #102:
URL: https://github.com/apache/directory-kerby/pull/102


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] dependabot[bot] opened a new pull request #105: Bump ldap.api.version from 2.0.1 to 2.0.2

2021-05-31 Thread GitBox


dependabot[bot] opened a new pull request #105:
URL: https://github.com/apache/directory-kerby/pull/105


   Bumps `ldap.api.version` from 2.0.1 to 2.0.2.
   Updates `api-ldap-client-api` from 2.0.1 to 2.0.2
   
   Updates `api-util` from 2.0.1 to 2.0.2
   
   Commits
   
   https://github.com/apache/directory-ldap-api/commit/722f1de5332d616b7f9fce91016f9e844489a91e";>722f1de
 [maven-release-plugin] prepare release 2.0.2
   https://github.com/apache/directory-ldap-api/commit/70bce9e4a0166c73c74240008dc267059597e921";>70bce9e
 Update copyright year
   https://github.com/apache/directory-ldap-api/commit/70594088cd63b5f144360fe6e680ee5ebbdfd69e";>7059408
 Disable javadoc linter
   https://github.com/apache/directory-ldap-api/commit/c78fd182115c75dc7f3d84bab50638de5eb24614";>c78fd18
 Fix javadoc
   https://github.com/apache/directory-ldap-api/commit/176602f91aadeb9832935f52d9ca1d838e6e9142";>176602f
 Workaround for apache-rat-plugin 0.13 which doesn't accept https URLs
   https://github.com/apache/directory-ldap-api/commit/c803924e5a6a336a62d0f2a99ba48b4b1e5ffc8d";>c803924
 Update checkstyle-configuration
   https://github.com/apache/directory-ldap-api/commit/4d7b5350a20f78978443d613912f639d5b73eae2";>4d7b535
 Swicthed soem more http:// to https://. Fixed some deadd references to 
JIRA
   https://github.com/apache/directory-ldap-api/commit/4d3633225c18fe7349d346ea7b54d13337050f50";>4d36332
 Switched from http:// to https://
   https://github.com/apache/directory-ldap-api/commit/8965a541bbeefd49028a5405264e40aed69ac5d0";>8965a54
 Bump and cleanup dependencies, enable and migrate a test, delete a test 
suite
   https://github.com/apache/directory-ldap-api/commit/931f932b6983a8ba9daa3a8d085d8b5b4b2c9083";>931f932
 Added a fix for DIRSERVER-2347, we don't anymore encode for a response when 
i...
   Additional commits viewable in https://github.com/apache/directory-ldap-api/compare/2.0.1...2.0.2";>compare
 view
   
   
   
   
   Updates `api-ldap-model` from 2.0.1 to 2.0.2
   
   Updates `api-ldap-codec-standalone` from 2.0.1 to 2.0.2
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] coheigea commented on pull request #102: Bump mockito-core from 3.9.0 to 3.10.0

2021-05-31 Thread GitBox


coheigea commented on pull request #102:
URL: https://github.com/apache/directory-kerby/pull/102#issuecomment-851346919


@dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] coheigea merged pull request #103: Bump jmh.version from 1.29 to 1.31

2021-05-31 Thread GitBox


coheigea merged pull request #103:
URL: https://github.com/apache/directory-kerby/pull/103


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[GitHub] [directory-kerby] coheigea merged pull request #104: search subtree to be able to use identities provisioned by other tool…

2021-05-31 Thread GitBox


coheigea merged pull request #104:
URL: https://github.com/apache/directory-kerby/pull/104


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Updated] (DIRSTUDIO-1278) SSL certificate always trusgt option is failing

2021-05-31 Thread steve balon (Jira)


 [ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

steve balon updated DIRSTUDIO-1278:
---
Attachment: .log

> SSL certificate always trusgt option is failing
> ---
>
> Key: DIRSTUDIO-1278
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1278
> Project: Directory Studio
>  Issue Type: Question
>  Components: studio-apacheds
>Affects Versions: 2.0.0-M16
>Reporter: steve balon
>Priority: Major
> Attachments: .log, image-2021-05-28-14-43-20-932.png, 
> image-2021-05-31-10-21-24-120.png
>
>
> Hi,
>  
> I have a new laptop and I install the latest version of Apache Directory 
> studio M16.
> I had to play around Java and even if I install the Java SE Version 8 Update 
> 291 64 bits. 
> Directory studio fail to load.
> so I finally decide to install the openjdk 11LTS and edit the 
> ApacheDirectoryStudio.ini to use the openJDK installed.
>  
> It finally work but when I connect to my LDAP server, I got always the 
> untrusted certificat.
> Which is a valid one raised by GlobalSign.
>  
> I can only connect if I accept for once the cert, but then it always ask the 
> question.
> I try to find where to add but I'm unable.
> also the always trust fail.
> any idea how to solve that.
>  
> and I also add to change the replace parameter as a modification with no 
> equality matching rule was not working :(
> I add to use always replace.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Commented] (DIRSTUDIO-1278) SSL certificate always trusgt option is failing

2021-05-31 Thread steve balon (Jira)


[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354294#comment-17354294
 ] 

steve balon commented on DIRSTUDIO-1278:


so when I click to always trust the certificate, the tool cannot connect and 
came with this error popup 

!image-2021-05-31-10-21-24-120.png!

 

if instead of choosing always trust, I choose accept for this connection only.

I can establish successfully the connection, but each time I connect, I had to 
accept ith.

the strange stuff is that the certificate is a trusted one from GlobalSign.

and in addition, there is the log file.

 [^.log]

 

> SSL certificate always trusgt option is failing
> ---
>
> Key: DIRSTUDIO-1278
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1278
> Project: Directory Studio
>  Issue Type: Question
>  Components: studio-apacheds
>Affects Versions: 2.0.0-M16
>Reporter: steve balon
>Priority: Major
> Attachments: .log, image-2021-05-28-14-43-20-932.png, 
> image-2021-05-31-10-21-24-120.png
>
>
> Hi,
>  
> I have a new laptop and I install the latest version of Apache Directory 
> studio M16.
> I had to play around Java and even if I install the Java SE Version 8 Update 
> 291 64 bits. 
> Directory studio fail to load.
> so I finally decide to install the openjdk 11LTS and edit the 
> ApacheDirectoryStudio.ini to use the openJDK installed.
>  
> It finally work but when I connect to my LDAP server, I got always the 
> untrusted certificat.
> Which is a valid one raised by GlobalSign.
>  
> I can only connect if I accept for once the cert, but then it always ask the 
> question.
> I try to find where to add but I'm unable.
> also the always trust fail.
> any idea how to solve that.
>  
> and I also add to change the replace parameter as a modification with no 
> equality matching rule was not working :(
> I add to use always replace.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Updated] (DIRSTUDIO-1278) SSL certificate always trusgt option is failing

2021-05-31 Thread steve balon (Jira)


 [ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

steve balon updated DIRSTUDIO-1278:
---
Attachment: image-2021-05-31-10-21-24-120.png

> SSL certificate always trusgt option is failing
> ---
>
> Key: DIRSTUDIO-1278
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1278
> Project: Directory Studio
>  Issue Type: Question
>  Components: studio-apacheds
>Affects Versions: 2.0.0-M16
>Reporter: steve balon
>Priority: Major
> Attachments: image-2021-05-28-14-43-20-932.png, 
> image-2021-05-31-10-21-24-120.png
>
>
> Hi,
>  
> I have a new laptop and I install the latest version of Apache Directory 
> studio M16.
> I had to play around Java and even if I install the Java SE Version 8 Update 
> 291 64 bits. 
> Directory studio fail to load.
> so I finally decide to install the openjdk 11LTS and edit the 
> ApacheDirectoryStudio.ini to use the openJDK installed.
>  
> It finally work but when I connect to my LDAP server, I got always the 
> untrusted certificat.
> Which is a valid one raised by GlobalSign.
>  
> I can only connect if I accept for once the cert, but then it always ask the 
> question.
> I try to find where to add but I'm unable.
> also the always trust fail.
> any idea how to solve that.
>  
> and I also add to change the replace parameter as a modification with no 
> equality matching rule was not working :(
> I add to use always replace.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org