integralstor / integralstor_gridcell

Gluster/ZFS based open source scale-out storage system
1 stars 3 forks source link

create tables samba_global_common and samba_global_ad in the default config database #23

Closed fractalram closed 8 years ago

fractalram commented 9 years ago

Needed for the share authentication settings to work

fractalram commented 9 years ago

Need to populate this as a default entry in samba_global_common :

insert into samba_global_common (id, security, workgroup, netbios_name, include_homes_section) values (1, "users", "default_workgroup", "default_netbios_name", 1);

ramaseshan commented 9 years ago

The database definations already exist in the schema defination. Can you clarify more details .

kiranfractal commented 9 years ago

Please provide the steps to verify.

fractalram commented 9 years ago

If you are able to successfully access the cifs shares screens on a fresh install then that means that these tables have been created. If they have not been created then you will see some exceptions.