Originally Posted by
richieh
I have also inherited an interesting setup, where we have a Samba server (running on Suse Linux) as our DC, file and print server. It runs really well but a lack of AD is hampering us and a migration to Windows Server 2008R2 is planned for summer.
On Suse the password file is located in /etc/samba and the file you are looking for is smbpasswd as this will list the users. (If it is different on your setup then you need to change the file path in the command below)
If you don’t know the location of your smbpasswd file you can search using the following command, find / -name smbpasswd
To get the information out use the command cat /etc/samba/smbpasswd >> filename.txt
This will produce a txt file you can then copy from your Samba server and import into excel, the data is separated by a : on my export. The passwords are encrypted but it will give you a list of users.
Now you have remote ssh working you may find WinSCP is useful, although I mainly use putty.
Also you could try installing Webmin to help with the administration, as it would give you a GUI interface.
I couldn't put links in to the software as its my 1st post but a google will bring them up
Hope the above helps.