diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-03 03:10:56 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-03 03:10:56 +0000 |
commit | e9d477aba3bbc084c0a7872e4eaf725e2689e4a6 (patch) | |
tree | 7f6a514fab405c4de2bb983f601af2dbb3cfdc5d /test/auth | |
parent | 71213595260923f9d7cc7d41bb8b7b6227c1da01 (diff) | |
download | luasocket-e9d477aba3bbc084c0a7872e4eaf725e2689e4a6.tar.gz luasocket-e9d477aba3bbc084c0a7872e4eaf725e2689e4a6.tar.bz2 luasocket-e9d477aba3bbc084c0a7872e4eaf725e2689e4a6.zip |
Final patches...
Diffstat (limited to 'test/auth')
-rw-r--r-- | test/auth/.htaccess | 2 | ||||
-rw-r--r-- | test/auth/.htpasswd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/auth/.htaccess b/test/auth/.htaccess index 31e1123..b9f100e 100644 --- a/test/auth/.htaccess +++ b/test/auth/.htaccess | |||
@@ -1,4 +1,4 @@ | |||
1 | AuthName "Test Realm" | 1 | AuthName "Test Realm" |
2 | AuthType Basic | 2 | AuthType Basic |
3 | AuthUserFile /Users/diego/tec/luasocket/test/auth/.htpasswd | 3 | AuthUserFile /home/diego/tec/luasocket/test/auth/.htpasswd |
4 | require valid-user | 4 | require valid-user |
diff --git a/test/auth/.htpasswd b/test/auth/.htpasswd index 824bac9..fd9002b 100644 --- a/test/auth/.htpasswd +++ b/test/auth/.htpasswd | |||
@@ -1 +1 @@ | |||
luasocket:JFMQjUyOPu3yk | luasocket:l8n2npozPB.sQ | ||