Commit Graph

134 Commits

Author SHA1 Message Date
Martin Schreier 942e173d4b Switching to new ehcache version 2022-01-05 18:12:26 +01:00
Martin Stockhammer ab1b2b7bbb Adding query search for groups 2021-01-17 16:37:40 +01:00
Martin Stockhammer 3a754035f1 Making ldapconnection autocloseable 2021-01-17 11:09:36 +01:00
Martin Stockhammer de23f72bf1 Refactoring of role API and new Role V2 REST service 2020-11-24 21:28:42 +01:00
Martin Stockhammer bb9603349d Adding TODO for ldap user mapper 2020-11-08 14:22:02 +01:00
Martin Stockhammer 6868c2bcfb Adding global user id 2020-07-26 18:22:57 +02:00
Martin Stockhammer 5305aa7fae Update for group REST V2 Service 2020-07-16 20:02:44 +02:00
Martin Stockhammer e24e545900 Adding additional REST V2 tests 2020-07-16 17:02:04 +02:00
Martin Stockhammer e9ea418911 Improving LDAP group handling and REST service 2020-07-07 08:46:22 +02:00
Martin Stockhammer 023d88d7b0 Creating next generation REST API 2020-07-07 00:02:39 +02:00
Martin Stockhammer 3c452c38f2 Fix for JDK11 dependencies 2020-07-05 00:32:28 +02:00
Martin Stockhammer ab874fecc9 Moving to jakarta libraries 2020-07-04 16:59:49 +02:00
Martin Stockhammer ef075525c8 Improving LDAP filters by escaping characters 2020-06-16 19:23:09 +02:00
Martin Stockhammer 2ec73e9ed5 [MRM-2008] Fix for group names with slashes
Changing the group name retrieval to attribute read. Using CompositeName and
LdapName to retrieve the result. Slashes are treated special in JNDI.
2020-01-24 21:58:09 +01:00
Martin Stockhammer 7373e1535d Dependency cleanup for jpa 2019-12-14 21:28:20 +01:00
Martin Stockhammer 90b7e4c1f0 Dependency cleanup for common-ldap 2019-12-14 14:46:30 +01:00
Martin Stockhammer 95637d1587 Adapting to component changes. Updating to commons configuration 2. 2019-12-12 18:33:35 +01:00
Martin Stockhammer 77cfa744d3 Changing references after spring-apacheds package renaming 2019-11-17 12:34:45 +01:00
Martin Stockhammer 73d9a56363 Move usage of spring-registry packages to new coordinates 2019-11-16 21:19:32 +01:00
Martin Stockhammer 638bb213ef Dependency cleanup and switch to new archiva component coordinates 2019-11-15 17:55:26 +01:00
Martin Stockhammer 1ea4045009 Fixing dependencies for subprojects 2019-10-10 21:47:23 +02:00
Martin Stockhammer ee83a40490 Switching to junit 5 dependencies 2019-10-06 17:40:28 +02:00
olivier lamy 714f508973 no more bundle as no one use that and this just stuck the build on Jenkins....
Signed-off-by: olivier lamy <olamy@apache.org>
2018-12-30 12:04:10 +10:00
Martin Stockhammer 91c147513f Changes for site git migration 2018-11-11 10:02:27 +01:00
Martin Stockhammer 51c9a3ef42 Reducing compiler warnings 2018-04-08 15:56:18 +02:00
olivier lamy 21d22c01e2 bump version to 3.0.0-SNAPSHOT
Signed-off-by: olivier lamy <olamy@apache.org>
2017-05-24 21:55:03 +10:00
Martin Stockhammer 419f5f3e9f [maven-release-plugin] prepare for next development iteration 2017-05-11 20:58:53 +02:00
Martin Stockhammer 419239b15b [maven-release-plugin] prepare release redback-2.6 2017-05-11 20:58:44 +02:00
Martin Stockhammer 53d0ccaaf3 [maven-release-plugin] prepare for next development iteration 2017-04-20 21:04:30 +02:00
Martin Stockhammer 966bb86695 [maven-release-plugin] prepare release redback-2.5 2017-04-20 21:04:21 +02:00
Martin Stockhammer 2aa6cdf6c6 Adding flag for authenticator to avoid autowiring exceptions
Adds a isValid() method to the authenticator to avoid exceptions during
initialization.
2016-10-16 17:18:42 +02:00
Ciprian Ciubotariu c9ca73b94c Use NamingManager instead of LdapCtxFactory
Fixes deprecation warnings on LdapCtxFactory
2016-10-03 18:32:52 +03:00
olivier lamy 87e1950057 Merge branch 'pr/7'
close #7
2016-09-09 21:47:52 +10:00
Ciprian Ciubotariu 3ef0e5931e Beautify case of default ldap group attribute
More of a style issue, since attribute descriptions are case insensitive
according to RFC4512.
2016-09-07 16:28:04 +03:00
olivier lamy 3d266df48d [maven-release-plugin] prepare for next development iteration 2016-05-20 12:55:38 +10:00
olivier lamy 530fa8a468 [maven-release-plugin] prepare release redback-2.4 2016-05-20 12:55:09 +10:00
olivier lamy f012c5608a fix javadoc error
Signed-off-by: olivier lamy <olamy@apache.org>
2016-05-20 12:44:56 +10:00
Mat Jaggard ae4d7f775e Fixed issue with syntax for filter 2015-10-23 13:35:31 +01:00
Mat Jaggard e546fe3bc0 Allowing filtering of LDAP groups 2015-10-23 11:01:44 +01:00
Sascha Vogt d0bc52fff1 Fix for MRM-1873 which broke AD group assignments
Escaping only needed in the LDAP filter string
2015-05-28 12:00:34 +02:00
Olivier Lamy 80931e6476 [maven-release-plugin] prepare for next development iteration 2015-02-22 22:20:24 +11:00
Olivier Lamy 7cc90a66af [maven-release-plugin] prepare release redback-2.3 2015-02-22 22:20:15 +11:00
Chris Heyne 221aa62c8f Escape user DN used to build group filter. Fixes MRM-1873 2015-02-12 10:57:02 -06:00
Olivier Lamy 694e1be55e format code 2014-10-14 17:12:33 +11:00
Jeroen Hoek 1e5c5675a7 Work with users defined in LDAP posixGroups.
Add a configuration key LDAP_DN_ATTRIBUTE
2014-10-07 13:18:41 +02:00
Olivier Lamy e15dad3592 [MRM-1486] ldap.config.mapper.attribute.user.filter using ldap not working correctly with commas. 2014-06-20 14:48:01 +10:00
Olivier Lamy 95dfab2b56 cleanup 2014-06-20 11:08:57 +10:00
Olivier Lamy 4cb59feb27 use assertj as fest-assert is not maintained anymore
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1581245 13f79535-47bb-0310-9956-ffa450edef68
2014-03-25 05:59:39 +00:00
Olivier Lamy b524b55203 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1558685 13f79535-47bb-0310-9956-ffa450edef68
2014-01-16 03:25:47 +00:00
Olivier Lamy 6cdf2e135b [maven-release-plugin] prepare release redback-2.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1558683 13f79535-47bb-0310-9956-ffa450edef68
2014-01-16 03:25:16 +00:00