#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://
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
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:
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
_
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
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
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
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
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
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)
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
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
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'@
13 matches
Mail list logo