oper mode error

These are old archives. They are kept for historic purposes only.
Post Reply
Randyjc
Posts: 2
Joined: Fri Jan 07, 2005 4:50 pm

oper mode error

Post by Randyjc »

i have in the .conf file setted up my host en ident to my own server correctly

but there is a user still capable to log in.. he says he has a hack for it because unreal is buggy but i searched my conf file many times and i dont find a link to him so =/ how is this possible?

RandyJC

i have it like this:

Code: Select all

oper RandyJC {
        class           clients;
        from {
                userhost RandyJC@*.cb3rob.net;
        };
        password "******";
        flags
        {
                netadmin;
                can_zline;
                can_gzline;
                can_gkline;
                global;
        };
};
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Don't give him the password? :D

There shouldn't be such huge bugs in the current version, I think.


You should follow the Security Checklist in the Documentation:
http://www.vulnscan.org/UnrealIRCd/unre ... l#security
Ron2K

Post by Ron2K »

And just emphasizing a point made in the security checklist - always encrypt your passwords. :P
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

I think he was referring to the from { userhost }; part. Unfortunatly, I personally know Unreal checks the userhost and works.

The only way to figure out what is wrong is to either get one of the coders to go over all the code and see if they can find any "exploits", or get him to tell you what he is doing.
Randyjc
Posts: 2
Joined: Fri Jan 07, 2005 4:50 pm

Post by Randyjc »

ok i'm gonna check some things out then..
Post Reply