Hi,
Have managed to wrangle another box to use as a server onto which I have installed Beta 5.1.3-all seems cool bananas.
What I want to do is to sync the user names and passwords from my production server (4.1.2 with updated samba) to my test box.
Both are on the same network (192.168.1.1 and 192.168.1.12) and both appear in my Windows workgroup.
Initally I could not see any i-bays on the 'slave' box until I ran (on the slave box) the commands:
rsync –av –e ssh root@:/etc/passwd /etc/passwd
rsync –av –e ssh root@:/etc/smbpasswd /etc/smbpasswd
Once I had done this, I was able to see the test i-bay I had created, but whenever I try to access it, I get the error message "Sharename not found, be sure you typed it correctly"
On both boxes, if i type id (username) I get identical uid and gids for users so that looks OK as well, so at least the users are copied across properly. Checking the /etc/passwds and /etc/smbpasswds files verify this.
But the users do not appear in the slaves server manager and nor do the groups they are allocated from the master.
Any ideas ?