Changes

Jump to: navigation, search

stoney backup: prov-backup-rsnapshot

338 bytes added, 11:29, 12 August 2013
/* Communication with LDAP */
= Communication with LDAP =
The daemon "communicates" with the LDAP to let other processes know its current state. The important attributes therefore are '''sstProvisioningMode''' and '''sstProvisioningState''' in the given Backup-Account entry. The sequence is defined for adding, modifying or deleting an entry. The preconditions for all three modi are:* sstProvisioningMode is set to add, modify or delete* sstProvisioningState is set to 0* sstProvisioningDate is set to 0 or the current date (format: YYYYMMDD)
== Add ==
Precondition:
<source lang="ldif">
...
sstProvisioningMode: add
sstProvisioningState: 0
sstProvisioningDate: 0
...
</source>
[[Category: Services]][[Category: Provisioning]]
486
edits