Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build against Spring Security #49
Build against Spring Security #49
Changes from 48 commits
9bf71eb
bc478a4
c2cab64
6463be1
d600c62
5b3de91
7b876e8
f345adf
ffe7187
7dcddf3
03a4aaf
d62654c
a1f1f4d
d145884
17feb1a
8d576b9
0f8b360
9993b9b
a0943f4
270cffc
4b99b0b
c1e4287
8159c83
a9dc4e4
68f6252
c08f374
e7e4064
8ce42d8
b876e54
fdc1ec0
7c00268
87b0e14
53f75aa
74a81d6
f95183c
e15835f
474aa6d
4a3a73d
92b0950
321a357
e530174
e8a2a6a
2935db9
b994caf
9577fe6
69fa05a
f779469
5ae8750
03d10b1
93d8489
475a03b
d46b981
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
handleBindException
is nowprotected
so no more need to align packages.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just trying to make something work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just guessing here. Read only? Read write?
retrieveEntry
is nowhere to be found in Spring Security so I tried to inline the Acegi Security behavior to the extent I understood it. Note that this meansGroupMembersMapper.mapAttributes
could just be inlined here too, but I am trying to keep the diff small where possible.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the calls should be read-only. The ldap plugin never writes in the remote ldap afair.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⇒ #52