[sork] Little problem with passwd / ssh
Guillaume Lapierre
zeguigui at zeguigui.com
Fri Sep 5 07:43:01 PDT 2003
> I guess it's the host key verification issue. Did you count in the "Are
> you sure you want to continue connecting (yes/no)?" prompt? You can turn
> on passwd.log to watch the whole process to find out on which point it
> fails.
Well as I made a private answer here is a public (shorter) one.
I had 3 problems:
- first I had a 'broken' backend configuration (hidden list, no prefered
stuff and the first item was not the one I needed). After puting some
comments and reading what was displayed it was better!
- ssh was not allowed for my apache's user. That I had solve before sending
the mail. The solution was to add my apache's user to ssh's group (ntools on
my mandrake 8.x).
- there is a bug in the passwd-2.2.tar.gz's main.php on line 105 (buggy
regexp)
} elseif (preg_match('/[[:upper:]/', $char)) {
instead of
} elseif (preg_match('/[[:upper:]]/', $char)) {
That one was also solved before I sent my email.
Thanks
Guillaume
--
Guillaume Lapierre | zeguigui at zeguigui.com
http://www.zeguigui.com | ICQ: 6204809
More information about the sork
mailing list