Ben Alex
|
fa6924a373
|
Update project workspace settings to Java 1.5. NB: Maven remains at 1.3 compatibility for all subprojects except "domain". It is recommended the Eclipse "Problems" view be customised to not display items containing "Type Safety:" in their description. Developers should NOT introduce 1.5+ dependencies to any projects apart from "domain".
|
21 years ago |
Robert Sanders
|
74a5a505d5
|
Updates to getGrantedAuthorityString as suggested by Matt DeHoust to make functionality match javadocs.
|
21 years ago |
Robert Sanders
|
046dd2611c
|
Lastest round of changes; adding a few more tests.
|
21 years ago |
Robert Sanders
|
be20350737
|
Ok, some actual tests of DAO functionality.
|
21 years ago |
Robert Sanders
|
6646eb4cd7
|
Added importLDIF to assist in importing LDIF data into the directory for testing.
|
21 years ago |
Robert Sanders
|
99e6bfbde7
|
Class comment says it all - verify that directory server is configured correctlly.
|
21 years ago |
Robert Sanders
|
7cfec03a86
|
Modified to use DirContentsInitializer.
|
21 years ago |
Robert Sanders
|
0e9dc00c15
|
Helper class used to setup the directory server that we are running our tests against.
|
21 years ago |
Robert Sanders
|
5e4f3b46bf
|
Ok, it doesn't actually test the DAO, but I now have something that is (semi-) worth running.
|
21 years ago |
Robert Sanders
|
90c77f2899
|
Impored API.
|
21 years ago |
Robert Sanders
|
688e5a16d4
|
Cleaned up source to better express correct use.
|
21 years ago |
Ben Alex
|
6f31ecb04b
|
UserDetails now indicates locked accounts.
|
21 years ago |
Robert Sanders
|
c34db326f8
|
Provide hook to get a client-side version of the DirContext.
|
21 years ago |
Robert Sanders
|
1588dbb488
|
My LDAP server setup is different, so I can't test this without re-writing it; but at least it now compiles. Once I get the ApacheDS based tests working, I'll removed this test.
|
21 years ago |
Robert Sanders
|
3e63685776
|
I don't have any test built using these yet, but both should server as decent bases from which to build tests for LDAP functionality.
|
21 years ago |
Robert Sanders
|
7beab1238b
|
I basically ended up re-writing this code. The goal was to create a much more flexible way of connecting to the LDAP server. The class doc's should help explain how to do this fairly well. This works for me on OpenLDAP server configured for Samba 2.2; should hopefully work for other. Next up: try and use the Apache DS project to enable unit testing (or at least portable functional testing) of the LDAP/JNDI code.
|
21 years ago |
Ben Alex
|
40bf65bdf8
|
Improvements to LDAP provider compatibility with Samba, as per contribution by Robert Sanders.
|
21 years ago |
Ben Alex
|
c939bcb176
|
Add account expiration and credentials expiration capabilities.
|
21 years ago |
Ben Alex
|
61580d1973
|
Move RMI context propagation support classes to core, and rename and document to more clearly reflect function.
|
21 years ago |
Ben Alex
|
c2491a93b4
|
AcegiRemoteInvocation support, thanks to James Monaghan.
|
22 years ago |
Ben Alex
|
03781aeccd
|
Created sandbox including a LDAP-based authentication DAO, as contributed by Karel Miarka and with improvements by Daniel Miller.
|
22 years ago |