# Server: Specifies the host name or IP address for the Active 
Server = "91.192.0.185"
#--------------------------------------------------------------------
# Domain: Specifies the domain to be used when authenticating to
# access the Active Directory server.
Domain = "domain1"
#--------------------------------------------------------------------
# DN: Specifies the distinguished name in Active Directory under
# which the user and group objects are located. (LDAP path).
DN = "dc=domain1,dc=helion,dc=com,dc=pl"
#--------------------------------------------------------------------
# Group: Sets the security group in Active Directory to which 
# users must be members to pass authentication. 
Group = "vpnusers"
#--------------------------------------------------------------------
# When set to "ON" this setting will log successful user logins.
# Errors and Warnings are always logged. Use the Even Viewer in
# Windows to see the logs.
Logging = "On"
