benluteijn / redis

Automatically exported from code.google.com/p/redis
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Auth does not work #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.edit redis.conf uncommented "requirepass foobared"
2.restart redis
3.send AUTH any password

What is the expected output? What do you see instead?
should return an error but returned Ok

What version of the product are you using? On what operating system?
1.1.91

Please provide any additional information below.

Original issue reported on code.google.com by heqd2...@gmail.com on 10 Dec 2009 at 2:58

GoogleCodeExporter commented 9 years ago
Can't reproduce:

Escape character is '^]'.
auth dsfsdf
-ERR invalid password
auth foobar
-ERR invalid password
auth foo
+OK

Please can you check this issue again? Thanks

Original comment by anti...@gmail.com on 15 Dec 2009 at 9:09

GoogleCodeExporter commented 9 years ago

Original comment by anti...@gmail.com on 23 Aug 2010 at 4:11