Data Loss Prevention

 View Only
  • 1.  DLP enforce server how to integrated with more than 1 domain controllers for authentication

    Posted Sep 27, 2010 11:10 AM

    Dear all,

    Pls advise DLP enforce server how to integrated with more than 1 domain controllers for authentication

    Thanks.

    Best Regards,

    Sunny



  • 2.  RE: DLP enforce server how to integrated with more than 1 domain controllers for authentication

    Posted Nov 10, 2010 04:30 PM

    Sunny,

    You can configure multiple domains like this: 

    [realms]

    MY.REALM.COM = {
    kdc = KDC1.MY.REALM.COM
    kdc = KDC2.MY.REALM.COM
    }

    ~Ryan



  • 3.  RE: DLP enforce server how to integrated with more than 1 domain controllers for authentication

    Posted Jan 11, 2011 02:22 PM

    Is there a way to have multiple AD domains queried?



  • 4.  RE: DLP enforce server how to integrated with more than 1 domain controllers for authentication

    Posted Jan 11, 2011 03:17 PM

    Yes

     

    [realms]

    mydomain1.com = {

    kdc = kdc.mydomain1.com

    }

    mydomain2.com = {

    kdc = kdc.mydomain2.com

    }