[Owncloud] ldap as auth backend ?

Rigzen Oliver Latshang rigzen.latshang at math.ethz.ch
Mon Nov 14 16:00:00 UTC 2011


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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/owncloud/attachments/20111114/be76f2bb/attachment.html>


More information about the Owncloud mailing list