Koozali.org: home of the SME Server

Obsolete Releases => SME 8.x Contribs => Topic started by: meneer on March 18, 2013, 12:48:07 PM

Title: ownCloud 5.0
Post by: meneer 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/)
Title: Re: ownCloud 5.0
Post by: stephdl 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}}
Title: Re: ownCloud 5.0
Post by: animare 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.
Title: Re: ownCloud 5.0
Post by: stephdl 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
Title: Re: ownCloud 5.0
Post by: meneer on March 22, 2013, 10:59:29 AM
Courage!

Thanks :)
Title: Re: ownCloud 5.0
Post by: guest22 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?
Title: Re: ownCloud 5.0
Post by: Daniel B. 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)
Title: Re: ownCloud 5.0
Post by: guest22 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.