Changes

stoney core: OpenLDAP directory data organisation

380 bytes added, 11:23, 20 January 2019
/* Customers Billing */
==== Customers Billing ====
The sub tree '''ou=billing,uid=4000001,ou=customers,dc=stoney-cloud,dc=org''' contains billing relevant data:. The following example shows a reseller, receiving a monthly bill.
<source lang="LDIF">
dn: ou=billing,uid=4000001,ou=customers,dc=stoney-cloud,dc=org
sstMailBccUID: 4000066
sstMailBccUID: 4000069
</source>
 
The following example shows a customer, which receives their bill via their reseller (no billing done by us):
<source lang="LDIF">
dn: ou=billing,uid=4000001,ou=reseller,o=stepping-stone,c=ch
objectclass: top
objectclass: organizationalUnit
objectclass: sstBillingCustomer
ou: billing
sstBillable: TRUE
</source>
SLB, editor, reviewer
3,368
edits