Spring Buildmaster
2c69092bdd
Release version 4.2.10.RELEASE
2018-11-28 18:49:48 +00:00
Josh Cummings
dca42b5602
Revert UnboundId to 3.2.1
...
The 3.x series is more aligned with the rest of the Spring ecosystem
at this point in history.
Fixes: gh-5984
2018-10-23 11:12:33 -06:00
Spring Buildmaster
8e9f7e2f10
Release version 4.2.9.RELEASE
2018-10-16 03:23:29 +00:00
Spring Buildmaster
bf5a3a1aee
Fix to be latest SNAPSHOT
2018-10-15 21:52:13 -05:00
Josh Cummings
eed8538071
Password Modify Extended Operation Support
...
LdapUserDetailsManager can be configured to either use direct
attribute modification or the LDAP Password Modify Extended Operation
to change a user's password.
Fixes: gh-3392
2018-10-15 11:37:30 -06:00
Josh Cummings
3df9ad1e8f
Introducing UnboundIdContainer
...
A container for running an embedded unboundid LDAP server.
Fixes: gh-5920
2018-10-15 11:37:23 -06:00
Spring Buildmaster
e0d95c7c8a
Release version 4.2.7.RELEASES
2018-06-13 02:35:06 +00:00
Spring Buildmaster
2d8b6650db
Release version 4.2.6.RELEASE
2018-05-08 17:14:29 +00:00
Rob Winch
c35c1c0643
Update Dependencies
2018-05-08 10:53:35 -05:00
Trygve Aasjord
2162221589
Pass username as second parameter for search filter.
...
Allows the username only (without domain) to be used in custom search filter like "sAMAccountName={1}",
in eg. situations where the userPrincipalName has a different suffix than domain.
Thanks to contributors in issue.
fixes gh-2448
(cherry picked from commit 8d717c62afd5d98b0aba467035389d3011434b51)
2018-05-04 10:51:14 -05:00
Spring Buildmaster
0065b55a75
Release version 4.2.5.RELEASE
2018-03-30 16:34:39 +00:00
Spring Buildmaster
d1669b909f
Release 4.2.4.RELEASE
2018-01-24 23:19:40 +00:00
Rob Winch
9d0f8977a9
Update to slfj4 1.7.25
...
Fixes gh-4782
2017-11-02 16:19:16 -05:00
Rob Winch
7c0da854da
Update to Spring LDAP 2.3.2
...
Fixes gh-4777
2017-11-02 16:11:03 -05:00
Rob Winch
0f546dcb07
Update to Spring 4.3.12
...
Fixes gh-4776
2017-11-02 16:08:50 -05:00
Antoine
21efbb6ba7
Polish AssertJ assertions
...
Fixes gh-4770
2017-11-02 14:40:53 -05:00
Spring Buildmaster
9e8994a2b7
Release version 4.2.3.RELEASE
2017-06-08 04:34:34 +00:00
Rob Winch
8b2faff7ad
Update to Spring 4.3.9.RELEASE
...
Fixes gh-4375
2017-06-07 22:52:58 -05:00
Rob Winch
d2524eadfc
Update poms to new to SNAPSHOT version
2017-03-02 09:20:34 -06:00
Spring Buildmaster
081f0c4d94
Release version 4.2.2.RELEASE
2017-03-02 07:29:42 +00:00
Rob Winch
9c03571bbb
Use message in all Assert
...
This ensures compatibility with Spring 5.
Fixes gh-4193
2017-01-30 19:58:24 -06:00
Spring Buildmaster
7a7ce11ebb
Release version 4.2.1.RELEASE
2016-12-21 17:23:28 +00:00
Johnny Lim
f94399cff9
Polish
2016-11-17 09:49:41 -06:00
Spring Buildmaster
24fcb6c45a
Release version 4.2.0.RELEASE
2016-11-09 23:42:11 +00:00
Spring Buildmaster
97b4cb0b73
Release version 4.2.0.RC1
2016-10-26 02:49:23 +00:00
Rob Winch
8e546454a5
Polish ApacheDSContainer LDAPs support
...
Issue gh-4096
2016-10-25 10:17:08 -05:00
Gunnar Hillert
406bb1d4d5
Add LDAPs support to ApacheDSContainer
...
* Add the ability to enable LDAP over SSL (LDAPs)
* Add tests
Fixes gh-4096
2016-10-25 10:16:35 -05:00
Spring Buildmaster
c1b8150439
Release version 4.2.0.M1
2016-09-23 19:39:33 +00:00
Rob Winch
b443baef04
Polish GrantedAuthorityDefaults
...
* Move GrantedAuthorityDefaults to config module
* Move setting of default role into config module vs
ApplicationContextAware
Issue gh-3701
2016-09-22 15:13:05 -05:00
Eddú Meléndez
eabeaf35d6
Make single definition of defaultRolePrefix
and rolePrefix
...
Previous to this commit, role prefix had to be set in every class
causing repetition. Now, bean `GrantedAuthorityDefaults` can be used to
define the role prefix in a single point.
Fixes gh-3701
2016-09-21 14:55:41 -05:00
Rob Winch
4d02a5c0a0
Update pom.xml dependencies
2016-08-30 11:27:29 -05:00
Juan Ignacio Barisich
1171e25bc7
LdapUserDetails extends CredentialsContainer
...
LdapUserDetails extends CredentialsContainer in order to clear password when erase-credentials is true.
Fixes gh-4029
2016-08-19 12:26:07 -04:00
Eddú Meléndez
13b0ddb7e6
Fix test assertions
2016-07-07 13:29:00 -05:00
Spring Buildmaster
919f000c80
Release version 4.1.1.RELEASE
2016-07-07 00:57:35 +00:00
Rob Winch
77a478ba0d
Fix ApacheDSEmbeddedLdifTests checkstyle
...
Issue gh-54
2016-06-21 09:56:34 -05:00
Marcin Zajączkowski
a3c4a5fde7
SEC-2387 - add ignored failing test case
2016-06-21 09:53:38 -05:00
Eddú Meléndez
a2ead4cf7a
Polish
...
Fixes gh-3892
2016-06-20 12:35:43 -05:00
Filip Hanik
6b436ff409
Avoid duplicate attribute search.
...
When using search-and-bind strategy, the user attributes are already returned in the first search.
If the user happens to not have privileges to perform a search, the second search may fail.
(user only has bind privileges)
See https://github.com/cloudfoundry/uaa/issues/342
2016-06-17 16:43:06 -05:00
Rob Winch
2d6051625f
Update pom.xml
2016-06-17 14:30:11 -05:00
Spring Buildmaster
001b05569a
Release version 4.1.0.RELEASE
2016-05-05 04:25:46 +00:00
Spring Buildmaster
24d0069668
Release version 4.1.0.RC2
2016-04-21 01:47:25 +00:00
Joe Grandja
b90242f2fa
Updates all POM versions to 4.1.0 snapshot build.
...
Fixes gh-3804
2016-04-12 10:35:43 -04:00
Spring Buildmaster
044acf7e27
Release version 4.1.0.RC1
2016-03-23 07:15:15 -07:00
Rob Winch
ec4e6c7453
Update pom.xml to 4.1.0.BUILD-SNAPSHOT
2016-03-14 00:51:35 -05:00
Rob Winch
f221920a19
Clean up code to conform to basic checkstyle
...
Issue gh-3746
2016-03-14 00:15:12 -05:00
Billy Korando
71d4ce96ad
Convert to assertj
...
Fixes gh-3175
2016-03-09 14:30:17 -06:00
Rob Winch
bb600a473e
Start AssertJ Migration
...
Issue gh-3175
2016-03-09 14:26:30 -06:00
Rob Winch
5f84902e72
Merge pull request #200 from ckarawani/master
...
SEC-2757: Removed assertion of 'sn' when creating LdapUserDetails
2015-10-01 16:18:26 -05:00
zhanhb
29f2cc0ab1
snasphot -> snapshot
2015-09-25 15:28:39 -05:00
Rob Winch
969f3a7d1b
Update pom.xml to latest snapshots
2015-08-03 09:46:01 -05:00