30 Nov
2007
30 Nov
'07
5:42 p.m.
Dead6re wrote:
I hard coded the incorrect password but correct username but the auth failed still. Instead I reverted back to the old configuration files, changed the Default Auth-Type in the users file to "echo" and changed the "echo" program call and it works. Humph!
You have "wait = no". This means "fire and forget", i.e. don't bother waiting for the program to exit... and therefore don't look at it's return code. Alan DeKok.