Changes

Jump to: navigation, search

stoney wiki: OpenLDAP directory data organisation

2 bytes added, 15:44, 1 November 2019
The sub tree <code>ou=openstack,ou=service,dc=stoney-cloud,dc=org</code> contains all the MediaWiki based stoney wiki service data. The following LDIF shows the '''wiki''' LDAP entry for the stoney wiki service:
<source lang="LDIFldif">
dn: ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: organizationalUnit
=== Wiki - Configuration - Resellers ===
The sub tree for the reseller specific stoney wiki service settings:
<source lang="LDIFldif">
dn: ou=reseller,ou=configuration,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
The sub tree for the specific stoney wiki service settings for the reseller Reseller Ltd. with the uid 4000000.
<source lang="LDIFldif">
dn: uid=4000000,ou=reseller,ou=configuration,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
==== Wiki - Configuration - Reseller - Account defaults ====
The sub tree for the wiki account defaults for the stoney wiki service for the reseller Reseller Ltd. with the uid 4000000:
<source lang="LDIFldif">
dn: ou=defaults,uid=4000000,ou=reseller,ou=configuration,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
==== Wiki - Configuration - Reseller - Notification settings ====
The sub tree stores the notification information for the stoney wiki 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):
<source lang="LDIFldif">
dn: ou=notifications,uid=4000000,ou=reseller,ou=configuration,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
==== Wiki - Configuration - Reseller - Account Settings ====
The sub tree stores the information about what can be modified in which scope for the stoney wiki service for the reseller Reseller Ltd. with the uid 4000000:
<source lang="LDIFldif">
dn: ou=settings,uid=4000000,ou=reseller,ou=configuration,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
==== Wiki - Configuration - Reseller - Templates ====
<source lang="LDIFldif">
This sub tree contains the templates for the stoney wiki service for the reseller Reseller Ltd. with the uid 4000000:
dn: ou=templates,uid=4000000,ou=reseller,ou=configuration,ou=wiki,ou=services,dc=stoney-cloud,dc=org
===== Wiki - Configuration - Reseller - Credentials templates =====
This sub tree contains the credentials templates for the stoney wiki service:
<source lang="LDIFldif">
dn: ou=credentials,ou=templates,uid=4000000,ou=reseller,ou=configuration,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
This sub tree contains the quota templates for the stoney wiki service:
<source lang="LDIFldif">
dn: ou=quota,ou=templates,uid=4000000,ou=reseller,ou=configuration,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
== Wiki - Accounts ==
The sub tree for the accounts of the stoney wiki service:
<source lang="LDIFldif">
dn: ou=accounts,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
=== Wiki - Account example ===
The following example shows the OpenLDAP directory entry for the stoney wiki account with the uid number 3730083:
<source lang="LDIFldif">
dn: uid=3730083,ou=accounts,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
== Wiki - Groups ==
The sub tree for the groups of the stoney wiki service:
<source lang="LDIFldif">
dn: ou=groups,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
=== Wiki - Group example ===
<source lang="LDIFldif">
dn: cn=3730083,ou=groups,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
== Wiki - SSL-certificates ==
The leaf entries for SSL-certificates of the stoney wiki service (where uid=(.+) is a regular expression):
<source lang="LDIFldif">
dn: uid=(.+),uid=(.+),ou=accounts,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
=== Wiki - SSL-certificate example ===
<source lang="LDIFldif">
dn: uid=3732364,uid=3730083,ou=accounts,ou=wiki,ou=services,dc=stoney-cloud,dc=org
objectclass: top
[[Category:stoney wiki]][[Category:OpenLDAP directory]]
3,368
edits