Oper Flags & Levels do not give correct permissions.

These are old archives. They are kept for historic purposes only.
Post Reply
Darvocet
Posts: 105
Joined: Sun Jun 27, 2004 6:40 am
Location: Houston, TX
Contact:

Oper Flags & Levels do not give correct permissions.

Post by Darvocet »

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:

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;
};
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?
- Darvocet
Sr. Network Admin: EpicIRC.Net
Darvocet
Posts: 105
Joined: Sun Jun 27, 2004 6:40 am
Location: Houston, TX
Contact:

Re: Oper Flags & Levels do not give correct permissions.

Post by Darvocet »

Stealth solved it he is a genious. :P
- Darvocet
Sr. Network Admin: EpicIRC.Net
Post Reply