Displaying 1 result from an estimated 1 matches for "mysq_query".
Did you mean:
mysql_query
2005 Jan 15
1
pam auth with mysql
...ssword crypt=1
password required pam_mysql.so user=root passwd=** db=samba table=users usercolumn=login passwdcolumn=password crypt=1
session required pam_mysql.so user=root passwd=** db=samba table=users usercolumn=login passwdcolumn=password crypt=1
i see that pam is doing the right mysq_query
"SELECT password FROM users WHERE login='root'"
but i alwas getting a an error:
session setup failed: NT_STATUS_LOGON_FAILURE
without the mysql_auth in pam samba is working fine.
isn?t a solution for this?
thx
luke