diff options
Diffstat (limited to 'security/oidentd/files/oidentd.conf.sample')
-rw-r--r-- | security/oidentd/files/oidentd.conf.sample | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/oidentd/files/oidentd.conf.sample b/security/oidentd/files/oidentd.conf.sample new file mode 100644 index 000000000000..9cbd9cbb06af --- /dev/null +++ b/security/oidentd/files/oidentd.conf.sample @@ -0,0 +1,24 @@ +default { + default { + allow spoof + deny spoof_all + deny spoof_privport + allow random_numeric + allow numeric + allow hide + } +} + +user root { + default { + force reply "UNKNOWN" + } +} + +#user eggdrop { +# default { +# allow spoof +# allow spoof_all +# allow spoof_privport +# } +#} |