Commit Graph

20 Commits

Author SHA1 Message Date
Robert Sanders
3762ba25e8 Fixed dumb mistake in the DN of the second user object. 2005-08-01 18:17:06 +00:00
Robert Sanders
b634b27550 Fixed license header, updated to point to new location of helper classes in the .support package. 2005-08-01 03:12:04 +00:00
Robert Sanders
bb4867b3cf Fixed license header. 2005-08-01 03:10:10 +00:00
Robert Sanders
1c30ebb27b Updated some of the JavaDocs which needed it. 2005-08-01 03:09:50 +00:00
Robert Sanders
b4e08a413b Renamed and moved version of LdapTestHelper. 2005-08-01 03:03:31 +00:00
Robert Sanders
020b4d8e32 Updated version of the BaseLdapTestCase which is in a better named package (.support), with better named helper classes. 2005-08-01 03:02:48 +00:00
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". 2005-05-09 01:18:31 +00:00
Robert Sanders
046dd2611c Lastest round of changes; adding a few more tests. 2005-03-30 03:12:12 +00:00
Robert Sanders
be20350737 Ok, some actual tests of DAO functionality. 2005-03-24 03:38:34 +00:00
Robert Sanders
6646eb4cd7 Added importLDIF to assist in importing LDIF data into the directory for testing. 2005-03-24 02:23:08 +00:00
Robert Sanders
99e6bfbde7 Class comment says it all - verify that directory server is configured correctlly. 2005-03-24 02:22:01 +00:00
Robert Sanders
7cfec03a86 Modified to use DirContentsInitializer. 2005-03-24 02:21:08 +00:00
Robert Sanders
0e9dc00c15 Helper class used to setup the directory server that we are running our tests against. 2005-03-24 02:20:38 +00:00
Robert Sanders
5e4f3b46bf Ok, it doesn't actually test the DAO, but I now have something that is (semi-) worth running. 2005-03-22 02:49:50 +00:00
Robert Sanders
90c77f2899 Impored API. 2005-03-22 02:48:56 +00:00
Robert Sanders
688e5a16d4 Cleaned up source to better express correct use. 2005-03-22 02:47:36 +00:00
Robert Sanders
c34db326f8 Provide hook to get a client-side version of the DirContext. 2005-03-21 03:20:19 +00:00
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. 2005-03-21 03:16:18 +00:00
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. 2005-03-18 03:41:33 +00:00
Ben Alex
03781aeccd Created sandbox including a LDAP-based authentication DAO, as contributed by Karel Miarka and with improvements by Daniel Miller. 2004-09-11 01:45:16 +00:00