Using SAT with Active Directory

The Secure AD Hoc Transfer (SAT) module can work with Active Directory (AD) authentication.

To make AD work with SAT, edit the following configuration:

For example, to populate the Secure Ad Hoc web page and lock the From field, you would edit the following variables:

"UseADExtensions" value="True"

"AD-SetFromFieldWithEmail" value="True"

"SearchFilter" value="(&(objectClass=person)(|(sAMAccountName=%USER.LOGIN%)(userPrincipalName=%USER.LOGIN%)(mail=%USER.LOGIN%)))"

"Attributes" value="cn,sAMAccountName,userPrincipalName,mail,displayName,sn"

"Scope" value="Subtree"

"UseConfiguredDomainAccount" value="Secure"

"SenderEmailDisplayAttribute" value="mail"

"LockFromField"="True"

(LockFromField is one of the Global variables)

Refer to Editing the Configuration File for more variables and information about editing the SAT configuration file.