using one machine to serve the home directory and user accounts
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Um... you are talking to a free software advocate... I'm afraid my reply is obligated to be: replace the Win2000 server with a gnuLinux server
Anyway, the link shows you how to run LTSP and NFS servers on the same machine - windows network access is provided much the same way as NFS access... you install the samba client.
Um... you are talking to a free software advocate... I'm afraid my reply is obligated to be: replace the Win2000 server with a gnuLinux server
Anyway, the link shows you how to run LTSP and NFS servers on the same machine - windows network access is provided much the same way as NFS access... you install the samba client.
You have two linux machines and they are able to access a network which includes a win2000 server and an unspecified number of windows machines.
An undisclosed number of these machines, and/or/including, the server itself, are sharing one or more directories via a windows network (SMB). Presumably, fat linux clients are able to access these shares, in an unspecified way, using samba.
One machine is an existing LTSP server - so you have an unspecified number of thin clients.
You would like the linux thin clients to be able to access the smb shares on the windows network?
You have two linux machines and they are able to access a network which includes a win2000 server and an unspecified number of windows machines.
An undisclosed number of these machines, and/or/including, the server itself, are sharing one or more directories via a windows network (SMB). Presumably, fat linux clients are able to access these shares, in an unspecified way, using samba.
One machine is an existing LTSP server - so you have an unspecified number of thin clients.
You would like the linux thin clients to be able to access the smb shares on the windows network?
There are several ways to "do authentication." The simplest way is to have individual nothing-in-common with-any-other-machine password files, but it is quite common for both Windows and Linux machines (and therefore, Samba file-shares) to rely upon an external, centrally-managed authentication source e.g. LDAP (Active Directory), Kerberos, and RADIUS. (All different.)
Or for that matter... a Windows domain-controller.
Start by reviewing the Samba documentation on authentication methods. Also read about the PAM (Pluggable Authentication Modules) system in Linux. In large installations, what you are seeking to do is actually quite routine.
Also note: there is no "best way" in this arena. Linux's objective is to "blend in," to whatever authentication mechanism is the shop standard.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.