In this folder we find four folders:

 - Certification Package -> An example of the certification package that should be delivered. 
 
 - VDS Connector Testing Tool -> Contains all the material of the VDS Connector Testing Tool.

 - VDS Example Connector -> Contains an example connector which allows only the use of simple filters. By simple filters is ment that the filters for the searches will not allow the use of 'and --> &' 'or --> |' and 'not --> !' operators. 	An example of this filters can be: (f*=*txt), which means all the attributes which first letter is 'f' and its 	value ends with 'txt'.

 - VDS Example Connector with Complex Filters -> Contains an extended connector which allows the use of complex filters. An example can be: (&(f*=*txt)(objectclass=file)), which means (all the attributes which first letter is 'f' and its 	value ends with 'txt') and (the attribute 'objectclass' with value 'file').

Also two PDF files are available:

 - SAP-NW_IdM_CDK_Overview_7-2.pdf -> Gives a quick overview of the Connector Development Kit.

 - SAP-NW_IdM_CDK_Certification_7-2.pdf -> Describes the certification process.