home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-08-24 | 3.7 KB | 96 lines |
- ; Colligo Workgroup Edition V3.2 INI File
-
- ; This INI file contains user preference and company policy settings.
- ; Your company IT department can alter these values and redistribute
- ; the new settings at any time. Settings are assigned using either a
- ; "=" or a ":=". The "=" specifies a default for the case where no
- ; registry entry already exists for this setting, i.e. the first time
- ; Colligo is installed. The ":=" provides an override that always
- ; replaces any value that already exists for this setting in the
- ; registry.
-
- ;-----------------------------------------------------------------------------------------------------------------------
- ; UI Preferences
- ;-----------------------------------------------------------------------------------------------------------------------
-
- [General]
-
- ; Setting Name: LaunchAtStartup
- ; Description: Use this to select if Colligo is automatically launched on windows startup. Range is 0: false or 1: true
- ; Default: FALSE
- LaunchAtStartup = 0
-
- ; Setting Name: StartMinFlag
- ; Description: This flag is used for window sizing when app starts up. StartMinFlag of 0 means application will start with
- ; full screen. StartMinFlag of 1 means application will start and window is minimized
- StartMinFlag = 0
-
- ; Setting Name: MMS_DisplaySetting
- ; Description: This controls how you view other users
- ; Custom name : 0
- ; Windows Login Name : 1
- ; Machine name : 2
-
-
- MMS_DisplaySetting = 0
-
- ; Setting Name: DUC
- ; Description: Disable Update Check
-
-
- DUC = 0
-
- [/General]
-
- ;-----------------------------------------------------------------------------------------------------------------------
- ; MDOX Preferences
- ;-----------------------------------------------------------------------------------------------------------------------
-
- [MDOX]
-
- ; Setting Name: UDPPort
- ; Description: This value corresponds to the UDP Port that the discovery packets are sent to
- UDPPort = 7550
-
- ; Setting Name: TCPPort -
- ; Description: This value corresponds to the TCP port that the Colligo Application communicates on
-
- TCPPort := 7550
- TTL := 3
-
- [/MDOX]
-
-
- ;-----------------------------------------------------------------------------------------------------------------------
- ; Security Preferences
- ;-----------------------------------------------------------------------------------------------------------------------
-
- [Security]
-
- ; Setting Name: EnforceSecurity
- ; Description: When this is set to 0, users are allowed to enable/disable security. The checkbox
- ; in the security preferences tab is enabled. When set to 1, this prevents users from
- ; enabling/disabling security. The checkbox in the security preferences tab is greyed out.
- EnforceSecurity := 0
-
- ; Setting Name: SecurityEnabled
- ; Description: Determines whether or not security is enabled. Set to 1 to enable security, set to 0
- ; to disable security. By default, security is enabled and the user may disable it
- ; through the UI. If EnforceSecurity is set to 1, the user may not change this preference
- ; through the UI.
- ;SecurityEnabled := 1
-
- ; Setting Name: CertificateLifetime
- ; Description: This determines the lifetime of a certificate in months. When the user generates a certificate
- ; it will be valid for the specified number of months. When the certificate expires, the user
- ; will have to regenerate his/her certificate and reauthenticate with his/her colleagues.
- CertificateLifetime := 12
-
- [/Security]
-
- ;---------------------------------------------------------------------
- ; Card Control
- ;---------------------------------------------------------------------
- [Instant Network]
- EWC := 0
- [/Instant Network]