<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Ok, here's some code. Maybe this helps.</div><div><br></div><div>import ldappas.authentication</div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">auth = ldappas.authentication.LDAPAuthentication()</span></div><div><br></div><div>So far, so good. However, the readme says the following:</div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; "><br></span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">auth.adapterName = 'fake_ldap_adapter'</span></div><div><span class="Apple-style-span" style="font-family: Times; "><div><br></div></span></div><div>Now, I don't want to use that fake ldap adapter but my own, real ldap adapter (i.e. host name, port, bind user id and password etc.) and I do now know how to do that.&nbsp;</div><div><br></div><div>Anyone, please?</div></body></html>