CMDBuild Forum

Add data from Active directory

Hello,

I have a table "Employees" and I would like to add all the user from my active directory in this table and update it everyday. Do you think is-it possible to do it with a connector ?

 

Thank you

Yes of course.
You can implement a connector that reads and writes on CMDBuild archives using its REST and SOAP webservices.
In CMDBuild Ready2Use (http://www.cmdbuild.org/file/ready2use/SlideCMDBuildReady2Use_ENG_R02.pdf slide 15) is already available a connector with Active Directory implemented using the CMDBuild Advanced Connector
framework.
CMDBuild Team

Great, I will try this ! 
 
Thank you 
 
 
Previously Tecnoteca wrote:
Yes of course.
You can implement a connector that reads and writes on CMDBuild archives using its REST and SOAP webservices.
In CMDBuild Ready2Use (http://www.cmdbuild.org/file/ready2use/SlideCMDBuildReady2Use_ENG_R02.pdf slide 15) is already available a connector with Active Directory implemented using the CMDBuild Advanced Connector
framework.
CMDBuild Team

 

Hello again,
 
I tried to understand how work the advanced connector on cmdbuild ready2use but I really don't know how it works.
 
Also, for the connector that reads and writes on CMDBuild archives using its REST and SOAP webservices.. do you have any tutorial about this ?
 
Thank you very much 
 
Previously Tecnoteca wrote:
Yes of course.
You can implement a connector that reads and writes on CMDBuild archives using its REST and SOAP webservices.
In CMDBuild Ready2Use (http://www.cmdbuild.org/file/ready2use/SlideCMDBuildReady2Use_ENG_R02.pdf slide 15) is already available a connector with Active Directory implemented using the CMDBuild Advanced Connector
framework.
CMDBuild Team

 

You can find some information on the Advanced Connector in the CMDBuild Connectors Manual: http://www.cmdbuild.org/en/documentazione/manuali/connectors-manual .
Warning that the manual also refers to the Basic Connector that is no longer supported.
CMDBuild Team