View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002635 | unreal | ircd | public | 2005-09-06 15:44 | 2007-04-27 04:44 |
| Reporter | Stealth | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | wont fix | ||
| Product Version | 3.2.3 | ||||
| Summary | 0002635: allow::options::nopasscont doesnt work? | ||||
| Description | It seems allow::options::nopasscont doesn't work, or is broken in some way. When using: allow { ip *java@*; hostname *java@*; class clients; maxperip 2; }; allow { ip *@*; hostname *@*; class default; maxperip 5; password "moocowsrulemyworld"; options { nopasscont; }; }; Having the username "java" will still not allow me to connect with the error: "You are not authorized to connect to this server". | ||||
| Additional Information | -> localhost NICK JensProperty -> localhost USER java "" "localhost" :sadjkashd <- :irc.moocows.com NOTICE JensProperty :*** If you are having problems connecting due to ping timeouts, please type /quote pong 30E280F6 or /raw pong 30E280F6 now. <- PING :30E280F6 -> localhost PONG :30E280F6 <- ERROR :Closing Link: JensProperty[127.0.0.1] (You are not authorized to connect to this server) | ||||
| 3rd party modules | |||||
|
|
"You are not authorized to connect to this server" means no allow { } blocks matched. It works perfectly fine here (if I replace 'java' with 'syzop' and test it on my own machine), so probably something is wrong in regards to identd @ your server. Or, if you disabled identd or want to ignore identd, then you need allow::options::noidentd if you want to match against the user supplied username. |
|
|
Hmmm... both my identd and username were changed, and I don't think I have anything blocking identd... |
|
|
Here is why it did not work: There needs to be either set::options::identd-check or allow::options::noident. If none of those are not in the conf, then you will not be able to connect to ident-specific classes. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-09-06 15:44 | Stealth | New Issue | |
| 2005-09-06 22:16 | syzop | Note Added: 0010445 | |
| 2005-09-06 22:16 | syzop | Note Edited: 0010445 | |
| 2005-09-07 03:34 | Stealth | Note Added: 0010446 | |
| 2005-09-07 04:16 | Stealth | Note Added: 0010447 | |
| 2007-04-27 04:44 |
|
Status | new => closed |
| 2007-04-27 04:44 |
|
Resolution | open => wont fix |