The Setup Page is used to configure SourceCode Control integration, Email and the Active Directory domain (if used) for Dragnet.
You must be an Admin user or member of the Admin Group to access the setup page.
Choose the SourceCode Control Provider from the dropdown list. Currently, the SourceCode Control systems that integrate with Dragnet are SourceGear Vault and SourceOffSite. The SourceCode Control URL must also be configured to enable SourceCode integration.
If Vault is your SourceCode Control provider, enter the URL for the Vault server in the following format:
http://servername/Vaultservice
If Vault is on a port other than 80 ( non-secure connections) or 443 (secure connections) the port must also be included in the URL.
https://servername:port/Vaultservice
If SourceOffSite is your SourceCode Control provider, enter the SourceOffSite server and port in the following format:
servername:port
Fill out the email section to send email notifications for item additions and modifications in Dragnet.
▪ SMTP Server Your SMTP server name or IP address. This is a required field.
▪ Return Address This is the address that will appear in the from field for the email notification. This is a required field. If the Return Address is empty, email notifications will not work.
▪ Dragnet URL for Links This is the URL that will be displayed for the link to Dragnet email notification messages. By default this value is set to the URL that Dragnet was installed to, for example http://servername.domain.com/Dragnet.
▪ SMTP Server Port Your SMTP server port. The default is 25. This is a required field.
▪ SMTP Connection Timeout The number of seconds to wait for a connection to be established with the SMTP service before timing out. The default is 30. This is a required field.
▪ Use SMTP SSL Check this option if you want to use a secure SMTP connection. The default is unchecked.
▪ SMTP Authentication Type The SMTP Authentication Type can be configured if authentication is required to send SMTP messages. Choose your SMTP authentication type from the drop down list. The Authentication Types are None, Basic and Windows. If the SMTP Authentication Type is set to Windows or Basic, the SMTP Username and SMTP password fields must also be filled out. None is select for the Authentication Type by default.
▪ SMTP Username If using Basic or Windows SMTP Authentication, enter the username that Dragnet will use to connect to the SMTP server here.
▪ SMTP Password If using Basic or Windows SMTP Authentication, enter the password that Dragnet will use to connect to the SMTP server here.
To allow Dragnet Users to use Active Directory for Dragnet authentication, fill in the Active Directory Domain. If a value is entered for the Active Directory Domain, Active Directory will be listed as an authentication option in the Add and Modify user forms.
In order to use Active Directory to authenticate user passwords, Dragnet must be impersonating a domain user. In the Dragnet web.config file, verify that the following key is uncommented and is configured with a valid domain user account:
<IMPERSONATEPROCESS-identity impersonate="true" userName="DOMAIN\username" password="plainpwd"/>