[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: poppassd service HELP



I use this /etc/xinetd.d/poppassd:

service poppassd
{
       disable = no
       socket_type             = stream
       wait                    = no
       user                    = root
       server                  = /usr/local/sbin/poppassd
       log_on_success  += HOST DURATION
       log_on_failure  += HOST
       only_from = 127.0.0.1
}

Also check /etc/pam.d some versions of poppassd use the entry for passwd and others use its own entry, check the source.

schurjin wrote:

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











[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]