Changes

stoney core: OpenLDAP directory data organisation

862 bytes removed, 12:52, 24 July 2013
/* People */
 
== People ==
The sub tree '''ou=people,dc=stoney-cloud,dc=org''' contains all the people. Each person has a unique uid, which is used for later reference.
 
=== People uid (per person) ===
The following LDIF shows you the default '''person''' entry after a fresh stoney cloud installation. All relevant data belonging to this person is stored below this dn.
 
dn: uid=4000002,ou=people,dc=stoney-cloud,dc=org
objectclass: top
objectclass: sstPerson
uid: 4000002
sstGender: m
givenName: Name
surname: Surname
preferredLanguage: en-GB
userPassword: {SSHA}UgrBHVhKxFQInWWpzf1ddgEVmSg5vKUm
mail: name.surname@example.com
cn: admin
telephoneNumber: +41 00 000 00 00
mobileTelephoneNumber: +41 00 000 00 00
sstTimeZoneOffset: UTC+01
sstBelongsToResellerUID: 4000000
sstBelongsToCustomerUID: 4000001
sstEmployeeOfUID: 4000000
sstEmployeeOfUID: 4000001
The person '''Name Surname''' (with the uid=4000002) belongs to the reseller '''Reseller Ltd.''' (with sstBelongsToResellerUID=4000000) and is an employee of the same company (sstEmployeeOfUID=4000000). The person also belongs the customer '''Customer Ltd.'' (with sstBelongsToCustomerUID=4000001) and is an employee of the same company (sstEmployeeOfUID=4000001).
SLB, editor, reviewer
3,368
edits