<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I get LDAP values from Active Directory? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-do-I-get-LDAP-values-from-Active-Directory/m-p/9154#M6</link>
    <description>&lt;P&gt;Another great (freeware) LDAP browser is &lt;A href="http://directory.apache.org/studio/" rel="nofollow"&gt;Apache Directory Studio&lt;/A&gt;.  You can download builds for OSX, Linux and Windows.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Apr 2010 03:13:24 GMT</pubDate>
    <dc:creator>the_wolverine</dc:creator>
    <dc:date>2010-04-13T03:13:24Z</dc:date>
    <item>
      <title>How do I get LDAP values from Active Directory?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-LDAP-values-from-Active-Directory/m-p/9151#M3</link>
      <description>&lt;P&gt;I need to figure out what LDAP values I should be using to make auth work.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2010 05:47:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-LDAP-values-from-Active-Directory/m-p/9151#M3</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-01-15T05:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get LDAP values from Active Directory?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-LDAP-values-from-Active-Directory/m-p/9152#M4</link>
      <description>&lt;P&gt;If you are comfortable with the command line you can run the command &lt;A href="http://support.microsoft.com/kb/237677" rel="nofollow"&gt;ldifede&lt;/A&gt;. The ldifde command is the windows equivalent of ldapsearch and should allow you to get an ldif entry for yourself and a group. With those two entries we should be able to come up with authentication.conf that will allow Splunk to authenticate users.&lt;/P&gt;

&lt;P&gt;If you are more comfortable with a GUI The Sysinternals team offers a nice utility called &lt;A href="http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx" rel="nofollow"&gt;Active Directory Explorer&lt;/A&gt;. This gives you tree view of your Active Directory/LDAP structure similar to Windows Explorer.&lt;/P&gt;

&lt;P&gt;Both "LDP" and "ADSIEDIT.MSC" are built in utilities that allow you to have a GUI view of Active Directory.  Run them from "Start--&amp;gt; Run" in Windows on your AD Server&lt;/P&gt;

&lt;P&gt;The values that you will need to map are:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;BindDN:&lt;/STRONG&gt; This will be the full Distinguised Name of the user that Splunk is going to connect to the AD server as&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;UserBaseDN:&lt;/STRONG&gt;  Look at the Distinguished name for the user that you got from ldifde and take everything after cn=foo&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;GroupBaseDN:&lt;/STRONG&gt; Look at the Distinguished name for the group that you got from ldifde and take everything after cn=foo&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Real name attribute:&lt;/STRONG&gt; Look for the key that is associated with the full name of the user (likely displayName)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Group name attribute:&lt;/STRONG&gt; Look for the key that is associated with the full name of the group (likely cn)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Group member attribute:&lt;/STRONG&gt; Its usually &lt;CODE&gt;memberOf&lt;/CODE&gt; or &lt;CODE&gt;member&lt;/CODE&gt;, depending on whether the memberships are listed in the group entry or the user entry&lt;/P&gt;

&lt;P&gt;You may also want to check out this &lt;A href="http://blip.tv/file/2878148" rel="nofollow"&gt;video&lt;/A&gt; from the Splunk Ninja&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2010 06:11:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-LDAP-values-from-Active-Directory/m-p/9152#M4</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-01-15T06:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get LDAP values from Active Directory?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-LDAP-values-from-Active-Directory/m-p/9153#M5</link>
      <description>&lt;P&gt;There are good examples for using ldif and ldapsearch on the splunk documentation.
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Security/SetupuserauthenticationwithLDAP" rel="nofollow"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Security/SetupuserauthenticationwithLDAP&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2010 06:52:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-LDAP-values-from-Active-Directory/m-p/9153#M5</guid>
      <dc:creator>benstraw</dc:creator>
      <dc:date>2010-01-15T06:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get LDAP values from Active Directory?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-LDAP-values-from-Active-Directory/m-p/9154#M6</link>
      <description>&lt;P&gt;Another great (freeware) LDAP browser is &lt;A href="http://directory.apache.org/studio/" rel="nofollow"&gt;Apache Directory Studio&lt;/A&gt;.  You can download builds for OSX, Linux and Windows.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2010 03:13:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-LDAP-values-from-Active-Directory/m-p/9154#M6</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-04-13T03:13:24Z</dc:date>
    </item>
  </channel>
</rss>

