Displaying 2 results from an estimated 2 matches for "owncloudquota".
2018 Jul 03
3
Migrate openLDAP into Samba AD
...manage quotas there,
>> I'll need to use extra attributes...
> Is there a schema available ?
Not that I know of, but you can configure Nextcloud to use any
attribute, so we created our own attribute in our schema for nextcloud:
> attributetype ( 1.3.6.1.4.1.35502.1.2.3.1 NAME 'owncloudQuota'
> DESC 'Quota for ownCloud'
> EQUALITY integerMatch
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
> SINGLE-VALUE )
>> ... which I need to configure somehow. Does anybody have good advice
>> in that regard? GOsa seems to be dead (that...
2018 Jul 02
4
Migrate openLDAP into Samba AD
Am 02.07.2018 um 11:01 schrieb Rowland Penny via samba:
> On Mon, 2 Jul 2018 10:19:29 +0200
> Jakob Lenfers via samba <samba at lists.samba.org> wrote:
> You can extend the schema, Samba even supplies a script to turn
> openldap schemas to Active directory ldifs and it has the imaginative
> name of 'oLschema2ldif'
Thanks, will check it out.
>> - Is it feasible