/oper in linked servers

These are old archives. They are kept for historic purposes only.
Post Reply
Fill
Posts: 8
Joined: Mon Mar 19, 2007 7:34 pm

/oper in linked servers

Post 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?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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.
Fill
Posts: 8
Joined: Mon Mar 19, 2007 7:34 pm

Post by Fill »

ok, i think i'll follow the second option

thanks for the help
Post Reply