Anope Support > 2.0.x/1.9.x Support

UnrealIRCd 5.0.1 + Anope 2.0.9 -OperServ- Problem

<< < (2/3) > >>

nicola:
do you need to change here?


--- Code: ---#oper
{
/* The nickname of this services oper */
#name = "nick1"

/* The opertype this person will have */
type = "Services Root"

/* If set, the user must be an oper on the IRCd to gain their Services
* oper privileges.
*/
require_oper = yes

/* An optional password. If defined, the user must login using "/OPERSERV LOGIN" first */
#password = "secret"

/* An optional SSL fingerprint. If defined, it's required to be able to use this opertype. */
#certfp = "ed3383b3f7d74e89433ddaa4a6e5b2d7"

/* An optional list of user@host masks. If defined the user must be connected from one of them */
#host = "*@*.anope.org ident@*"

/* An optional vHost to set on users who identify for this oper block.
* This will override HostServ vHosts, and may not be available on all IRCds
*/
#vhost = "oper.mynet"
}

#oper
{
name = "nick2"
type = "Services Administrator"
--- End code ---

wilco:
did it work ?

nicola:

--- Quote from: wilco on April 02, 2021, 05:49:01 PM ---did it work ?

--- End quote ---

Not work

PeGaSuS:
Are services U-Lined on UnrealIRCd?
Search for https://github.com/unrealircd/unrealircd/blob/unreal50/doc/conf/examples/example.conf#L251-L253 on your unrealircd.conf and make sure that your services server name is there. if not, add it, rehash UnrealIRCd and restart Anope.
That must match the server name specified on Anope on lines https://github.com/anope/anope/blob/2.0/data/example.conf#L93 and https://github.com/anope/anope/blob/2.0/data/example.conf#L209

nicola:
The services link perfectly, the problem I think is in the Oper Access Config, but I don't find a possible error


I changed this part, I access operserv but not with full powers.


--- Code: ---#oper
{
/* The nickname of this services oper */
#name = "nick1"

/* The opertype this person will have */
type = "Services Root"

/* If set, the user must be an oper on the IRCd to gain their Services
* oper privileges.
*/
require_oper = yes

/* An optional password. If defined, the user must login using "/OPERSERV LOGIN" first */
#password = "secret"

/* An optional SSL fingerprint. If defined, it's required to be able to use this opertype. */
#certfp = "ed3383b3f7d74e89433ddaa4a6e5b2d7"

/* An optional list of user@host masks. If defined the user must be connected from one of them */
#host = "*@*.anope.org ident@*"

/* An optional vHost to set on users who identify for this oper block.
* This will override HostServ vHosts, and may not be available on all IRCds
*/
#vhost = "oper.mynet"
}
--- End code ---




--- Code: ----OperServ- OperServ commands:
-OperServ-     HELP           Displays this list and give information about commands
-OperServ-     LOGIN          Login to OperServ
-OperServ-     LOGOUT         Logout from OperServ
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version