From: Till W. <t.w...@su...> - 2007-04-30 18:41:36
|
Hi everybody! Is there a way to disable escaping for passwdcolumn? Because my passwords are stored with ENCODE, the line in the pam config looks like this: [...] table=secrets usercolumn=name passwdcolumn=DECODE(passwd,"decpwd") crypt=0 Since the last update of pam-mysql i get a syntax error because of the escaping: pam_mysql - SELECT DECODE(passwd,\"dontlook\") FROM secrets WHERE name = 'testuser' pam_mysql - MySQL error(You have an error in your SQL syntax; check the ... bg Till |