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
I'm having some trouble setting up the config file for samba + mysql.
I've got most everything working, but I'm a bit confused about how
I'm
supposed to set up the database. If anyone knows someone else who can
better answer this question, please forward this message.
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??
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