I finally got the checkpassword program to compile properly. Now I am receiving the following error when telneting into port 110. Any suggestions?
[root@BATMAN sbrewer]# telnet batman.scires.com 110
Trying 10.2.1.66...
Connected to batman.scires.com.
Escape character is '^]'.
+OK...
I believe the problem really belongs with checkpassword. When I try make to compile the program I get the following.
[root@BATMAN checkpassword-0.90]# make
./load checkpassword prot.o unix.a byte.a `cat shadow.lib` `cat crypt.lib` `cat s.lib`
checkpassword.o(.text+0xfa): In function `main':
...
Below is the jest to the telnet session.
[root@BATMAN root]# telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK <18055.1088430528@foo.bar.com>
user daffy@bar.com
+OK
pass donald
-ERR unable to write pipe
Connection closed by foreign host.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.