<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><div data-html-editor-font-wrapper="true" style="font-family: arial, sans-serif; font-size: 13px;">I don't remember if it is explicitly true, but I believe the LDAP server only binds to localhost (127.0.0.1)  You may need to do a netstat to see and change it to bind to your IP address that you want it to listen on.<br><br>
Scott<br><br>
December 4 2014 4:09 PM, "Jeff Gilmore" <<a href="mailto:%22Jeff%20Gilmore%22%20<jeff@thegilmores.net>" tabindex="-1" target="_blank">jeff@thegilmores.net</a>> wrote:

<blockquote>
<p> </p>

<div>
<div style="word-wrap: break-word;-webkit-nbsp-mode: space;-webkit-line-break: after-white-space">Hi all,
<div>I’m experimenting with setting up Kolab along with an instance of Wordpress to provide both groupware and additional web functionality.  I’m hoping to allow the LDAP user store in Kolab to provide user authentication for the Wordpress stuff.  Am I crazy, or is this a reasonable thing to expect to work?</div>

<div> </div>

<div>I’m using a Wordpress plugin called WPDirAuth to make this connection, but I’m a newbie with Kolab and not terribly experienced with LDAP.  Would anyone be willing to review the settings from this plugin shown below and take a first stab at what values might make sense?</div>

<div> </div>

<div>The primary (and only) domain under which Kolab was setup is “<a href="http://ev.ithaca.ny.us" rel="external" tabindex="-1" target="_blank">ev.ithaca.ny.us</a>”.</div>

<div> </div>

<div>Any help will be greatly appreciated.</div>

<div> </div>

<div>
<ul><li><label for="dirAuthControllers"><strong>Directory Servers (Domain Controllers)</strong></label><br><input name="dirAuthControllers" size="40" tabindex="-1" type="text" value="eviweb.ev.ithaca.ny.us:389"><br><em>The DNS name or IP address of the directory server(s).</em></li>
        <li><strong>NOTE:</strong> Separate multiple entries by a comma and/or alternate ports with a colon (eg: <a href="http://my.server1.org" rel="external" tabindex="-1" target="_blank">my.server1.org</a>, <a href="http://my.server2.edu" rel="external" tabindex="-1" target="_blank">my.server2.edu</a>:387). Unfortunately, alternate ports will be ignored when using LDAP/SSL, because of <a href="http://ca3.php.net/ldap_connect" rel="external" tabindex="-1" target="_blank">the way</a> PHP handles the protocol.</li>
        <li><label for="dirAuthFilter"><strong>Account Filter</strong></label><br><input name="dirAuthFilter" size="40" tabindex="-1" type="text" value="samAccountName"> (Defaults to <em>samAccountName</em>)<br><em>What LDAP field should we search the username against to locate the user's profile after successful login?</em></li>
        <li><label for="dirAuthAccountSuffix"><strong>Account Suffix</strong></label><br><input name="dirAuthAccountSuffix" size="40" tabindex="-1" type="text" value=""><br><em>Suffix to be automatically appended to the username if desired. e.g. @<a href="http://domain.com" rel="external" tabindex="-1" target="_blank">domain.com</a></em><br><strong>NOTE:</strong> Changing this value will cause your existing directory users to have new accounts created the next time they login.</li>
        <li><label for="dirAuthBaseDn"><strong>Base DN</strong></label><br><input name="dirAuthBaseDn" size="40" tabindex="-1" type="text" value="ou=People,dc=ev, dc=ithaca, dc=ny, dc=us"><br><em>The base DN for carrying out LDAP searches.</em></li>
        <li><label for="dirAuthPreBindUser"><strong>Bind DN</strong></label><br><input name="dirAuthPreBindUser" size="40" tabindex="-1" type="text" value=""><br><em>Enter a valid user account/DN to pre-bind with if your LDAP server does not allow anonymous profile searches, or requires a user with specific privileges to search.</em></li>
        <li><label for="dirAuthPreBindPassword"><strong>Bind Password</strong></label><br><input name="dirAuthPreBindPassword" size="40" tabindex="-1" type="password" value=""><br><em>Enter a password for the above Bind DN if a value is needed.</em><br><strong>Note 1</strong>: this value will be stored in clear text in your WordPress database.<br><strong>Note 2</strong>: Simply clear the Bind DN value if you wish to delete the stored password altogether.</li>
        <li><label for="dirAuthPreBindPassCheck"><strong>Confirm Password</strong></label><br><input name="dirAuthPreBindPassCheck" size="40" tabindex="-1" type="password" value=""><br><em>Confirm the above Bind Password if you are setting a new value.</em></li>
        <li><label for="dirAuthGroups"><strong>Authentication Groups</strong></label><br><input name="dirAuthGroups" size="40" tabindex="-1" type="text" value=""><br><em>Enter each group CN that the user must be a member of in order to authenticate.</em><br><strong>NOTE:</strong> Separate multiple CNs by a comma.</li>
</ul><div> </div>
</div>
</div>
</div>

<p> </p>
</blockquote>
</div></body></html>