home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 May / APC452.ISO / netkit / xitami / xitami.exe / XITAMI.AUT < prev    next >
Encoding:
Text File  |  1998-10-02  |  964 b   |  33 lines

  1. #   This section defines the password for the browser-based administration
  2. #   screens.  When you install Xitami, the initial password is '-', meaning
  3. #   'no access'.  We don't like default passwords.  You should change both
  4. #   the user name and password to something safe.
  5. #
  6. #   Special entries:
  7. #       webmask       include/exclude specific IP addresses
  8. #       realm         realm for authentication
  9. #       http-put      allow HTTP PUT method
  10. #       http-delete   allow HTTP DELETE method
  11. #       all=*         allow access to all users
  12. #*END
  13. [/admin]
  14.     Admin=-             #   By default, admin access is disabled
  15. #   Admin=LinPopTea
  16.     Webmask=local       #   <== when 'local', remote access is not allowed
  17.  
  18. [Private]
  19.     Jacky=robusta
  20.     Jonas=realtime
  21.     Sarah=arabica
  22.     Webmask=127.0.0.1
  23.  
  24. [Documention]
  25.     all=*
  26.     webmask=local
  27.  
  28. [Stats]
  29.     Admin=QzeCat96
  30.     Root=PakYupTon
  31.     http-put=1
  32.     http-delete=1
  33.