Displaying 1 result from an estimated 1 matches for "smb_mysql".
Did you mean:
  pdb_mysql
  
2005 Dec 11
0
samba + mysql
...problem was 1) a syntax (mysql version?) mistake and 2) both columns
logon_hours AND logon_count must exist. I generated a small patch to the
current samba vanilla and also pasted it in.
Cheers,
r.
p.s. I hope im sending it off to the right list... (Also availible on
http://www.sevenrains.ro/pak/smb_mysql.patch)
--- mysql.dump~ 2005-12-11 02:15:17.000000000 +0200
+++ mysql.dump  2005-12-11 02:15:17.000000000 +0200
@@ -20,7 +20,7 @@
        workstations varchar(255),
        unknown_str varchar(255),
        munged_dial varchar(255),
-       uid int(9) NOT NULL DEFAULT "0" PRIMARY KEY auto...