<div dir="ltr">Hi Alon, <div><br></div><div>Thanks for the quick reply.</div><div>openldap works fine; I use it with testlink (as shown in the example config). We&#39;re not using active directory; Just LDAP. The example config I provided is fully inclusive of all configuration required for &quot;testlink&quot; to use LDAP, I also have jenkins and mantis configured using the same parameters (although their terminology on where to enter the parameters is varied, they use all the same information)</div><div><br></div><div>The rootDSE is being determined automatically; however for my use it&#39;s wrong and needs to be provided manually. Again, I have no control over this. It&#39;s a company-wide configuration that won&#39;t be changed just for me.</div><div><br></div><div>How would I be able to specify the organization filter line if I added some other include directive of whatever driver? I don&#39;t even understand what you&#39;re saying, exactly. Not all ovirt users/managers are programming experts.</div><div><br></div><div>I use LDAPS because thats what my company supports. StartTLS is NOT supported (as I stated).  Silly on their part, right?</div><div><br></div><div>Thanks,</div><div>David</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 5, 2015 at 1:18 PM, Alon Bar-Lev <span dir="ltr">&lt;<a href="mailto:alonbl@redhat.com" target="_blank">alonbl@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Resources includes sysadmin documentation[1], integrator documentation[2], overview[3], examples[4].<br>
<br>
You did not specify what LDAP vendor it is.<br>
<br>
I can guess your directory is Active Directory, hence all you need to do is follow the &quot;QUICK START&quot;[5].<br>
<br>
The rootDSE is determined automatically, all you need is to provide a valid user and password.<br>
<br>
What you are missing in your configuration is the include directive of the proper driver.<br>
Not sure why you use LDAPS and not LDAP with startTLS, startTLS is more flexible and should be used unless there is an issue.<br>
<br>
Alon<br>
<br>
[1] <a href="https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README;hb=HEAD" target="_blank">https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README;hb=HEAD</a><br>
[2] <a href="https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README.profile;hb=HEAD" target="_blank">https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README.profile;hb=HEAD</a><br>
[3] <a href="http://www.ovirt.org/Features/AAA" target="_blank">http://www.ovirt.org/Features/AAA</a><br>
[4] <a href="https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=tree;f=examples;hb=HEAD" target="_blank">https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=tree;f=examples;hb=HEAD</a><br>
[5] <a href="https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README;hb=HEAD#l6" target="_blank">https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README;hb=HEAD#l6</a><br>
<div><div class="h5"><br>
----- Original Message -----<br>
&gt; From: &quot;David Smith&quot; &lt;<a href="mailto:dsmith@mypchelp.com">dsmith@mypchelp.com</a>&gt;<br>
&gt; To: &quot;users&quot; &lt;<a href="mailto:users@ovirt.org">users@ovirt.org</a>&gt;<br>
&gt; Sent: Tuesday, May 5, 2015 11:09:25 PM<br>
&gt; Subject: [ovirt-users] AAA LDAP Authentication<br>
&gt;<br>
&gt; I&#39;m trying to set up the new 3.5 AAA LDAP Auth, but it&#39;s lacking some serious<br>
&gt; detail in documentation, the rest is java-programmer-oriented docs only that<br>
&gt; I can find;<br>
&gt;<br>
&gt; <a href="https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git" target="_blank">https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git</a><br>
&gt;<br>
&gt; Here&#39;s a sample config (sanitized) that I need to adapt to ovirt; *I HAVE NO<br>
&gt; control over the LDAP server.<br>
&gt;<br>
&gt; So far I&#39;ve managed to figure out through search after search to use LDAPS<br>
&gt; (TLS isn&#39;t an option, thanks!)<br>
&gt; Two parts I can&#39;t figure out; setting rootDN and setting the organization<br>
&gt; filter-- members of that particular organization should have access to<br>
&gt; ovirt, and none others.<br>
&gt;<br>
&gt; vars.server = <a href="http://directory.ft.com" target="_blank">directory.ft.com</a><br>
&gt;<br>
&gt; #<br>
&gt; # Search user and its password.<br>
&gt; #<br>
&gt; vars.user = uid=newproductslab,cn=users,cn=accounts,dc=corp,dc=ft,dc=com<br>
&gt; vars.urootdn = cn=users,cn=accounts,dc=corp,dc=ft,dc=com<br>
&gt; vars.password = Ft######<br>
&gt;<br>
&gt; pool.default.serverset.single.server = ${global:vars.server}<br>
&gt; pool.default.serverset.single.port = 636<br>
&gt; pool.default.auth.simple.bindDN = ${global:vars.user}<br>
&gt; pool.default.auth.simple.rootDN = ${global:vars.urootdn}<br>
&gt; pool.default.auth.simple.password = ${global:vars.password}<br>
&gt;<br>
&gt; # enable SSL<br>
&gt; pool.default.ssl.enable = true<br>
&gt; #pool.default.ssl.insecure = false<br>
&gt;<br>
&gt; # Create keystore, import certificate chain and uncomment<br>
&gt; # if using ssl/tls.<br>
&gt; #pool.default.ssl.startTLS = true<br>
&gt; pool.default.ssl.truststore.file =<br>
&gt; ${local:_basedir}/${global:vars.server}.jks<br>
&gt; pool.default.ssl.truststore.password = changeit<br>
&gt;<br>
&gt;<br>
&gt; example config from testlink<br>
&gt; $tlCfg-&gt;authentication[&#39;method&#39;] = &#39;LDAP&#39;;<br>
&gt;<br>
&gt; /** LDAP authentication credentials */<br>
&gt; $tlCfg-&gt;authentication[&#39;ldap_server&#39;] = &#39;ldaps:// <a href="http://directory.ft.com" target="_blank">directory.ft.com</a> &#39;;<br>
&gt; $tlCfg-&gt;authentication[&#39;ldap_port&#39;] = &#39;636&#39;;<br>
&gt; $tlCfg-&gt;authentication[&#39;ldap_version&#39;] = &#39;3&#39;;<br>
&gt; $tlCfg-&gt;authentication[&#39;ldap_root_dn&#39;] =<br>
&gt; &#39;cn=users,cn=accounts,dc=corp,dc=ft,dc=com&#39;;<br>
&gt; $tlCfg-&gt;authentication[&#39;ldap_bind_dn&#39;] =<br>
&gt; &#39;uid=newproductslab,cn=users,cn=accounts,dc=corp,dc=ft,dc=com&#39;;<br>
&gt; $tlCfg-&gt;authentication[&#39;ldap_bind_passwd&#39;] = &#39;Ft######&#39;;<br>
&gt; $tlCfg-&gt;authentication[&#39;ldap_tls&#39;] = false; // true -&gt; use tls<br>
&gt; $tlCfg-&gt;authentication[&#39;ldap_organization&#39;] =<br>
&gt; &#39;(nsRoleDN=cn=newproductslab,cn=accounts,dc=corp,dc=ft,dc=com)&#39;; // e.g.<br>
&gt; &#39;(organizationname=*Traffic)&#39;<br>
&gt; $tlCfg-&gt;authentication[&#39;ldap_uid_field&#39;] = &#39;uid&#39;; // Use &#39;sAMAccountName&#39; for<br>
&gt; Active Directory<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt;<br>
</blockquote></div><br></div>