Data Loss Prevention

 View Only
  • 1.  Attribute Lookup Failure

    Posted Feb 14, 2010 05:10 AM
    Hi,

    I am trying to configure Attribute LDAP Lookup plugin in Vontu 10. I am using endpoint-username as my search parameter. In a new incident, the username is shown in "Domain\username" format. But in our AD we do not have any field which has the value of username in "Domain\username" format.

    Please help me in resolving this issure. I have tried with all the below options but none of them worked.

    attr.First\ Name = OU=Users,OU=Standard Users:(mailNickName=$endpoint-user-name$):givenName
    attr.First\ Name = OU=Users,OU=Standard Users:(mailNickName=Domainname\\$endpoint-user-name$):givenName
    In our AD, mailNickName has the value of username (No domain Name).
     



  • 2.  RE: Attribute Lookup Failure

    Posted Feb 14, 2010 06:20 AM
    Also,

    Please let me know which log files can be reffered to comfirm if the Lookup flow is proper.  


  • 3.  RE: Attribute Lookup Failure
    Best Answer

    Posted Feb 17, 2010 04:12 AM
    Hi,

    I was able to resolve the issue.

    I was not specifying correct parameters in Plugins.properties file.

    There was no problem with Parameters. We can use the normal query as it is. i.e

    attr.First\ Name = OU=Users,OU=Standard Users:(mailNickName=$endpoint-user-name$):givenName

    Regarding log files, you can find out the log file (for Linux) at

    /var/log/Vontu/tomcat/localhost.<date>.log

    Thanks a lot.