Search found 5 matches

by LBB
Thu Apr 07, 2005 10:42 am
Forum: Services
Topic: Duplicate allow channel & local oper
Replies: 5
Views: 3572

Ok for allow channel, but for the oper::oflags, here's my oper configuration.

oper LBB {
class clients;
from {
userhost *@*;
};
password "MyPassword";
flags
{
can_override;
};
};

Is "can_override" the good choice to have the right only of "oper" to give Op, Kick, Kick & Ban ?
I don't ...
by LBB
Sun Apr 03, 2005 9:56 am
Forum: Services
Topic: Duplicate allow channel & local oper
Replies: 5
Views: 3572

Duplicate allow channel & local oper

Hello,

I've this errors since I update to UnrealIRCD 3.2.3 ... :

*** Notice -- Loading IRCd configuration ..
*** Notice -- [warning] unrealircd.conf:164: Duplicate allow channel::channel directive
*** Notice -- [warning] unrealircd.conf:165: Duplicate allow channel::channel directive
*** Notice ...
by LBB
Sat Dec 18, 2004 5:19 pm
Forum: Unreal 3.2 Support
Topic: How to sign UnrealIRCD 3.2.2 SSL certificate
Replies: 5
Views: 3635

Hum, thanks...

This mean each client need a root cacert :cry: ?!
by LBB
Thu Dec 16, 2004 9:13 pm
Forum: Unreal 3.2 Support
Topic: How to sign UnrealIRCD 3.2.2 SSL certificate
Replies: 5
Views: 3635

Thanks for your reply.

But ...

What I have do :
openssl req -nodes -new -keyout server.key.pem -out server.csr

I put the content of server.csr on Cacert.org and return the Certificate signed by us on server.cert.pem

I have this error now :
Verify E: unable to get local issuer certificate.? (20 ...
by LBB
Thu Dec 16, 2004 2:28 am
Forum: Unreal 3.2 Support
Topic: How to sign UnrealIRCD 3.2.2 SSL certificate
Replies: 5
Views: 3635

How to sign UnrealIRCD 3.2.2 SSL certificate

Hello,

I'm new on this forum.

Please, How to sign a UnrealIRCD certificate using cacert.org ?

I haven't found not any howto's, step-by-step tutorials to how to proceed...


Verify E: self signed certificate.? (18) -- Ignored


Thanks in advance.

p.s. :
- I'm on a Linux Box Debian Woody RC3 with ...