Changes

Jump to: navigation, search

stoney backup: Notification Overview

1,168 bytes added, 10:30, 31 January 2014
/* Who will receive notification mails */
= Who will receive notification mails =
If one (or more) of the [[#Tasks | tasks]] result in sending an error message, the notification scripts collects the mail addresses to whom it must send the message(s) from the LDAP directory backend in the following way.:
== Customer / User ==
# Check if the customer / user must be informed
#* If <code>sstBackupWarnings</code> of the accounts backend (LDAP directory) entry is set to <code>TRUE</code>, the customer / user has to be informed
#* If <code>sstBackupWarnings</code> of the accounts backend (LDAP directory) entry is set to <code>FALSE</code>, the customer / user does not have to be informed
# Check if the account itself has some E-Mail addresses attached
#* Check if the LDAP attribute <code>mail</code> exists for the accounts backend (LDAP directory) entry.
#** If yes, send the mail to all (the attribute <code>mail</code> is multivalued, see [[...]]) addresses specified in the attribute <code>mail</code>
#** If not, check to whom the accounts belongs
# Check to which person the backup accounts belongs
#* Read the attribute <code>sstBelongsToPersonUID</code> and search the given person UID in the backend (LDAP directory).
#* Read the attibute <code>mail</code> from the persons bachend (LDAP directory) entry retrieved form the previous serach
#* Send the mail to all (the attribute <code>mail</code> is multivalued, see [[...]]) addresses specified in the attribute <code>mail</code>
 
== Reseller ==
486
edits