home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / APCHSSL2.ZIP / OS2HTTPD / public / vhostdata / htdocs / .htaccess next >
Encoding:
Text File  |  1998-12-12  |  554 b   |  16 lines

  1. AuthName                       "mSQL_realm"
  2. AuthType                       basic
  3. Auth_MSQLhost                  dehua
  4. Auth_MSQLdatabase              UserBase
  5. Auth_MSQLpwd_table             userpassword
  6. Auth_MSQLuid_field             Userid
  7. Auth_MSQLpwd_field             Password
  8. Auth_MSQLgrp_table             userpassword
  9. Auth_MSQLgrp_field             Xgroup
  10. Auth_MSQL_nopasswd             off
  11. Auth_MSQL_Authorative          on
  12. Auth_MSQL_EncryptedPasswords   off
  13. require valid-user
  14. #  require user smith jones
  15. #  require group has_paid
  16.