Page 1 of 1
Password Incorrect
Posted: Fri Oct 22, 2004 9:48 pm
by Magical
hey!
When I try to oper, I "Password Incorrect"
I tried with different idents, like *@* myident@* and so on.
The password IS correct, and I know it's case sensetive.
Tried with different oper-syntaxes aswell, like:
/oper nick pass
/oper pass nick
/oper nick
/oper pass
Tried changing password and username, still won't work. Keeps saying "Password Incorrect".
Using plain text for pass, no encryption.
Running latest Unreal IRCd on Windows XP.
Any ideas? :S
Cheers guys!
Posted: Sat Oct 23, 2004 5:00 am
by Plasma
Have you restarted the server (or rehashed the config file) for the changes to take effect?
Posted: Sat Oct 23, 2004 10:21 am
by Magical
Plasma wrote:Have you restarted the server (or rehashed the config file) for the changes to take effect?
Yes, restarted/rehashed Unreal IRCd, and reconnected to the network with my oper-client.

Posted: Sat Oct 23, 2004 10:43 am
by Dukat
Type
/stats o and check, if your oper block is appearing.
The correct syntax is
/oper <login> <password>, you don't need to try anything else
Oh, and:
Are you using any scripts in your IRC Client?
Posted: Sat Oct 23, 2004 12:29 pm
by Plasma
Oh, and paste what you have here in your oper block that will help.
Posted: Sat Oct 23, 2004 3:06 pm
by katsklaw
If you are using a script as Dukat asked try: /quote oper <login> <pass>
If that works then your script is modifying the output of the /oper command.
Posted: Sun Oct 24, 2004 5:45 pm
by Magical
katsklaw wrote:If you are using a script as Dukat asked try: /quote oper <login> <pass>
If that works then your script is modifying the output of the /oper command.
Using my own script. Tried the above, did not work.
Oper-block:
oper magic {
class clients;
from {
userhost [email protected];
};
password "ballen111";
flags {
netadmin;
global;
};
};
Tried with userhosts such as *@* and magic@* aswell.
Posted: Sun Oct 24, 2004 5:55 pm
by Dukat
And what's the output of /stats o now?
Posted: Sun Oct 24, 2004 6:18 pm
by katsklaw
Posted: Sun Oct 24, 2004 6:40 pm
by Magical
Dukat wrote:And what's the output of /stats o now?
Ah, haven't set it to a public stat yet, sec.
Posted: Sun Oct 24, 2004 6:40 pm
by Magical
katsklaw wrote:and your typing:
yes indeed
Posted: Mon Oct 25, 2004 12:24 pm
by Magical
It works now, thanks for all help guys!