Difference between revisions of "stoney backup: OpenLDAP directory data organisation"

From stoney cloud
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Backup)
Line 1: Line 1:
 
= Backup =
 
= Backup =
 
+
== Backup Account ==
 
  dn: ou=group,ou=backup,ou=service,o=stepping-stone,c=ch
 
  dn: ou=group,ou=backup,ou=service,o=stepping-stone,c=ch
 
  objectclass: organizationalUnit
 
  objectclass: organizationalUnit
Line 42: Line 42:
 
  uidnumber: 3723707
 
  uidnumber: 3723707
 
  userpassword: {crypt}asaxuo/VruTFM
 
  userpassword: {crypt}asaxuo/VruTFM
 +
 +
== Backup Notification ==
 +
<pre>
 +
objectclass ( sstObjectClass:39
 +
    NAME 'sstBackup'
 +
    SUP top AUXILIARY
 +
    MUST ( sstBackupIntervalHourly $ sstBackupIntervalDaily $ sstBackupIntervalWeekly $
 +
          sstBackupIntervalMonthly $ sstBackupIntervalYearly $
 +
          sstBackupLastSuccessfulBackup $ sstBackupWarningMissedDays $ sstBackupWarningMissedNumbers $
 +
          sstBackupWarningOn $ sstNotificationWarningMedium $ sstQuota )
 +
    MAY ( mobile $ sstBackupWarningMail ) )
 +
</pre>
 +
 +
The following table describes the different attributes:
 +
{| style="border-spacing:0;"
 +
| style="border-top:0.002cm solid #000000;border-bottom:0.002cm solid #000000;border-left:0.002cm solid #000000;border-right:none;padding:0.097cm;"| '''Attribute'''
 +
| style="border-top:0.002cm solid #000000;border-bottom:0.002cm solid #000000;border-left:0.002cm solid #000000;border-right:none;padding:0.097cm;"| <center>'''Existence'''</center>
 +
| style="border-top:0.002cm solid #000000;border-bottom:0.002cm solid #000000;border-left:0.002cm solid #000000;border-right:none;padding:0.097cm;"| <center>'''Mandatory'''</center>
 +
| style="border:0.002cm solid #000000;padding:0.097cm;"| '''Description'''
 +
 +
|-
 +
| style="border-top:none;border-bottom:0.002cm solid #000000;border-left:0.002cm solid #000000;border-right:none;padding:0.097cm;"| attribure
 +
| style="border-top:none;border-bottom:0.002cm solid #000000;border-left:0.002cm solid #000000;border-right:none;padding:0.097cm;"| <center>MUST</center>
 +
| style="border-top:none;border-bottom:0.002cm solid #000000;border-left:0.002cm solid #000000;border-right:none;padding:0.097cm;"| <center>x</center>
 +
| style="border-top:none;border-bottom:0.002cm solid #000000;border-left:0.002cm solid #000000;border-right:0.002cm solid #000000;padding:0.097cm;"| TBD.
 +
|}
 +
 +
Legend:
 +
* '''x''': Mandatory in all cases.
 +
 +
  
  
 
[[Category:OpenLDAP directory]][[Category:Services]]
 
[[Category:OpenLDAP directory]][[Category:Services]]

Revision as of 15:36, 25 July 2013

Backup

Backup Account

dn: ou=group,ou=backup,ou=service,o=stepping-stone,c=ch
objectclass: organizationalUnit
objectclass: top
ou: group
dn: cn=3723707,ou=group,ou=backup,ou=service,o=stepping-stone,c=ch
cn: 3723707
gidnumber: 3723707
objectclass: posixGroup
objectclass: top
dn: ou=hosts,ou=backup,ou=service,o=stepping-stone,c=ch
objectclass: organizationalUnit
objectclass: top
ou: hosts
dn: ou=people,ou=backup,ou=service,o=stepping-stone,c=ch
objectclass: organizationalUnit
objectclass: top
ou: people
dn: uid=3723707,ou=people,ou=backup,ou=service,o=stepping-stone,c=ch
adminuid: 3723707
cn: michael.eichenberger@stepping-stone.ch
gecos: Michael Eichenberger
gidnumber: 3723707
homedirectory: /var/backup/7/707/723/3723707/chroot/./home/3723707
loginshell: /bin/sh
memberofcustomeruid: 3723707
objectclass: top
objectclass: account
objectclass: posixAccount
objectclass: shadowAccount
objectclass: customerAdministration
shadowflag: 134539460
shadowlastchange: 11108
shadowmax: 99999
shadowwarning: 7
uid: 3723707
uidnumber: 3723707
userpassword: {crypt}asaxuo/VruTFM

Backup Notification

objectclass ( sstObjectClass:39
    NAME 'sstBackup'
    SUP top AUXILIARY
    MUST ( sstBackupIntervalHourly $ sstBackupIntervalDaily $ sstBackupIntervalWeekly $
           sstBackupIntervalMonthly $ sstBackupIntervalYearly $
           sstBackupLastSuccessfulBackup $ sstBackupWarningMissedDays $ sstBackupWarningMissedNumbers $
           sstBackupWarningOn $ sstNotificationWarningMedium $ sstQuota )
    MAY ( mobile $ sstBackupWarningMail ) )

The following table describes the different attributes:

Attribute
Existence
Mandatory
Description
attribure
MUST
x
TBD.

Legend:

  • x: Mandatory in all cases.