Hi Ben, > I can't seem to exclude fields from the database that I won't be using. > For instance, when I don't include the "unkown 6 column", I get the > following error when executing `smbpasswd -a user`: > > Error while executing MySQL query Unknown column 'unknown_str' in > 'field list' > > I get the same error when trying to use `pdbedit -L` Are these fields > actually required by samba in order to work?? If you don't want to store this field in the database, set the value of 'identifier:unknown string column' to NULL:
Check the MySQL section in the Account Database chapter of the Samba HOWTO Collection for details. Jelmer -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
