Changes

Jump to: navigation, search

stoney backup: Notification Overview

371 bytes added, 10:35, 31 January 2014
/* Customer / User */
== 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> AND <code>sstNotificationWarningMedium</code> is set to <code>mail</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> OR <code>sstNotificationWarningMedium</code> is not set to <code>mail</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 [[...stoney_backup:_OpenLDAP_directory_data_organisation#Backup_Account_Example | OpenLDAP directory data organisation]]) 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 [[...stoney_backup:_OpenLDAP_directory_data_organisation#Backup_Account_Example | OpenLDAP directory data organisation]]) addresses specified in the attribute <code>mail</code>
== Reseller ==
486
edits