euh
ptit problem avec poppassd
si kelkun a le courage ?
voici les diagnostics:
Code :
- pana root # cat /etc/services | grep 106
- #3com-tsmux 106/tcp poppassd
- #3com-tsmux 106/udp poppassd
- #> Ports are used in the TCP [45,106] to name the ends of logical
- poppassd 106/tcp # Eudora
- poppassd 106/udp # Eudora
- pana root #
- pana root # ll /etc/xinetd.d/
- total 68
- drwxr-xr-x 2 root root 4096 Dec 15 23:50 .
- drwxr-xr-x 75 root root 4096 Dec 15 23:49 ..
- -rw-r--r-- 1 root root 643 Dec 15 23:47 README.services
- -rw-r--r-- 1 root root 246 Dec 15 23:47 chargen-tcp
- -rw-r--r-- 1 root root 266 Dec 15 23:47 chargen-udp
- -rw-r--r-- 1 root root 366 Nov 28 01:43 cups-lpd
- -rw-r--r-- 1 root root 300 Dec 9 20:42 cvspserver
- -rw-r--r-- 1 root root 246 Dec 15 23:47 daytime-tcp
- -rw-r--r-- 1 root root 272 Dec 15 23:47 daytime-udp
- -rw-r--r-- 1 root root 238 Dec 15 23:47 echo-tcp
- -rw-r--r-- 1 root root 263 Dec 15 23:47 echo-udp
- -r-x------ 1 root bin 168 Dec 15 23:50 poppassd
- -rw-r--r-- 1 root root 238 Nov 6 17:02 pure-ftpd
- -rw-r--r-- 1 root root 525 Nov 17 14:45 swat
- -rw-r--r-- 1 root root 205 Aug 26 23:26 telnetd
- -rw-r--r-- 1 root root 270 Dec 15 23:47 time-tcp
- -rw-r--r-- 1 root root 272 Dec 15 23:47 time-udp
- pana root #
- pana root # cat /etc/xinetd.d/poppassd
- service poppassd
- {
- socket_type = stream
- protocol = tcp
- wait = no
- user = root
- server = /usr/bin/poppassd
- disable = no
- }
- pana root #
- pana root # nmap localhost
- Starting nmap 3.48 ( http://www.insecure.org/nmap/ ) at 2003-12-16 00:02 CET
- Interesting ports on localhost (127.0.0.1):
- (The 1640 ports scanned but not shown below are in state: closed)
- PORT STATE SERVICE
- 21/tcp open ftp
- 22/tcp open ssh
- 25/tcp open smtp
- 53/tcp open domain
- 80/tcp open http
- 106/tcp open pop3pw
- 111/tcp open rpcbind
- 139/tcp open netbios-ssn
- 143/tcp open imap
- 445/tcp open microsoft-ds
- 611/tcp open npmp-gui
- 618/tcp open unknown
- 953/tcp open rndc
- 3128/tcp open squid-http
- 3306/tcp open mysql
- 4000/tcp open remoteanything
- 10000/tcp open snet-sensor-mgmt
- Nmap run completed -- 1 IP address (1 host up) scanned in 2.534 seconds
- pana root #
|
mais quand je teste via telnet:
Code :
- pana root # telnet localhost 106
- Trying 127.0.0.1...
- Connected to localhost.
- Escape character is '^]'.
- 200 pana poppassd v1.0 hello, who are you?
- user testuser
- 200 your password please.
- pass myoldpass
- 200 your new password please.
- newpass mynewpass
- 200 Password changed, thank-you.
- quit
- 200 Bye.
- Connection closed by foreign host.
- pana root #
- ssh testuser@localhost
- Enter password: mynewpass
- Permission denied, please try again.
- ....
|
donc ça marche pas
si kelkun a une idée je suis fort preneur...
pour ceux qui ont pas suivi, j'essaye de modifier le mot de pass pam avec poppassd qui est fait soit disant pour ca mais ca le modifie pas