View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002175 | unreal | ircd | public | 2004-11-13 09:46 | 2004-11-13 09:52 |
| Reporter | TimeFX | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Product Version | 3.2.2 | ||||
| Summary | 0002175: md5 passwords not working | ||||
| Description | And me again 8) I tried to use md5 passwords for oper block and drpass block, but I wasn't able to login - I tried crypt and it works. | ||||
| Additional Information | password "d23b77f6594a465a9042c235ec8ac3a1" { md5; } password d23b77f6594a465a9042c235ec8ac3a1 { md5; } password "d23b77f6594a465a9042c235ec8ac3a1" { "md5"; } password d23b77f6594a465a9042c235ec8ac3a1 { "md5"; } all not working | ||||
| 3rd party modules | |||||
|
|
because --> password "d23b77f6594a465a9042c235ec8ac3a1" { md5; } should be : password "MD5_password" { md5; } ; I have all my passwords MD5 / ripemd160 and ALL works. |
|
|
You must use the '/mkpasswd md5 <pass>' command or './unreal mkpasswd md5 blah', Unreal has it's own (more secure) way of encoding md5/sha1/ripemd160 passwords. |