From: Jim C. <ji...@iN...> - 2004-11-01 03:34:32
|
It looks like the shipped config-dist.ini isn't clear enough with the required queries in it for the case of plain-password storage in SQL, in 1.3.11 in cvs. The section of comments that holds DBAUTH_AUTH_USER_EXISTS starts with "If you want to use Unix crypt()ed passwords," - however DBAUTH_AUTH_USER_EXISTS is required even if you don't. Of course, I wasn't using crypt, so didn't read that block of code carefully, until I set up a new wiki and got auth errors :-) I suggest that this line is moved up, above the initial "; Check to see if the supplied username/password pair is OK" section. -jim |