Delphix Products

 View Only

Tip of the Day: Using Active Directory with Agile Masking

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Using Active Directory with Agile Masking

    Posted 08-04-2014 03:55:00 PM
    No replies, thread closed.
    1. Create a user in Delphix Agile Data Masking using your Active Directory username. The Delphix Agile Data Masking username must match exactly your AD username as this is what we will be sending to AD for validation. You will have to put in a password, but this will not be used once AD is turned on. This user should be an administrator in Delphix Agile Data Masking as this will be the only valid user until more AD users are created.
    2. Once this user is created, bring down Delphix Agile Data Masking.
    3. Once Delphix Agile Data Masking is stopped, you need to edit the dm-util.properties file. This is located in the <Delphix Agile Data Masking_home>\conf directory.
    4. Scroll down in the file until you come to the following section:
      #LDAP CONFIGURATION.
      LDAP_ENABLE=0
      LDAP_HOST=10.10.10.31
      LDAP_PORT=389
      LDAP_BASEDN=DC=tbspune,DC=com LDAP_FILTER=(&(objectClass=person)(sAMAccountName=?)) LDAP_ANONYMOUS=false
      MSAD_DOMAIN=AD
      LDAP_KERBEROS_AUTH=true
      LDAP_USERID_ATTR=msfwid
    5. Set the following entries:
      LDAP_ENABLE=1
      LDAP_HOST=xxx.xxx.xxx.xxx (your AD host IP address) LDAP_PORT=389 (your AD host port, this is normally 389)
    6. Save the file
    7. Restart Delphix Agile Data Masking

    #delphix
    #delphix_tips
    #active_directory
    #delphix_agile_masking
    #agile_masking