<font size=2 face="sans-serif">Dear List,</font>
<br>
<br><font size=2 face="sans-serif">I installed toolkits 0.9 from the website
in my local XAMPP. I also have a working locale installation of OpenLDAP
(Mac OS X). The structure is as follows:</font>
<br>
<br><font size=2 face="sans-serif">dc=example,dc=com</font>
<br><font size=2 face="sans-serif"> ou=people</font>
<br><font size=2 face="sans-serif"> cn=user1</font>
<br>
<br><font size=2 face="sans-serif">In Xerte I use the following settings:</font>
<br>
<br><font size=2 face="sans-serif">$site->ldap_host = "ldap://localhost";</font>
<br><font size=2 face="sans-serif">$site->ldap_port = 389;</font>
<br>
<br><font size=2 face="sans-serif">$site->bind_pwd="supersecret";</font>
<br><font size=2 face="sans-serif">$site->basedn="dc=example,dc=com";</font>
<br><font size=2 face="sans-serif">$site->bind_dn = 'cn=Manager,dc=example,dc=com';</font>
<br>
<br><font size=2 face="sans-serif">When I try to login with "user1"
Xerte it tells me: "Sorry that password combination was not correct".
</font>
<br><font size=2 face="sans-serif">I think Xerte doesn't know which attribute
to look for the username?!</font>
<br>
<br><font size=2 face="sans-serif">Peter</font>