Commit Graph

42 Commits

Author SHA1 Message Date
Ulrik Sandberg
ca1d6e3dab Remove duplicate LDIF files from test/integration-tests/src/test/java. (LDIF-207) 2010-06-20 10:22:00 +00:00
Ulrik Sandberg
873f996c37 Upgraded commons-pool to 1.5.4. (LDAP-206) 2010-06-20 09:36:50 +00:00
Ulrik Sandberg
31ce887e2d Changed base class of test to load db. 2010-03-28 22:22:51 +00:00
Ulrik Sandberg
c7b17868b7 Added some tests for issues described in certain forum posts, like thread 86640. 2010-03-28 22:22:42 +00:00
Ulrik Sandberg
7f04f99e5a Added test for new class LookupAttemptingCallback. 2010-03-22 22:16:31 +00:00
Ulrik Sandberg
e96293708c Worked on LDAP-200, Add pluginManagement to parent pom. 2010-02-20 00:58:30 +00:00
Ulrik Sandberg
bdb56cdc10 Ignoring generated stuff. 2010-02-20 00:58:01 +00:00
Ulrik Sandberg
b5bc5b17e2 Collecting callback now top-level (LDAP-192). 2009-12-17 15:50:40 +00:00
Ulrik Sandberg
8215562607 Added authenticate methods that take only error callback (LDAP-192). 2009-12-16 23:58:29 +00:00
Ulrik Sandberg
2df7de35c2 Documented the new authentication methods (LDAP-193). 2009-12-15 00:09:31 +00:00
Ulrik Sandberg
f02cf43c95 First shot at authentication methods that provide the actual exception (LDAP-192). 2009-12-14 20:45:30 +00:00
Marius Scurtescu
494532f605 VLV support 2009-09-18 16:31:45 +00:00
Ulrik Sandberg
eeee11f47d Now Git also ignores generated stuff 2009-07-30 15:07:37 +00:00
Ulrik Sandberg
cffb12c92c Added toStirng method to Person. 2009-07-30 15:07:28 +00:00
Ben Hale
1fcc8ed1e1 spring-ldap 1.3.0.RELEASE 2009-01-30 10:04:07 +00:00
Ulrik Sandberg
2c23706839 Filtered log output and uncovered a little typo. 2009-01-28 17:40:54 +00:00
Mattias Arthursson
c5832dea4d Fix for LDAP-165: Moved integration test dummy classes to org.springframework.ldap.itest...
Excluded that package and its sub-packages from javadoc generation in top pom.xml
2009-01-28 09:34:16 +00:00
Ulrik Sandberg
769766d4fd Added TLS certificate file 2009-01-08 11:45:05 +00:00
Ulrik Sandberg
0db66ec2d5 Improved dn performance test. 2009-01-07 12:48:49 +00:00
Ulrik Sandberg
0e0d796d00 Removed unused imports. 2008-11-25 22:47:47 +00:00
Mattias Arthursson
47f2360e34 Made sure DirContextOperations#addAttributeValue(String, Object) does not add any duplicate values per default; added
alternate method: DirContextOperations#addAttributeValue(String, Object, boolean) to enable behavior other than the default (i.e. allowing duplicates).
2008-11-24 08:56:43 +00:00
Ulrik Sandberg
bde0b6f186 Added rebind with DirContextOperations (LDAP-144). 2008-11-20 17:15:11 +00:00
Ulrik Sandberg
9888f4969e Minor cleanup. 2008-11-20 15:39:41 +00:00
Mattias Arthursson
e910acfbba Added methods for 'simple' bind authentication in LdapTemplate (LdapOperations, SimpleLdapOperations and SimpleLdapTemplate as well).
Introduced new callback interface for use with certain authentication methods.
Added LdapEntryIdentification to wrap the full identification of an LDAP entry (absolute and relative DNs)
Added LdapEntryIdentificationContextMapper.
2008-11-18 14:10:27 +00:00
Mattias Arthursson
ec53690345 Removed debug output 2008-11-12 07:46:13 +00:00
Mattias Arthursson
3d2bb8ac5e Added test case verifying simple authentication mechanism. 2008-11-12 07:44:42 +00:00
Mattias Arthursson
bc1c4cba47 Removed illegal character in pom exclusion tag. 2008-11-06 09:13:14 +00:00
Ben Hale
4e9c71fd6f Removing another crappy maven merge attempt 2008-10-27 11:00:20 +00:00
Ben Hale
ab184588dc [maven-release-plugin] prepare release spring-ldap-1.3.0.RC1 2008-10-27 10:50:43 +00:00
Ben Hale
244790db8d Removed bad merge from Maven 2008-10-27 10:48:31 +00:00
Ben Hale
90e5e1dd28 [maven-release-plugin] prepare release spring-ldap-1.3.0.RC1 2008-10-27 10:29:24 +00:00
Ben Hale
a370aea3ff POM Polishing some more 2008-10-27 09:54:59 +00:00
Ulrik Sandberg
0250538e6c Fixed typo in author. 2008-10-26 20:13:23 +00:00
Mattias Arthursson
c495408e84 Changed default of pooling flag in AbstractContextSource.
Added configuration property for referral handling in AbstractContextSource.
Updated changelog accordingly.
2008-10-26 18:41:22 +00:00
Mattias Arthursson
b30f068a46 Fixed problem where an empty CompositeName may be passed to DefaultDirObjectFactory.
Added required artifacts to samples article pom.
2008-10-24 09:00:27 +00:00
Mattias Arthursson
2f60f6618f Updated copyright year (now including 2008) and made sure all my author tags have my full name; Mattias Hellborg Arthursson. 2008-10-23 12:33:51 +00:00
Mattias Arthursson
c416a4576f LDAP-139: Added mirrored method in SimpleLdapTemplate that take Name parameters.
LDAP-140: Added bindmethod in LdapTemplate and SimpleLdapTemplate that take a DirContextOperations instance and
uses the information from that instance (DN and Attributes) to perform the bind.
2008-10-23 09:14:06 +00:00
Mattias Arthursson
e22fa053a3 LDAP-138: DistinguishedName.toString now defaults to compact format - toString consults new System property to use the old
format.
2008-10-23 08:13:20 +00:00
Mattias Arthursson
040496cbf6 Fix for LDAP-134:
DefaultDirObjectFactory now properly handles referrals that are passed to it.
Added referralUrl property to DirContextAdapter, and accessor methods to DirContextOperations and DirContextAdapter.
Fixed some svn ignores as well.
2008-10-22 08:10:13 +00:00
Mattias Arthursson
6158de3333 Moved ContextSourceEc2InstanceLaunchingFactoryBean to test-support. 2008-10-20 13:49:47 +00:00
Mattias Arthursson
7b36381f07 Moved EC2 launching FactoryBean to test support.
Now using typica from mvn repo.
Added some svn ignores.
2008-10-20 11:15:01 +00:00
Ulrik Sandberg
a74ed8dafd Moved everything from mvn-build to trunk root. 2008-10-12 21:34:09 +00:00