Hi, simply add it to your storageProvider bean. you might want to subclass OpenStorageProvider, since common subclasses already contain an instance of SimpleUserAuthentication. Make sure your MyLdapAuthentication implementation AccountManagement, which already extends StorageProvider and is therefore suitable to be added to a StorageProvider.
Did that help? Bernd On Wed, Aug 8, 2012 at 6:01 AM, Scott Oertel <[email protected]> wrote: > Can someone give me a working example of how to configure Vysper, using the > spring framework to use LDAP? I've already added the > MyLdapAuthentication.java, just need to figure out how get vysper to use it. > > > Thank you, > Scott Oertel >
