Oper Flags & Levels do not give correct permissions.
Posted: Sun Feb 06, 2005 9:51 pm
Ok, well I hope you guys don't make me look stupid for this one, but I am totally stumped. As I have said before (heh) I have read the UnrealIRCd Documentation, and am following it closely and referencing it for the problem I am experiencing.
Some of my opers have complained that they are unable to perform normal network duties. Examples, they are unable to rehash a NON local server. Permission Denied.
I begain by trying to duplicate and simulate this problem, however, it happened before I even had a chance to set it. My oper block looks like:
However, when I connect I experience many problems. First being that I am kick/banned from a +O channel for not being allowed.
Second, I am unable to rehash, Permission Denied.
Third, I whois myself and recieve this:
XanaX is a Local IRC Operator
... Why is this happening? A Local Oper? With netadmin?
Some of my opers have complained that they are unable to perform normal network duties. Examples, they are unable to rehash a NON local server. Permission Denied.
I begain by trying to duplicate and simulate this problem, however, it happened before I even had a chance to set it. My oper block looks like:
Code: Select all
oper darvocet {
from {
userhost *@adsl-*.dsl.isp.net;
userhost *@*.dialup.isp.net;
};
password "*************" { crypt; };
flags WvHq;
flags {
netadmin;
can_gkline;
can_gzline;
can_zline;
global;
class ircops;
snomask cFfkejvGnq;
maxlogins 3;
};Second, I am unable to rehash, Permission Denied.
Third, I whois myself and recieve this:
XanaX is a Local IRC Operator
... Why is this happening? A Local Oper? With netadmin?