As Eglide welcomes IRC activities, we need an oidentd server with the following rules:
- use account name by default
- can spoof any alphanumerical string
- can't spoof other user account name
This required the software an an /etc/oidentd.conf like:
default {
default {
allow spoof
deny spoof_all
deny spoof_privport
allow random_numeric
allow numeric
allow hide
}
}
user root {
default {
force reply "alexander"
}
}Problem we have
Currently, we don't listen to the oidentd requests.
As Scaleway redirects a public IP to a private IP, does oidentd handle that correctly?