<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<br>
ldap_users works for me, but there where some issues:<br>
<br>
<ul>
<li>When configuring the app in the webinterface every form field
has to be set. Otherwise it will not even try to connect to the
ldap server.</li>
<li>For carddav and caldav there are database records missing, you
have to add them manually:<br>
<br>
INSERT INTO principals (uri,displayname) VALUES
(‘principals/[USERNAME]’,‘[USERNAME]’);<br>
INSERT INTO principals (uri,displayname) VALUES
(‘principals/[USERNAME]/calendar-proxy-read’,‘[USERNAME]’);<br>
INSERT INTO principals (uri,displayname) VALUES
(‘principals/[USERNAME]/calendar-proxy-write’,‘[USERNAME]’);<br>
INSERT INTO principals (uri,displayname) VALUES
(‘principals/[USERNAME]/addressbook-proxy-read’,‘[USERNAME]’);<br>
INSERT INTO principals (uri,displayname) VALUES
(‘principals/[USERNAME]/addressbook-proxy-write’,‘[USERNAME]’);</li>
</ul>
<br>
I hope this helps.<br>
<br>
Yours,<br>
bbk<br>
<br>
<br>
</body>
</html>