github.com/cs3org/reva/v2@v2.27.7/tests/integration/grpc/fixtures/ldap/10_owncloud_schema.ldif (about)

     1  # This LDIF files describes the ownCloud schema and can be used to
     2  # add two optional attributes: ownCloudQuota and ownCloudUUID
     3  # The ownCloudUUID is used to store a unique, non-reassignable, persistent identifier for users and groups
     4  dn: cn=owncloud,cn=schema,cn=config
     5  objectClass: olcSchemaConfig
     6  cn: owncloud
     7  olcAttributeTypes: ( 1.3.6.1.4.1.39430.1.1.1 NAME 'ownCloudQuota' DESC 'User Quota (e.g. 2 GB)' EQUALITY caseExactMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
     8  olcAttributeTypes: ( 1.3.6.1.4.1.39430.1.1.2 NAME 'ownCloudUUID' DESC 'A non-reassignable and persistent account ID)' EQUALITY uuidMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.1.16.1 SINGLE-VALUE )
     9  olcObjectClasses: ( 1.3.6.1.4.1.39430.1.2.1 NAME 'ownCloud' DESC 'ownCloud LDAP Schema' AUXILIARY MAY ( ownCloudQuota $ ownCloudUUID ) )