Commit Graph

25 Commits

Author SHA1 Message Date
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