[owncloud-devel] Wester Digital Appliance

2015-12-15 Thread Christian Rost
#x27;s create a great solution, easy to use for everybody. What do you think? This proposal is not an application for a dev-kit ( I already have a few raspies) Cheers, Christian -- Christian Rost Linux Consultant & Trainer B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://

Re: [owncloud-devel] Openldap Owncloud 8 set user quota

2016-04-19 Thread Christian Rost
On 04/19/2016 12:04 PM, Mohammed Amine Saidi wrote: > Hello guys is there a way to set my openLdap users quota ? Hi, what exactly do you want to do? Set the user quouta in openLDAP and ownCloud will sync the Value from LDAP and the user will get the quouta or do you want to set the qouta in own

Re: [owncloud-devel] Openldap Owncloud 8 set user quota

2016-04-19 Thread Christian Rost
Hi, just have a look here. https://doc.owncloud.org/server/8.2/admin_manual/configuration_user/user_auth_ldap.html#advanced-settings cheers, chris signature.asc Description: OpenPGP digital signature ___ Devel mailing list Devel@owncloud.org http:

Re: [owncloud-devel] Openldap Owncloud 8 set user quota

2016-04-19 Thread Christian Rost
Did you modified the user_ldap code? You just have to configure the connection in the admin-interface. No need to change the code so far. but - are you sure that your ldap-Server listen on Port 666? It is usualy 389 or 636 (ldaps) signature.asc Description: OpenPGP digital signature _

Re: [owncloud-devel] Openldap Owncloud 8 set user quota

2016-04-19 Thread Christian Rost
I would reccomend you configure the ldap-Connection not in source-code. Then we can start debuging. Your should also notice that it can take about 24 hours before UserQouta is synced. in apps/user_ldap/lib/user/user.php you find //TODO make interval configurable if((time() - intval($lastChecked

Re: [owncloud-devel] Openldap Owncloud 8 set user quota

2016-04-19 Thread Christian Rost
Hi, well I understand that your problem is, that owncloud does not fetch the quota from your LDAP-Server. Hope this is correct so far. No, I meant that it may take up to 24 hours after configuring the quota attribute in ownCloud you ownCloud Server will fetch the data from LDAP. Ok -lets start

Re: [owncloud-devel] Openldap Owncloud 8 set user quota

2016-04-19 Thread Christian Rost
Hi this should be active right away. Did you configured your ldap-connection in GUI or still in Sourcecode? signature.asc Description: OpenPGP digital signature ___ Devel mailing list Devel@owncloud.org http://mailman.owncloud.org/mailman/listinfo/d

Re: [owncloud-devel] Openldap Owncloud 8 set user quota

2016-04-19 Thread Christian Rost
Maybe you can do a manual ldapsearch. ldapsearch -x -W -D -H ldap:// -b -LLL '(uid=)''+' '*' just change the settings to your environment You can now search for all attributes belong to a specific user. Send me the output anonymised please. signature.asc Description: OpenPGP dig

Re: [owncloud-devel] Openldap Owncloud 8 set user quota

2016-04-19 Thread Christian Rost
There should be the Quota Attribute - but this is missing. You have to extend your LDAP Server and assign a quota to a user. The Output with a 2GB Quota and a new Attribute named oc_quota should look like this. > dn: cn=admin,dc=powerm,dc=com > objectClass: simpleSecurityObject > objectClass: org

Re: [owncloud-devel] Openldap Owncloud 8 set user quota

2016-04-19 Thread Christian Rost
That is an very useful information. That means the mail sync works fine. I think you have a) no quota attribute on your LDAP-Server or b) a qouta attribute on your LDAP-Server but the value is not correct or c) a quota attribute on your LDAP-Server but the attribute Name differs in ownCloud or d)

Re: [owncloud-devel] Openldap Owncloud 8 set user quota

2016-04-19 Thread Christian Rost
What's the result of this? ldapsearch -x -W -D -H ldap:// -b -LLL '(uid=)''+' cn mail ownCloudQuota signature.asc Description: OpenPGP digital signature ___ Devel mailing list Devel@owncloud.org http://mailman.owncloud.org/mailman/listin

Re: [owncloud-devel] Mapping Openldap groups to OC Groups

2016-04-20 Thread Christian Rost
wncloud.com <http://www.owncloud.com> - Your Data, Your > Cloud, Your Way! > > ownCloud GmbH, GF: Markus Rex, Holger Dyroff, Frank Karlitschek > Schloßäckerstrasse 26a, 90443 Nürnberg, HRB 28050 (AG Nürnberg) > > ___ > Devel

Re: [owncloud-devel] Owncloud in Ubuntu 16.04 - Failed to connect to the database: Access denied for user ‘root’@’localhost’

2016-09-16 Thread Christian Rost
Hi Anton, seems like On 09/15/2016 09:51 PM, Anton Blau wrote: > sudo -u www-data php occ app:list > An unhandled exception has been thrown: > Doctrine\DBAL\DBALException: Failed to connect to the database: An > exception occured in driver: SQLSTATE[HY000] [1698] Access denied for > user 'root'@