|
|
|
New Schema for fsuEduAdSamaAccountName and fsuEduAdMail
A new script is created for populating fsuEduAdMail with SMTP addresses and their corresponding Active Directory accounts. The script is at /root/fsuEduAdSamaAccountName/fsuEduAdMail.pl. We now have fsuEduSamaAccountName which houses all ‘associated’ active directory accounts and fsuEduAdMail which houses a list of all SMTP/email addresses.
The format of the value in fsuEduAdSamaAccountName is
[AD UserId]@[AD Name] or [AD UserId]@[one SMTP/email domain under the AD Name]
The AD SMTP/email address is saved in the fsuEduAdMail. The format of the fsuEduAdMail is
[the proper value in fsuEduAdSamaAccountName]->[email address]
See the email domains in Active Directory
For example, the "FSU AD" has many SMTP/email domains, such as @admin.fsu.edu, @campus.fsu.edu, @law.fsu.edu, etc.
Person A has an FSU AD user ID "psa" and email addresses "persona@admin.fsu.edu" and "person@law.fsu.edu". Then the value in fsuEduAdSamaAccountName can be "psa@admin.fsu.edu". The value in fsuEduAdMail will be "psa@admin.fsu.edu->persona@admin.fsu.edu" and "psa@admin.fsu.edu->person@law.fsu.edu".
If person B has an FSU AD user ID "psb" and has no email address in this AD, the value in fsuEduAdSamaAccountName will be "psb@FSU AD".
No FSU AD email address is saved in fsuEduAdMail.
|