home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bos225b2.zip / xitami.aut < prev    next >
Text File  |  1999-06-04  |  940b  |  32 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.  
  23. [Documention]
  24.     all=*
  25.     webmask=local
  26.  
  27. [Stats]
  28.     Admin=QzeCat96
  29.     Root=PakYupTon
  30.     http-put=1
  31.     http-delete=1
  32.