hi list,

since, days iīm trying to auth. samba users with pam using mysql
without any result
this is my /etc/pam.d/samba:

[EMAIL PROTECTED] common-auth
[EMAIL PROTECTED] common-account
[EMAIL PROTECTED] common-session
auth     required    pam_mysql.so   user=root passwd=** db=samba table=users 
usercolumn=login passwdcolumn=password crypt=1
account  required    pam_mysql.so   user=root passwd=**  db=samba table=users 
usercolumn=login passwdcolumn=password 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



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to