Our local network server is running Windows Server 2008 and most of clients are XP machines. (except me that am an Ubuntu guy :) Currently I installed samba-client and can share my files on the network. Is it possible to configure an Ubuntu Server as a Windows network server? If possible I would like to replace our Windows Server with Ubuntu. It should be able to manage directory access and workgroups as like as windows server.
|
|
You can install Samba, a system that can share directories, printers and CDROM/DVDROM. Samba can even replace Active Directory, so your other computer users can authenticate on it. You can setup Samba so you have a public, freely available directory, have user-based home directories and shared directories, where the rights are based on their Linux credentials. The main configuration file is smb.conf, which is usually located under /etc/samba, at least under Ubuntu. You can also use something like Webmin to manage your Samba configurations and shares from a web-based interface, instead of manually editing configuration files. If you search on the net, you will find tons of free documentation on SAMBA. You mainly have to install samba itself. enter the command:
|
|||||
|