$info["cn"] = $login;
                          $info["sn"] = $login;
                          $info['mail'] = $email;
                          $info['userPassword']=$password;
                          $info['ownCloudQuota']="1 GB";
                          $info["objectclass"] = "inetOrgPerson";



                           $rp = @ldap_add($ds,
"cn=".$login.",dc=powerm,dc=com", $info);

2016-04-19 15:40 GMT+02:00 Christian Rost <r...@b1-systems.de>:

> 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) b + c
>
> How do you set the Quota on your LDAP-Server?
>
>
> _______________________________________________
> Devel mailing list
> Devel@owncloud.org
> http://mailman.owncloud.org/mailman/listinfo/devel
>
>
_______________________________________________
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel

Reply via email to