Package: oidentd
Version: 2.0.8-10+b1
Severity: normal

Dear Maintainer,

I try to modify the reply of a particular user to an ident request with oidentd.
For this I modify the /etc/oidentd.conf file with this in it :

# Configuration for oidentd
# see oidentd.conf(5)
#
default {
    default {
        deny spoof
        deny spoof_all
        deny spoof_privport
        allow random
        allow random_numeric
        allow numeric
        deny hide
    }
}

# you may want to hide root connections
#user "root" {
#       default
#       {
#               force
#               reply
#               "UNKNOWN"
#       }
#}

user someuser {
    default {
        allow spoof
    }

    to 138.231.136.62 lport 55410 from 138.231.136.12 fport 6669 {
        reply "plop"
    }
}


Where someuser is a valid user on the system.

When I try to start the oidentd daemon with this configuration file, it fail to
start and report a error in the file pointing to the line:
    to 138.231.136.62 lport 55410 from 138.231.136.12 fport 6669 {
But this line seems to be valid regarding the manual.


-- System Information:
Debian Release: 9.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages oidentd depends on:
ii  adduser    3.115
ii  iproute2   4.9.0-1+deb9u1
ii  libc6      2.24-11+deb9u3
ii  lsb-base   9.20161125
ii  net-tools  1.60+git20161116.90da8a0-1
ii  netbase    5.4

oidentd recommends no packages.

oidentd suggests no packages.

-- Configuration Files:
/etc/oidentd.conf changed [not included]

-- no debconf information

Reply via email to