View Issue Details

IDProjectCategoryView StatusLast Update
0002635unrealircdpublic2007-04-27 04:44
ReporterStealth Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwont fix 
Product Version3.2.3 
Summary0002635: allow::options::nopasscont doesnt work?
DescriptionIt 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

Activities

syzop

2005-09-06 22:16

administrator   ~0010445

Last edited: 2005-09-06 22:16

"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.

Stealth

2005-09-07 03:34

reporter   ~0010446

Hmmm... both my identd and username were changed, and I don't think I have anything blocking identd...

Stealth

2005-09-07 04:16

reporter   ~0010447

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.

Issue History

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 stskeeps Status new => closed
2007-04-27 04:44 stskeeps Resolution open => wont fix