Re: [Owncloud] oc with ssl client certificate

2013-10-31 Thread Mario Klug
Hi Johannes, I haven't tried it by myself but theoratically when using a client certificate the apache webserver adds SSL_SERVER_I_DN_CN and SSL_SERVER_I_DN_Email to the $_SERVER array. This makes it very easy to add a check if a certificate is available in index.php.

Re: [Owncloud] oc with ssl client certificate

2013-10-31 Thread Mario Klug
Sorry, this was a mistake. You'd have to check if $_SERVER['SSL_CLIENT_VERIFY'] says SUCCESS.  If no certificate is available it's also there but the value is NONE. Regards Mario -Ursprüngliche Nachricht- Von: Mario Klug ma...@klug.me Gesendet: Don 31 Oktober 2013 08:05 An:

[Owncloud] two LDAP backends: duplicate user accounts

2013-10-31 Thread Sven Ehret
Hello List! We are using Owncloud version 5.0.12 on Ubuntu 12.04.3 and maintain two separate LDAP directories for a customer: 1. MS Active Directory and 2. OpenLDAP. Both directories are configured in Owncloud. Hooray for being able to configure multiple LDAP backends! As User Login

Re: [Owncloud] own cloud 5 - gallery app

2013-10-31 Thread Wolfgang Pichler
that is the problem - i have found that directory - but it is empty - it does not there... Web Server does have write privileges there... br, Wolfgang 2013/10/30 Victor Dubiniuk dubin...@owncloud.com Hi, it does, somewhere under /*data*/*user*/gallery/ Victor On 10/30/2013 07:32 PM,

[Owncloud] Antwort: Re: two LDAP backends: duplicate user accounts

2013-10-31 Thread Sven Ehret
thanks! You mean, you introduced a custom LDAP attribute and specified it in the filter? Best, Sven Von:Erwin Rennert renn...@zsi.at An: owncloud@kde.org Datum: 31.10.2013 10:49 Betreff:Re: [Owncloud] two LDAP backends: duplicate user accounts Gesendet von:

Re: [Owncloud] Antwort: Re: two LDAP backends: duplicate user accounts

2013-10-31 Thread Erwin Rennert
On 10/31/2013 12:33 PM, Sven Ehret wrote: thanks! You mean, you introduced a custom LDAP attribute and specified it in the filter? That's right! Regards, E. Best, Sven Von: Erwin Rennert renn...@zsi.at An: owncloud@kde.org Datum: 31.10.2013 10:49 Betreff: Re: [Owncloud] two LDAP

Re: [Owncloud] How to partially predefine OC settings

2013-10-31 Thread Alessio Fattorini
Il 03/10/2013 19:28, Vladimir Sapronov ha scritto: Hi, I made the change to setup I described before. Here's a pull request: https://github.com/owncloud/core/pull/4982 The code was already reviewed and this pull request need to be tested. Can someone test it, please? Thanks, Vladimir Sapronov

Re: [Owncloud] oc with ssl client certificate

2013-10-31 Thread Dr. Johannes Zellner
Hi, thanks, but that's not what I thought of. Authorization via client certificate DOES already work if used from a web browser. What I'd like to have is the owncloud client (windows or linux gui) to use a client certificate to authenticate to a server which allows connection only by a client

[Owncloud] what's the best way to synchronize without X (without the gui client) on linux?

2013-10-31 Thread Dr. Johannes Zellner
Hi, what's the best way to synchronize on a box which doesn't run X (without the gui client) on linux? -- Johannes ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud

Re: [Owncloud] what's the best way to synchronize without X (without the gui client) on linux?

2013-10-31 Thread Daniel Molkentin
Am 31.10.2013 um 22:34 schrieb Dr. Johannes Zellner: what's the best way to synchronize on a box which doesn't run X (without the gui client) on linux? There is (was?) pyOwnCloud (https://github.com/csawyerYumaed/pyOwnCloud), a python frontend for csync. Starting with owncloud Client

Re: [Owncloud] what's the best way to synchronize without X (without the gui client) on linux?

2013-10-31 Thread Dr. Johannes Zellner
Hi Daniel, thanks // is owncloudcmd yet available somewhere at least as source for compiling myself? -- Johannes 2013/10/31 Daniel Molkentin dan...@owncloud.com Am 31.10.2013 um 22:34 schrieb Dr. Johannes Zellner: what's the best way to synchronize on a box which doesn't run X (without

Re: [Owncloud] How to partially predefine OC settings

2013-10-31 Thread Vladimir Sapronov
Hi Alessio, What version of ownCloud are you running? Partial configuration should work only in latest version 6. Could you please show me core/setup.php and core/templates/installation.php from your ownCloud installation. Where did you put autoconfig.php? It should be in config folder of your

Re: [Owncloud] How to partially predefine OC settings

2013-10-31 Thread Alessio Fattorini
Thank you, i'm working on 5 version. This is my fault ;-( Vladimir Sapronov vladimir.sapro...@gmail.com ha scritto: ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud

Re: [Owncloud] How to partially predefine OC settings

2013-10-31 Thread Vladimir Sapronov
In version 5 it's if all parameters should be provided (including admin login:password) and then Finish setup screen won't appear. Otherwise nothing from autoconfig.php will be taken into account (your case since you haven't provided admin login:password). On Thu, Oct 31, 2013 at 9:50 PM,