Data Loss Prevention

 View Only
  • 1.  DLP Integration with Oracle HRMS

    Posted Mar 02, 2014 01:40 AM

    Dear All,

    I need to know the compatibility of DLP with Oracle HRMS (a part of Oracle ERP). Can we use this HRMS as source to pull values for Employee Details like what we normally get from the Active Directory ..



  • 2.  RE: DLP Integration with Oracle HRMS

    Posted Mar 03, 2014 12:26 AM

    Dear,

     

    I think its is not possible since DLP has designed in such way that it can pull user information from any LDAP AD. so ur above idea may not work.



  • 3.  RE: DLP Integration with Oracle HRMS

    Trusted Advisor
    Posted Mar 03, 2014 02:07 AM

    Hi,

     You cannot do it as easily as with AD, but you can :

    - perform a CSV extract from HRMS and use it with csv plugin.

    - do a homemade custom plugin which will request HRMS to get information about user. This means you know HRMS database scheme in order to perform SQL request.

     

     Regards.



  • 4.  RE: DLP Integration with Oracle HRMS

    Posted Mar 03, 2014 06:42 AM

    Dear Stephanie,

    Is there no other way where we can automate the process of puling user information ?.. in a large scale organization of around 5000 employees, is it feasible or easy to extract a csv periodically and link it to the DLP ?

    Does the Oracle HRMS give the option to pull values to CSV ?



  • 5.  RE: DLP Integration with Oracle HRMS

    Broadcom Employee
    Posted Mar 03, 2014 10:00 AM

    Hi,

     

      You can do it either via a csv file or you can use a script to pull the values out of the database. the script can be in any programming lanugage the Enforce system understands so long as it accepts paramaters and outputs the values to the console in the form of param=value. This requires the script to know what you named your custom attributes but its something that can be done. The process is described starting on page 1054 in the v12 admin guide. if multiple steps are necessary you cna have more than one script plugin (i.e. HRMS has some values but not all of the data)



  • 6.  RE: DLP Integration with Oracle HRMS

    Trusted Advisor
    Posted Mar 04, 2014 02:34 AM

    Hello,

     

     as far as i know it is possible to perform some csv extract from HRMS as we did it several years ago for an IAM project (but it was long time ago so i cant confirm it is still possible).

     

     Regards.