<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">As far as I can tell my kolab install is working except authenticating for Microsoft-Server-ActiveSync.  I am running ubuntu 12.04.  Roundcubmail works and I can access it from the internet and I can connect my phone to my mailbox with IMAP.  But I would like to use activesync.</div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">Apologies to the moderator I cancelled my original post because of a big typo.</div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">I had some problems setting up kolab and I had to apply steps found here:</div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">- before running setup-kolab I had to patch the roundcube setup script found : <a href="https://issues.kolab.org/show_bug.cgi?id=2811" target="_blank" style="line-height: 22.719999313354492px; font-weight: inherit; color: rgb(0, 104, 207); cursor: pointer; font-size: 12pt;">https://issues.kolab.org/show_bug.cgi?id=2811</a></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">- Zend not found solve with: <a href="http://lists.kolab.org/pipermail/users/2013-December/016301.html" target="_blank" style="font-size: 12pt;">http://lists.kolab.org/pipermail/users/2013-December/016301.html</a> </div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">- kolab_auth.php issue: <a href="https://issues.kolab.org/show_bug.cgi?id=2889" target="_blank" style="line-height: 22.719999313354492px; font-weight: inherit; color: rgb(0, 104, 207); cursor: pointer; font-size: 12pt;">https://issues.kolab.org/show_bug.cgi?id=2889</a></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">- Initially <font size="3" style="line-height: normal;">Microsoft-Server-ActiveSync was 404 Not Found.  I had to put the vhost config from sites-enabled (using apache) </font>directly<font size="3" style="line-height: normal;"> into my httpd.conf file.  Once I did this and when to https://[servername]/</font><span style="line-height: 22.719999313354492px; font-size: 12pt;">Microsoft-Server-ActiveSync it would prompt me for credentails but never succeed and when I check the logs for kolab-syncroton it says "no user record found"</span></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><span style="line-height: 22.719999313354492px; font-size: 12pt;">when I look at the roundcubmail logs </span><span style="line-height: 22.719999313354492px; font-size: 12pt;">every user logs in successfully.  The roundcubemail log i'm looking at is here:</span></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><span style="line-height: 22.719999313354492px; font-size: 12pt;">/var/log/roundcubemail/userlogins</span><span style="line-height: 22.719999313354492px; font-size: 12pt;"> </span></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">But when i look at the kolab-syncroton logs is says "error no user record found".  This log is here:</div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><span style="line-height: 22.719999313354492px; font-size: 12pt;">/usr/share/kolab-syncroton/logs/userlogins</span></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">The other issues I solved I could understand enough to ask google for help; but, this issue I have no idea where to start.  The only thing I could think of was running:</div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><span style="line-height: 22.719999313354492px; font-size: 12pt;">>netstat -taupen | grep ":389"</span></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><span style="line-height: 22.719999313354492px; font-size: 12pt;"><br></span></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><span style="line-height: 22.719999313354492px; font-size: 12pt;">and that shows nslapd running but I haven't figured out how to query the ldap for account info.  I'm more comfortable with PHP so I tried connecting to LDAP using the script found here:<br></span><a href="http://www.php.net/manual/en/ldap.examples-basic.php" target="_blank" style="font-weight: inherit; color: rgb(0, 104, 207); cursor: pointer;">http://www.php.net/manual/en/ldap.examples-basic.php</a></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">I can connect to my localhost but I cannot bind.</div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">I'm lost and out of ideas any thoughts or help would be greatly appreciated.</div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">Thank you for your time and response,</div><div style="line-height: 21.299999237060547px; color: rgb(68, 68, 68); font-size: 15px;">Craig</div>                                           </div></body>
</html>