Koozali.org: home of the SME Server

ownCloud 5.0

Offline meneer

  • **
  • 26
  • +0/-0
    • http://www.tken.net
ownCloud 5.0
« on: March 18, 2013, 12:48:07 PM »
The SMEserver howto for installing ownCloud at http://wiki.contribs.org/OwnCloud also works for ownCloud version 5.
Just change the download location for the tar to http://download.owncloud.org/community/owncloud-5.0.0.tar.bz (as indicated on the ownCloud site: http://owncloud.org/)
...
First check cables............

Offline stephdl

  • *
  • 1,523
  • +0/-0
    • Linux et Geekeries
Re: ownCloud 5.0
« Reply #1 on: March 18, 2013, 05:48:19 PM »
The SMEserver howto for installing ownCloud at http://wiki.contribs.org/OwnCloud also works for ownCloud version 5.
Just change the download location for the tar to http://download.owncloud.org/community/owncloud-5.0.0.tar.bz (as indicated on the ownCloud site: http://owncloud.org/)

So you have to modify the howto on  wiki page to give a tip that we can use the same procedure with owncloud5

if you don't have permissions to write on the wiki you can see this page http://wiki.contribs.org/Help:Contents

Courage!

to write a tip on the wiki {{tip box| your message}} or  {{note box| your note message}} or  {{warning box| your warning message}}
« Last Edit: March 18, 2013, 05:51:37 PM by stephdl »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline animare

  • *
  • 29
  • +0/-0
Re: ownCloud 5.0
« Reply #2 on: March 21, 2013, 01:27:30 AM »
Was going to post in the older owncloud thread but it has been locked.

I found that when setting up ldap following the owncloud contrib you will need to uncheck "tls" in the advanced tab of the ldap admin section in owncloud.

Offline stephdl

  • *
  • 1,523
  • +0/-0
    • Linux et Geekeries
Re: ownCloud 5.0
« Reply #3 on: March 21, 2013, 07:25:20 AM »
Was going to post in the older owncloud thread but it has been locked.

I found that when setting up ldap following the owncloud contrib you will need to uncheck "tls" in the advanced tab of the ldap admin section in owncloud.

please write a tip box or note box in wiki page
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline meneer

  • **
  • 26
  • +0/-0
    • http://www.tken.net
Re: ownCloud 5.0
« Reply #4 on: March 22, 2013, 10:59:29 AM »
...
First check cables............

guest22

Re: ownCloud 5.0
« Reply #5 on: December 29, 2014, 12:17:20 AM »
I found that when setting up ldap following the owncloud contrib you will need to uncheck "tls" in the advanced tab of the ldap admin section in owncloud.


Sorry for bumping this old thread. Just wondering if the above is still valid in light of the recent SSL / TLS changes?

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: ownCloud 5.0
« Reply #6 on: December 29, 2014, 12:34:37 AM »
Yes still valid and nothing will change this: there's no point in using ssl/tls over the loopback interface. Enabling it over loopback will only waste cpu cycles and bring certificate verification issues (your certificate will most likely not have 127.0.0.1 or localhost as common name or alternative name)
C'est la fin du monde !!! :lol:

guest22

Re: ownCloud 5.0
« Reply #7 on: December 29, 2014, 12:38:03 AM »
Yes still valid and nothing will change this: there's no point in using ssl/tls over the loopback interface. Enabling it over loopback will only waste cpu cycles and bring certificate verification issues (your certificate will most likely not have 127.0.0.1 or localhost as common name or alternative name)


Thanks Daniel. So we need to document this better and we will.