Talk:HOWTO Samba with Mysql
From Gentoo Linux Wiki
Did anyone actually get this to work?
When i try to add a user (smbpasswd -a <username>) i get the following error:
Error while executing MySQL query Unknown column 'logon_hours' in 'field list'
-- Coven 20:32, 31 January 2006 (GMT)
I didn't try it yet, but it seems like you'll have to add the column logon_hours to the correct table. I'll try it out and let you know how it works out :) (have to install mysql first and recompile samba)
-- Po0ky 08:02, 1 February 2006 (GMT)
I just added a field called "logon_hours" to the table, but it still fails when i try to authenticate.
-- Coven 14:08, 1 February 2006 (GMT)
