<?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 LDAP in Free version work? in Security</title>
    <link>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20813#M675</link>
    <description>&lt;P&gt;I have Free version Splunk. I have difficulty in setting LDAP authentication. I created the connection and the rights assigned to the user. but the user can not enter in web: error "is not a valid username or not such user." LDAP is working in the Free version?&lt;/P&gt;</description>
    <pubDate>Fri, 06 Apr 2012 06:57:21 GMT</pubDate>
    <dc:creator>inhibitz</dc:creator>
    <dc:date>2012-04-06T06:57:21Z</dc:date>
    <item>
      <title>LDAP in Free version work?</title>
      <link>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20813#M675</link>
      <description>&lt;P&gt;I have Free version Splunk. I have difficulty in setting LDAP authentication. I created the connection and the rights assigned to the user. but the user can not enter in web: error "is not a valid username or not such user." LDAP is working in the Free version?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2012 06:57:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20813#M675</guid>
      <dc:creator>inhibitz</dc:creator>
      <dc:date>2012-04-06T06:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP in Free version work?</title>
      <link>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20814#M676</link>
      <description>&lt;P&gt;The Free version does not have functionality for LDAP or any other kind of user authentication.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2012 07:12:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20814#M676</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2012-04-06T07:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP in Free version work?</title>
      <link>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20815#M677</link>
      <description>&lt;P&gt;but I get a log with errors:&lt;/P&gt;

&lt;P&gt;04-06-2012 11:04:29.393 +0400 ERROR AuthenticationManagerLDAP - Couldn't find matching groups for user="user1". Search filter="(memberuid=uid=user1,ou=People,dc=domain,dc=com)" strategy="ldap1.int.domain.com"&lt;BR /&gt;
04-06-2012 11:04:29.393 +0400 ERROR UserManagerPro - LDAP Login failed, could not find a valid user="user1" on any configured servers&lt;/P&gt;

&lt;P&gt;ldap work???&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2012 08:06:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20815#M677</guid>
      <dc:creator>inhibitz</dc:creator>
      <dc:date>2012-04-06T08:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP in Free version work?</title>
      <link>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20816#M678</link>
      <description>&lt;P&gt;The free splunk do not have ldap (search &lt;A href="http://www.splunk.com/search/view?l=en&amp;amp;q=free-vs-enterprise"&gt;free vs enterprise&lt;/A&gt;). Some people do a reverse proxy config with ldap authentication to workaround this.&lt;/P&gt;

&lt;P&gt;The 30 days demo is really a enterprise version and after some fight i manage to put it working with a Windows Active Directory (AD)... but it will probably stop working after the 30days.&lt;/P&gt;

&lt;P&gt;here is my config:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[AD]&lt;BR /&gt;
SSLEnabled = 0&lt;BR /&gt;
anonymous_referrals = 0&lt;BR /&gt;
bindDN = domain\bindusername&lt;BR /&gt;
bindDNpassword = encoded pass&lt;BR /&gt;
charset = utf8&lt;BR /&gt;
groupBaseDN = dc=ad-domain,dc=tld&lt;BR /&gt;
groupBaseFilter = (objectclass=*)&lt;BR /&gt;
groupMappingAttribute = dn&lt;BR /&gt;
groupMemberAttribute = member&lt;BR /&gt;
groupNameAttribute = cn&lt;BR /&gt;
host = DC-server.domain.pt&lt;BR /&gt;
nestedGroups = 1&lt;BR /&gt;
network_timeout = 20&lt;BR /&gt;
port = 389&lt;BR /&gt;
realNameAttribute = cn&lt;BR /&gt;
sizelimit = 1000&lt;BR /&gt;
timelimit = 15&lt;BR /&gt;
userBaseDN = dc=ad-domain,dc=tld&lt;BR /&gt;
userBaseFilter = (&amp;amp;(objectCategory=person)(objectClass=user)(mail=*))&lt;BR /&gt;
userNameAttribute = samaccountname&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;My main error was the "Group mapping attribute" (ie: &lt;STRONG&gt;groupMappingAttribute&lt;/STRONG&gt; in the config), where i put other things and the correct config is &lt;STRONG&gt;dn&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2014 23:37:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20816#M678</guid>
      <dc:creator>higuita</dc:creator>
      <dc:date>2014-07-02T23:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP in Free version work?</title>
      <link>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20817#M679</link>
      <description>&lt;P&gt;Yes, it works with current Splunk trial version.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 18:27:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-in-Free-version-work/m-p/20817#M679</guid>
      <dc:creator>saravanan90</dc:creator>
      <dc:date>2019-09-26T18:27:40Z</dc:date>
    </item>
  </channel>
</rss>

