<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: howto://Configure Splunk to use AD groups</title> <atom:link href="http://retrohack.com/howtoconfigure-splunk-to-use-ad-groups/feed/" rel="self" type="application/rss+xml" /><link>http://retrohack.com/howtoconfigure-splunk-to-use-ad-groups/</link> <description>lest the tubes become overfull</description> <lastBuildDate>Sat, 04 Feb 2012 23:34:46 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Ed Fisher</title><link>http://retrohack.com/howtoconfigure-splunk-to-use-ad-groups/comment-page-1/#comment-92</link> <dc:creator>Ed Fisher</dc:creator> <pubDate>Wed, 20 Jan 2010 15:38:55 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/howtoconfigure-splunk-to-use-ad-groups/#comment-92</guid> <description>Hi Quanta,
First, I am going to post what you had at the Splunk forum for anyone else to review.
Here is my authentication.conf file:[authentication]
authSettings = LDAP auth to AD
authType = LDAP[LDAP auth to AD]
SSLEnabled = 0
bindDN = quan.ta@example.com
bindDNpassword = $1$+wRV4vhO24Mh
charset = utf8
failsafeLogin = admin
failsafePassword = $1$4jFX5/EG4Q==
groupBaseDN = OU=xx,DC=example,DC=com;
groupBaseFilter = objectclass=*
groupMappingAttribute = dn
groupMemberAttribute = member
groupNameAttribute = cn
host = x.x.x.x
pageSize = 800
port = 3268 (or 389)
realNameAttribute = quanta
userBaseDN = dc=example,dc=com;
userBaseFilter = objectclass=*
userNameAttribute = sAMAccountName[roleMap]
admin =
can_delete =
power =
user =Now, your statement about &#039;got no response&#039; could be interpreted a couple of different ways, and since you (rightly so) obsfucated your domain controller settings before posting your conf file, I want to make sure that....
you are either targeting a specific domain controller with that ip.add, or you targeted the domain name and all of your domain controllers are reachable from your Splunk server over 389.
Please do not use 3268...that is Global Catalog, and while it does represent a subset of AD, it is not the domain bind point.
From your Splunk server, use the ldp.exe application to connect and bind to the same server represented by x.x.x.x in your conf file, using the same account as in the conf file. However, you should not use your own account there....create a service account without any additional privileges. You only have to bind to AD; you don&#039;t need admin rights to authenticate a user. Confirm that you can connect, bind, and browse to the OU containing your user accounts using ldp.exe, and let me know the outcome.
For anyone not familiar with ldp.exe, here is a link to a pretty good, quick overview. http://www.computerperformance.co.uk/w2k3/utilities/ldp.htm
Cheers,
Ed</description> <content:encoded><![CDATA[<p>Hi Quanta,<br
/> First, I am going to post what you had at the Splunk forum for anyone else to review.<br
/> Here is my authentication.conf file:</p><p>[authentication]<br
/> authSettings = LDAP auth to AD<br
/> authType = LDAP</p><p>[LDAP auth to AD]<br
/> SSLEnabled = 0<br
/> bindDN = <a
href="mailto:quan.ta@example.com">quan.ta@example.com</a><br
/> bindDNpassword = $1$+wRV4vhO24Mh<br
/> charset = utf8<br
/> failsafeLogin = admin<br
/> failsafePassword = $1$4jFX5/EG4Q==<br
/> groupBaseDN = OU=xx,DC=example,DC=com;<br
/> groupBaseFilter = objectclass=*<br
/> groupMappingAttribute = dn<br
/> groupMemberAttribute = member<br
/> groupNameAttribute = cn<br
/> host = x.x.x.x<br
/> pageSize = 800<br
/> port = 3268 (or 389)<br
/> realNameAttribute = quanta<br
/> userBaseDN = dc=example,dc=com;<br
/> userBaseFilter = objectclass=*<br
/> userNameAttribute = sAMAccountName</p><p>[roleMap]<br
/> admin =<br
/> can_delete =<br
/> power =<br
/> user =</p><p>Now, your statement about &#8216;got no response&#8217; could be interpreted a couple of different ways, and since you (rightly so) obsfucated your domain controller settings before posting your conf file, I want to make sure that&#8230;.<br
/> you are either targeting a specific domain controller with that ip.add, or you targeted the domain name and all of your domain controllers are reachable from your Splunk server over 389.<br
/> Please do not use 3268&#8230;that is Global Catalog, and while it does represent a subset of AD, it is not the domain bind point.<br
/> From your Splunk server, use the ldp.exe application to connect and bind to the same server represented by x.x.x.x in your conf file, using the same account as in the conf file. However, you should not use your own account there&#8230;.create a service account without any additional privileges. You only have to bind to AD; you don&#8217;t need admin rights to authenticate a user. Confirm that you can connect, bind, and browse to the OU containing your user accounts using ldp.exe, and let me know the outcome.<br
/> For anyone not familiar with ldp.exe, here is a link to a pretty good, quick overview. <a
href="http://www.computerperformance.co.uk/w2k3/utilities/ldp.htm" rel="nofollow">http://www.computerperformance.co.uk/w2k3/utilities/ldp.htm</a><br
/> Cheers,<br
/> Ed</p> ]]></content:encoded> </item> <item><title>By: quanta</title><link>http://retrohack.com/howtoconfigure-splunk-to-use-ad-groups/comment-page-1/#comment-89</link> <dc:creator>quanta</dc:creator> <pubDate>Tue, 19 Jan 2010 11:00:17 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/howtoconfigure-splunk-to-use-ad-groups/#comment-89</guid> <description>Hi edfisher,Thanks for your help.a) I already tried set port to 389 (You can see it in my previous post).
b) I am sure. (and to more sure I have added available roles to &quot;all&quot; group)
c) I tried but still get &quot;Invalid user or password&quot; error.I also tried to using Wireshark on AD server with filter option &quot;src host  and dst port 389 or 3268&quot; but I got no response.</description> <content:encoded><![CDATA[<p>Hi edfisher,</p><p>Thanks for your help.</p><p>a) I already tried set port to 389 (You can see it in my previous post).<br
/> b) I am sure. (and to more sure I have added available roles to &#8220;all&#8221; group)<br
/> c) I tried but still get &#8220;Invalid user or password&#8221; error.</p><p>I also tried to using Wireshark on AD server with filter option &#8220;src host  and dst port 389 or 3268&#8243; but I got no response.</p> ]]></content:encoded> </item> <item><title>By: Ed Fisher</title><link>http://retrohack.com/howtoconfigure-splunk-to-use-ad-groups/comment-page-1/#comment-77</link> <dc:creator>Ed Fisher</dc:creator> <pubDate>Fri, 15 Jan 2010 12:59:26 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/howtoconfigure-splunk-to-use-ad-groups/#comment-77</guid> <description>Quanta,
Hi Quanta,
Check the following and let me know by reply here or at http://www.splunk.com/support/forum:SplunkGeneral/674/12637#post (preferably both.) I wish you had posted as much detail here as in the Splunk forum, but the pingback let me find you :-)That you can see all the groups listed is great! That&#039;s the hard part, so now we just need to get your user login squared away.a) set your port to 389.
b) confirm that your user account is a member of the group you added the roles to
c) try logging on only as quan.ta, omitting the domain.Keeping fingers crossed for you.
Ed</description> <content:encoded><![CDATA[<p>Quanta,<br
/> Hi Quanta,<br
/> Check the following and let me know by reply here or at <a
href="http://www.splunk.com/support/forum:SplunkGeneral/674/12637#post" rel="nofollow">http://www.splunk.com/support/forum:SplunkGeneral/674/12637#post</a> (preferably both.) I wish you had posted as much detail here as in the Splunk forum, but the pingback let me find you <img
src='http://retrohack.com/_retroh_wp_root/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p><p>That you can see all the groups listed is great! That&#8217;s the hard part, so now we just need to get your user login squared away.</p><p>a) set your port to 389.<br
/> b) confirm that your user account is a member of the group you added the roles to<br
/> c) try logging on only as quan.ta, omitting the domain.</p><p>Keeping fingers crossed for you.<br
/> Ed</p> ]]></content:encoded> </item> <item><title>By: quanta</title><link>http://retrohack.com/howtoconfigure-splunk-to-use-ad-groups/comment-page-1/#comment-76</link> <dc:creator>quanta</dc:creator> <pubDate>Thu, 14 Jan 2010 07:25:55 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/howtoconfigure-splunk-to-use-ad-groups/#comment-76</guid> <description>Hi,At step 5, I can see all the groups in my OU. After that, I added all available roles to the group I want. Save, logout and restart Splunk (for sure) but I cannot log on with my domain account (example.com\quan.ta or example\quan.ta). Can you help me?</description> <content:encoded><![CDATA[<p>Hi,</p><p>At step 5, I can see all the groups in my OU. After that, I added all available roles to the group I want. Save, logout and restart Splunk (for sure) but I cannot log on with my domain account (example.com\quan.ta or example\quan.ta). Can you help me?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: retrohack.com @ 2012-02-05 08:31:25 by W3 Total Cache -->
