Hello,

ldap_users works for me, but there where some issues:

 * 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.
 * For carddav and caldav there are database records missing, you have
   to add them manually:

   INSERT INTO principals (uri,displayname) VALUES
   ('principals/[USERNAME]','[USERNAME]');
   INSERT INTO principals (uri,displayname) VALUES
   ('principals/[USERNAME]/calendar-proxy-read','[USERNAME]');
   INSERT INTO principals (uri,displayname) VALUES
   ('principals/[USERNAME]/calendar-proxy-write','[USERNAME]');
   INSERT INTO principals (uri,displayname) VALUES
   ('principals/[USERNAME]/addressbook-proxy-read','[USERNAME]');
   INSERT INTO principals (uri,displayname) VALUES
   ('principals/[USERNAME]/addressbook-proxy-write','[USERNAME]');


I hope this helps.

Yours,
bbk


_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to