| Latest LDAPclient Plug-in release available | 2.2.168 | 04/02/2012 |

The LDAPclient Plug-in will prove its value in environments where an LDAP server is already in use and setting up a security user database for a Servoy solution would mean duplicating the user data from the LDAP server. It is under those circumstances that maintenance issues will arise rather sooner than later.
- Connect to an LDAP server
- Secure (SSL) and non-secure connections
- Anonymous and non-anonymous bind
- Create, edit and retrieve Entries
- Retrieve attributes by name or methodName
- Add, edit and delete Passwords
- To create your own log-in/security system.
- To avoid 'yet another user database' (and synchronization errors).
- To retrieve contacts from an LDAP server.
| Smart client | Web client | Headless client | ![]() |
![]() |
![]() |
||
| 4+ | 1.5 + | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| 5+ | 1.5 + | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| 6+ | 1.5 + | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| 1 This chart is not applicable for the used LDAP Server (not included). | |||||||
These video's will give you an introduction and simple instructions of how you can start using the Component.
Please do not forget to import the sample solution. You can find the sample solution in servoy_root/solutions/it2be-examples.
Please do not forget to import the sample solution. You can find the sample solution in servoy_root/solutions/it2be-examples.
Single corporate deployment (135.00 EURO maintenance fee p/y) |
400.00 EURO |
One developer & unlimited deployment (150.00 EURO maintenance fee p/y) |
600.00 EURO |
Team of developers & unlimited deployment (225.00 EURO maintenance fee p/y) |
900.00 EURO |
You already have a Corporate license (135.00 EURO maintenance fee p/y) |
150.00 EURO |
You already have a Single Developer license (150.00 EURO maintenance fee p/y) |
200.00 EURO |
You already have a Site license (225.00 EURO maintenance fee p/y) |
300.00 EURO |
When you want access to the source let's discuss your options. |
2.2-168 04/02/2012
[chg] signed using new certificate (expires May 13th 2015)
2.2-167 03/26/2012
[new] added method isAuthorizedUser(...), it does the same as isAuthorized(...) but it forwards the exception to Servoy
[chg] changed all logging levels to 'debug'
2.2-167 02/08/2012
[chg] added more error logging
[chg] removed obsolete debugging output
2.2-166 11/02/2011
[chg] getValue now returns value instead of raw Attributes
[chg] changed 10 seconds timeout to 5 seconds
2.2-165 09/13/2011
[new] added new method (non visible) getJSDataSet(...) to 'repair' backward compatibility of DataSets with Servoy 4
[chg] completely 'redesigned' the way an ILSet is used
2.1-164 09/08/2011
[chg] made several changes for improved compatibiliby with Servoy 6
[chg] prefixed all Plug-in objects with IL for JS Documentation in Servoy 6
2.0-163 08/09/2011
[chg] made several changes to improve the Plug-in
[fix] corrected an with the ldapSet returning a null result
2.0-162 07/05/2011
[fix] JLdapSet.getSize() now returns the correct size
2.0-161 03/24/2011
[chg] changed libraries to support (backward) compatibility between (beta) releases
2.0-159 05/05/2010
[chg] made several changes to fix security issue with latest Java release
2.0-155 01/29/2010
[chg] improved Framework to work with external (gui and command-line) installer
2.0-153 08/17/2009
[chg] changed Framework
2.0-152 07/28/2009
[chg] removed signature from core-common.jar to avoid security issues
2.0-151 03/16/2009
[chg] it is not longer necessary to register a developer license
2.0-150 01/19/2009
[chg] made some adjustments to core activation wizard
2.0-149 12/05/2008
[chg] added to improved framework
2.0-148 10/30/2008
[chg] improved license feedback in log file
[fix] changed a couple of core functions
2.0-147 10/30/2008
[fix] preference panel 'Components' is now available again
2.0-146 10/21/2008
[fix] corrected issue with Eclipse update manager
2.0-144 08/16/2008
[fix] corrected startup file for client loaded from application server
2.0-143 06/30/2008
[chg] redesigned for Servoy 4.0
2.0-141 06/19/2008
[new] added Entry to avoid use of Contact and Group (2.0 only)
[new] added retrieval of entry per dn from LDAPset (instead of index) (2.0 only)
[new] added retrieval of entry per parameter/value from LDAPset (instead of index) (2.0 only)
[new] added methods to edit and save an Entry, Contact and Group (2.0 only)
[new] added methods to create and save an Entry, Contact and Group (2.0 only)
[new] added methods to delete an Entry (2.0 only)
[new] added methods to create, edit and delete Entry Attributes (2.0 only)
[new] added methods to create, edit and verify a password (2.0 only)
[chg] getXXX(...) methods are not properties in Contact and Group Objects
[chg] dn attributes that don't really belong in a DataSet and LDAPset are removed
[chg] getDN(..) now returns correct value
[chg] enhanced sample solution and sample code
2.0-140 05/08/2008
[new] added returnParameters argument to getLDAPSet and getDataSet to limit nr of returned columns
1.1-139 04/02/2008
[chg] made some important improvements to the core to prepare for Servoy 4.0
1.1-138 02/25/2008
[new] added method 'getVersionLicensed' to find out what version is licensed
[chg] reduced client download size for resources with overall savings up to 45%
1.1-137 01/14/2008
[chg] Connection Object will now return human readable output
1.1-136 06/18/2007
[new] getConnection() now checks availability of server and return null with negative result
1.1-135
[chg] expanded isAuthorized to take 2nd user connection parameter to facilitate simplebind
[fix] corrected an error with the LDDAP DataSet in Servoy Client
[fix] LDAPSet now works in Servoy Client
[fix] corrected error in tooltips for SCOPES
1.0-132
[new] added getVersion() and getLicense() methods to retrieve component information
[chg] the Plug-in is now lazy loading (again)
1.0-131
[chg] added the plug-in to the new Update manager
[new] Made the plug-in a client-server plug-in
[new] added group support
[new] added contact 'memberOf' support
[new] added group 'member' support
[new] added Servoy 3.x specific sample solution
[new] case 0000037: added searchScope option to search/find users in multiple OU's
0.5-112
[new] Create non secure connection with LDAP server
[new] Create ssl connection with LDAP server
[new] Select contacts (ContactSet) in chosen baseDN
[new] Select attributes in contact
[new] Check authorization for user
[chg] signed using new certificate (expires May 13th 2015)
2.2-167 03/26/2012
[new] added method isAuthorizedUser(...), it does the same as isAuthorized(...) but it forwards the exception to Servoy
[chg] changed all logging levels to 'debug'
2.2-167 02/08/2012
[chg] added more error logging
[chg] removed obsolete debugging output
2.2-166 11/02/2011
[chg] getValue now returns value instead of raw Attributes
[chg] changed 10 seconds timeout to 5 seconds
2.2-165 09/13/2011
[new] added new method (non visible) getJSDataSet(...) to 'repair' backward compatibility of DataSets with Servoy 4
[chg] completely 'redesigned' the way an ILSet is used
2.1-164 09/08/2011
[chg] made several changes for improved compatibiliby with Servoy 6
[chg] prefixed all Plug-in objects with IL for JS Documentation in Servoy 6
2.0-163 08/09/2011
[chg] made several changes to improve the Plug-in
[fix] corrected an with the ldapSet returning a null result
2.0-162 07/05/2011
[fix] JLdapSet.getSize() now returns the correct size
2.0-161 03/24/2011
[chg] changed libraries to support (backward) compatibility between (beta) releases
2.0-159 05/05/2010
[chg] made several changes to fix security issue with latest Java release
2.0-155 01/29/2010
[chg] improved Framework to work with external (gui and command-line) installer
2.0-153 08/17/2009
[chg] changed Framework
2.0-152 07/28/2009
[chg] removed signature from core-common.jar to avoid security issues
2.0-151 03/16/2009
[chg] it is not longer necessary to register a developer license
2.0-150 01/19/2009
[chg] made some adjustments to core activation wizard
2.0-149 12/05/2008
[chg] added to improved framework
2.0-148 10/30/2008
[chg] improved license feedback in log file
[fix] changed a couple of core functions
2.0-147 10/30/2008
[fix] preference panel 'Components' is now available again
2.0-146 10/21/2008
[fix] corrected issue with Eclipse update manager
2.0-144 08/16/2008
[fix] corrected startup file for client loaded from application server
2.0-143 06/30/2008
[chg] redesigned for Servoy 4.0
2.0-141 06/19/2008
[new] added Entry to avoid use of Contact and Group (2.0 only)
[new] added retrieval of entry per dn from LDAPset (instead of index) (2.0 only)
[new] added retrieval of entry per parameter/value from LDAPset (instead of index) (2.0 only)
[new] added methods to edit and save an Entry, Contact and Group (2.0 only)
[new] added methods to create and save an Entry, Contact and Group (2.0 only)
[new] added methods to delete an Entry (2.0 only)
[new] added methods to create, edit and delete Entry Attributes (2.0 only)
[new] added methods to create, edit and verify a password (2.0 only)
[chg] getXXX(...) methods are not properties in Contact and Group Objects
[chg] dn attributes that don't really belong in a DataSet and LDAPset are removed
[chg] getDN(..) now returns correct value
[chg] enhanced sample solution and sample code
2.0-140 05/08/2008
[new] added returnParameters argument to getLDAPSet and getDataSet to limit nr of returned columns
1.1-139 04/02/2008
[chg] made some important improvements to the core to prepare for Servoy 4.0
1.1-138 02/25/2008
[new] added method 'getVersionLicensed' to find out what version is licensed
[chg] reduced client download size for resources with overall savings up to 45%
1.1-137 01/14/2008
[chg] Connection Object will now return human readable output
1.1-136 06/18/2007
[new] getConnection() now checks availability of server and return null with negative result
1.1-135
[chg] expanded isAuthorized to take 2nd user connection parameter to facilitate simplebind
[fix] corrected an error with the LDDAP DataSet in Servoy Client
[fix] LDAPSet now works in Servoy Client
[fix] corrected error in tooltips for SCOPES
1.0-132
[new] added getVersion() and getLicense() methods to retrieve component information
[chg] the Plug-in is now lazy loading (again)
1.0-131
[chg] added the plug-in to the new Update manager
[new] Made the plug-in a client-server plug-in
[new] added group support
[new] added contact 'memberOf' support
[new] added group 'member' support
[new] added Servoy 3.x specific sample solution
[new] case 0000037: added searchScope option to search/find users in multiple OU's
0.5-112
[new] Create non secure connection with LDAP server
[new] Create ssl connection with LDAP server
[new] Select contacts (ContactSet) in chosen baseDN
[new] Select attributes in contact
[new] Check authorization for user




