Data360 Analyze

Welcome to the Data360 Analyze community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only
  • 1.  Automatic synchronizing LDAP/AD users and groups

    Posted 05-06-2017 01:21

    We use LDAP/AD group as company standard to centrally managing access priviledges. We add users to AD groups and AD groups are sychonized to applications.

    Looking at the documentation on synchonization of Dataverse with LDAP/AD groups it sounds like, this needs to be triggered manually to get updated.

    It should be possible to set a schedule to trigger automatically update of LDAP/AD groups in Dataverse.



  • 2.  RE: Automatic synchronizing LDAP/AD users and groups

    Employee
    Posted 05-09-2017 07:52

    Hi Holger,

     

    You are correct, right now in Dataverse the only way to sync the users/groups would be to hit the sync button in the UI. However we do have an automated sync feature on our road-map for a future release.

     

    In the meantime, what we can do is create a dataflow which performs a sync, this could then be automated using our Scheduler functionality within the product. We can certainly help you out to provide a dataflow which can provide this.

     

    Kind Regards,

    Dave



  • 3.  RE: Automatic synchronizing LDAP/AD users and groups

    Employee
    Posted 05-10-2017 08:07

    As a follow up to my previous post, I'm attaching here an example LNA which can be used in Dataverse versions 3.1.0 onward. Once imported the Data flow can be automated using the Scheduling feature within Dataverse to provide an automated synchronisation of LDAP/AD users and groups. 

     

    The Data flow takes the following run properties, which will need to be set when setting up the schedule:

    • Env URL: 
      Enter the full URL of the Dataverse installation (do not include a trailing '/'). E.g. http://localhost:8080
    • Env API version:
      Enter the Dataverse API version number. E.g. as of version 3.1.0 this would be: v2
    • API User Name:
      Enter the username of the Dataverse user which will be used for each API request within the Data flow.
    • API Password:
      Enter the password of the Dataverse user which will be used for each API request within the Data flow.

     

    Kind Regards,

    Dave

     

    Attached files

    LDAP Sync v1 - 10 May 2017.lna

     



  • 4.  RE: Automatic synchronizing LDAP/AD users and groups

    Posted 05-10-2017 08:19

    Thank you very much for the update and nice idea how to solve it with build-in functionality.

    Is there also a REST API method available to trigger the update of the LDAP/AD calls? We then could easily also add REST API call to our enterprise scheduling.

    Best regards
    Holger



  • 5.  RE: Automatic synchronizing LDAP/AD users and groups

    Employee
    Posted 05-10-2017 08:22

    There is indeed, and in-fact that is how the attached Data flow works: Dataverse makes pure REST calls using the HTTP node to trigger the LDAP/AD sync.  Feel free to integrate those calls directly into your third-party scheduler to sync with LDAP in a more IT-friendly way.

     

    Kind Regards,
    Dave