Changes

Jump to: navigation, search

stoney storage: OpenLDAP directory data organisation

327 bytes added, 15:41, 1 November 2019
/* Storage Configuration */
ou: storage
== Storage - Configuration ==
The sub tree for the configuration of the storage storage service:
dn: ou=configuration,ou=storage,ou=services,dc=stoney-cloud,dc=org
description: The sub tree for the configuration of the storage storage service.
=== Storage - Configuration - Provisioning Daemon daemon ===
See the [[stoney_core:_OpenLDAP_directory_data_organisation#Services | Services description]] for the naming convention.
* '''x''': Mandatory in all cases.
=== Storage Reseller - Configuration - Resellers ===
The sub tree for the reseller specific storage storage service settings:
dn: ou=reseller,ou=configuration,ou=storage,ou=services,dc=stoney-cloud,dc=org
* '''x''': Mandatory in all cases.
==== Storage - Configuration - Reseller Storage - Account Defaults defaults ====
The sub tree for the storage account defaults for the storage storage service for the reseller Reseller Ltd. with the uid 4000000:
dn: ou=defaults,uid=4000000,ou=reseller,ou=configuration,ou=storage,ou=services,dc=stoney-cloud,dc=org
* '''x''': Mandatory in all cases.
==== Storage - Configuration - Reseller Storage - Notification Settings settings ====
The sub tree stores the notification information for the storage storage service for the reseller Reseller Ltd. with the uid 4000000. This information is used independently of the notification settings of the users. The idea is, that the reseller can receive notifications for a customer and react on the received information (for example, when the quota has been reached):
dn: ou=notifications,uid=4000000,ou=reseller,ou=configuration,ou=storage,ou=services,dc=stoney-cloud,dc=org
* '''x''': Mandatory in all cases.
==== Storage - Configuration - Reseller Storage - Account Settings ====
The sub tree stores the information about what can be modified in which scope for the storage storage service for the reseller Reseller Ltd. with the uid 4000000:
dn: ou=settings,uid=4000000,ou=reseller,ou=configuration,ou=storage,ou=services,dc=stoney-cloud,dc=org
* '''x''': Mandatory in all cases.
==== Storage - Configuration - Reseller - Templates ====
This sub tree contains the templates for the storage storage service for the reseller Reseller Ltd. with the uid 4000000:
dn: ou=templates,uid=4000000,ou=reseller,ou=configuration,ou=storage,ou=services,dc=stoney-cloud,dc=org
description: This sub tree contains the templates for the storage storage service for the reseller Reseller Ltd. with the uid 4000000.
===== Storage - Configuration - Reseller - Credentials Templates templates =====This sub tree contains the quota credentials templates for the storage storage service:
dn: ou=credentials,ou=templates,uid=4000000,ou=reseller,ou=configuration,ou=storage,ou=services,dc=stoney-cloud,dc=org
objectclass: top
* '''x''': Mandatory in all cases.
====== Credentials Place Holders EStorage -Mail Configuration - Reseller - Credentials templates email place holders (txt/html) ======
Address with an example:
{$company} stepping stone GmbH
{$externalID} 12345
====== Storage - Configuration - Reseller - Credentials Place Holders templates LibreOffice place holders (odt) ======
LibreOffice (odt) templates have the same place holders as the E-Mail (text/html) templates. The only thing that changes, are the definitions. Instead of <code>{$placeholder}</code> we have <code>&#123;&#123;placeholder&#125;&#125;</code>.
===== Storage - Configuration - Reseller - Quota Templates templates =====
Warns the user when the storage is running out of space (quota).
* '''x<sup>1</sup>''': Must exist, if <code>sstMailTo</code> is set.
====== Quota Place Holders EStorage -Mail Configuration - Reseller - Quota templates email place holders (txt/html) ======
An example:
{$salutation} Mr.
{$externalID} 12345
====== Storage - Configuration - Reseller - Quota Place Holders templates LibreOffice place holders (odt) ======
LibreOffice (odt) templates have the same place holders as the E-Mail (text/html) templates. The only thing that changes, are the definitions. Instead of <code>{$placeholder}</code> we have <code>&#123;&#123;placeholder&#125;&#125;</code>.
3,368
edits