Page 1 of 1

/oper in linked servers

Posted: Tue Apr 10, 2007 9:01 pm
by Fill
Hey everyone, I'm with a little doubt.

I have a small irc network and i wanted all the oper blocks only in my unrealircd.conf

I did that, all the opers are in my *.conf, and who connects to my server is able to /oper and to login successfuly.

However the users that connect to the other linked server, are not able to /oper ... it gives "Unknown oper" message. Yes, it is because in that *.conf file there are no opers. But how can i configure the servers so an oper connected in server two can login to his oper account that is written in the *.conf of server one?

Posted: Wed Apr 11, 2007 8:12 am
by Jobe
You have 2 options:

1. copy the oper blocks over to the second server
2. use remote includes to include a seperate file containing all the oper blocks in both configs.

Otherwise oper blocks are local to the server's config in which they appear only. Just like how ban * blocks in an unrealircd.conf file are only enforced on the server whos config they appear in.

Posted: Wed Apr 11, 2007 3:03 pm
by Fill
ok, i think i'll follow the second option

thanks for the help