RE: [Netpass-users] Having troubles subscribing... needhelpwithnetpass (apache and portremover.pl).
Brought to you by:
jeffmurphy
From: Jeff M. <jcm...@os...> - 2006-03-30 19:53:27
|
On Thu, 2006-03-30 at 11:41 -0800, Aaron Arnold wrote: > Yeah.. I got it up and running.. Finally.. Course now I try and logon > and it tells me Authentication Failed any ideas? mysql -u root netpass delete from passwd where username = 'netpass'; insert into passwd values ('netpass', encrypt('netpass')); then try logging in as netpass/netpass if that doesnt work, tail -f /opt/netpass/log/netpass.log and try logging in and see what the log says is going wrong. once you get logged in, you'll want to point it at a RADIUS server, or some such, so you can authenticate clients. jeff |