mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-01 23:04:15 +02:00
20 lines
458 B
Plaintext
20 lines
458 B
Plaintext
# nextcloud.schema
|
|
|
|
dn: cn=nextcloud,cn=schema,cn=config
|
|
objectClass: olcSchemaConfig
|
|
cn: nextcloud
|
|
olcAttributeTypes: ( 1.3.6.1.4.1.99999.1
|
|
NAME 'nextcloudQuota'
|
|
DESC 'Quota for Nextcloud'
|
|
EQUALITY integerMatch
|
|
ORDERING integerOrderingMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
|
SINGLE-VALUE
|
|
)
|
|
olcObjectClasses: ( 1.3.6.1.4.1.99999.2
|
|
NAME 'nextcloudUser'
|
|
DESC 'Auxiliary class for Nextcloud attributes'
|
|
AUXILIARY
|
|
MAY ( nextcloudQuota )
|
|
)
|