<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000066">
Hi Paul,<br>
<br>
I was playing with XAUTH a bit yesterday and it took me quite some time
to make it working - mainly due to the lack of proper documentation.<br>
What is mainly missing there is the password format expected in the
/etc/ipsec.d/passwd.<br>
<br>
Is clear-text password or MD5 hash expected? The source code advises
htpasswd usage. Unfortunately it does not work.<br>
<br>
Please state in the README (or in the documentation) that password hash
as generated by the crypt() function (i.e. similar to what we get in
/etc/shadow for common users) is expected. Note that it does not have
to be necessary MD5 hash as crypt can also generate DES hashes....<br>
<br>
I am sure it would save some time for others, too.<br>
<br>
Thanks,<br>
Ondrej<br>
</body>
</html>