home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / EUDORA / finger.ini < prev    next >
INI File  |  1999-08-26  |  2KB  |  47 lines

  1. ; Date:    9/5/97
  2. ; Version: 1.0
  3. ;
  4. ; This file defines configuration data defined for the user by their system administrator.
  5. ; This configuration data defines how the Finger protocol driver is initialized when no 
  6. ; configuration data is present in the registry at startup.
  7. ;
  8. ; Note:
  9. ;
  10. ; 1) This file MUST appear in the same directory as the PH.DLL (finger) for it to work.
  11. ;
  12. ; 2) This file is ignored if the current LDAP client contains any existing configuration data.
  13. ;    If the user deletes all configuration data in the registry and then brings up the directory application
  14. ;    again then this data will be loaded.
  15. ;
  16. ; Format:
  17. ;
  18. ;    Sections-
  19. ;
  20. ;    [General]
  21. ;       ServerCount     This key identifie the number of servers that will be configured 
  22. ;                       by this file. This key must be present and set to a value greater 
  23. ;                       than zero for this file to have any effect.
  24. ;
  25. ;    The following sections are of the format: [Finger.(n)] where (n) identifies the zero-based
  26. ;    index of the server. For example, if the 'ServerCount' key above has the value of 2, there
  27. ;    would be 2 sections, [Finger.0] and [Finger.1]
  28. ;
  29. ;    [Finger.(n)]
  30. ;       HostName        The network host name of this server, e.g. "smtphost.qualcomm.com".
  31. ;       Port            The port number (usually 79).
  32. ;       ServerName      The user-friendly name with which this server will be identified.
  33. ;
  34. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  35.  
  36. [General]
  37. ServerCount=1
  38.  
  39. [Finger.0]
  40. HostName="smtphost.qualcomm.com"
  41. Port=79
  42. ServerName="Qualcomm Finger Server"
  43.  
  44.  
  45.  
  46.  
  47.