Need (or want) to install poppassd service on my box
I think I do the right steps... but it isnt working
This is my test and the result --- any ideas
Version of poppassd 1.8.3
location /usr/local/bin/poppassd
configuration of /etc/xinetd.d/poppassd
# Use web based PopPass + PAM to change password for local/LDAP users.
service poppassd
{
disable = no
flags = REUSE
socket_type = stream
instances = UNLIMITED
per_source = UNLIMITED
protocol = tcp
wait = no
user = root
server = /usr/local/bin/poppassd
}
telnet localhost 106
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
Leonardo Schurjin