Re: [owncloud-user] SSL configuration to pass Qualys SSL Labs Test.

2017-05-18 Thread Gerald Vogt
On 18.05.17 18:28, Alexandre Adao wrote: I am trying to get A or A+ from the SSL server Test (https://www.ssllabs.com/ssltest ). I am ruining OpenSSL 1.0.1e-fips and Linux. I have grade A- and I think is because the issue with Forward Secrecy. Any advise please? 1. Ask on a mailing list for

Re: [owncloud-user] Where/how to set date format in calendar?

2016-11-08 Thread Gerald Vogt
On 08/11/2016 14:42, Chris Green wrote: As per the subject, I've just noticed that the date format used for displaying dates in Calendar is MM/DD/ (whoever invented that?!). Seems you have set your owncloud language to American English instead of British English. Switch to British on you

Re: [owncloud-user] Lots of LDAP Queries

2016-10-21 Thread Gerald Vogt
On 20/10/2016 12:23, Vincent Petry wrote: Possibly related ? https://github.com/owncloud/core/issues/26065 At least for me that's not related. I have analyzes the ldap server logs and the bind is only happening every 5 minutes. However, every 30 seconds the owncloud client on windows does a

Re: [owncloud-user] Lots of LDAP Queries

2016-10-20 Thread Gerald Vogt
I just noticed the same thing this morning. The owncloud client application for Windows checks for updates every 30 seconds. For that it does a PROPFIND on /remote.php/webdav/ using HTTP basic authentication. In the course of that it checks the password with a BIND and then requests several at

Re: [owncloud-user] Can't install 9.0.1 server, it installs but nothing is there

2016-05-04 Thread Gerald Vogt
owncloud installs the copyright notice into /usr/share/doc/owncloud It has two dependencies: owncloud-files and owncloud-deps-php5 which contain the server and the apache configuration. Are you sure the installation worked and installed all the dependencies as well? Sounds like it was incompl

Re: [owncloud-user] [solved] Re: Owncloud server can't be installed in (K)Ubuntu 16.4

2016-05-01 Thread Gerald Vogt
On 01/05/16 12:25, Volker Wysk wrote: The owncloud.conf file was not present in /etc/apache2/conf-enabled. This repairs the problem: /etc/apache2/conf-enabled % ln -s ../conf-available/owncloud.conf . The debian/ubuntu way of doing this is with a2enconf... -Gerald

Re: [owncloud-user] Owncloud server can't be installed in (K)Ubuntu 16.4

2016-05-01 Thread Gerald Vogt
On 01/05/16 11:54, Volker Wysk wrote: Am Sonntag, 1. Mai 2016, 11:45:43 CEST schrieb Gerald Vogt: On 01/05/16 10:44, Volker Wysk wrote: Am Samstag, 30. April 2016, 23:15:06 CEST schrieb Chris: Okay, I've installed owncloud-9.0.1 now, from download.owncloud.org, and it installs fine. Howev

Re: [owncloud-user] Owncloud server can't be installed in (K)Ubuntu 16.4

2016-05-01 Thread Gerald Vogt
On 01/05/16 10:44, Volker Wysk wrote: Am Samstag, 30. April 2016, 23:15:06 CEST schrieb Chris: Okay, I've installed owncloud-9.0.1 now, from download.owncloud.org, and it installs fine. However, I can't access https://localhost/owncloud (or anything below). I get a 404 error. This is despite the

Re: [owncloud-user] New User

2015-11-27 Thread Gerald Vogt
On 27.11.15 19:16, Jay Beckham wrote: The main question is, should I backup the data on my hosted web site to a local drive or just hope the web site never goes down? You should always make backups of any important data. Always... -Gerald ___ User m

Re: [owncloud-user] imap login

2015-07-29 Thread Gerald Vogt
Are you sure, the password is really correct? Try to call the function directly: $ php -r 'imap_open("{localhost:143}", "username", "password", OP_HALFOPEN, 1);' If it fails you'll see an error. Also check the IMAP server log. -Gerald On 28/07/15 16:54, Martin S wrote: Hi, I've enabled th

[owncloud-user] Contacts app

2015-07-17 Thread Gerald Vogt
I don't want to be pushy here, but... as someone mentioned in a comment that the current contacts app would be "dead" I was wondering if I can expect anyone to review my pull requests on github or if that was just a waste of time and an operation on a dead patient... This was my first edits on gi

Re: [owncloud-user] LDAP server without paged results

2015-07-09 Thread Gerald Vogt
On 09.07.15 20:28, Arthur Schiwon wrote: > On Thursday 09 Jul 2015 07:17:50 Gerald Vogt wrote: >> We are running 8.1.0 and use LDAP as user database. Our LDAP server does >> not support rfc 2696 paged results control. > > What kind of LDAP server is it? ODSEE 11.1.1.7.2 >

[owncloud-user] LDAP server without paged results

2015-07-08 Thread Gerald Vogt
Hi! We are running 8.1.0 and use LDAP as user database. Our LDAP server does not support rfc 2696 paged results control. We see a lot of "ldap_control_paged_result_response(): No server controls in result at \/var\/www\/html\/owncloud\/apps\/user_ldap\/lib\/ldap.php#63" errors in log. Fro