Here's 2 quick questions. If I set up samba to be a domain controller. Can clients not participating in the domain still log in? What FTP server do you suggest for internal use that's low-load (5 max clients at a time) and low-maintenance? -Marc
On Thu, May 13, 2004 at 11:27:13AM -0400, Marc Hughes wrote:
If I set up samba to be a domain controller. Can clients not participating in the domain still log in?
If a client is not participating in the domain, then the client will login to the local system using its local account database. If the client wishes to later connect to the samba server, they will need to authenticate to the server. The user can type their domain credentials when mapping the network drive. If the user's local account credentials are the same as the domain credentials for that user, then the user will not have to authenticate manually. The client system will use the cached credentials from when the user logged in locally.
What FTP server do you suggest for internal use that's low-load (5 max clients at a time) and low-maintenance?
vsftpd. Very secure and fast. Little to no maintenance.
Quoting "Charles R. Anderson" <cra@WPI.EDU>:
If a client is not participating in the domain, then the client will login to the local system using its local account database. If the client wishes to later connect to the samba server, they will need to authenticate to the server. The user can type their domain credentials when mapping the network drive. If the user's local account credentials are the same as the domain credentials for that user, then the user will not have to authenticate manually. The client system will use the cached credentials from when the user logged in locally.
Excellent, that's exactly what I want.
vsftpd. Very secure and fast. Little to no maintenance.
Snifty. Thanks for the fast reply. -Marc
Marc Hughes wrote:
What FTP server do you suggest for internal use that's low-load (5 max clients at a time) and low-maintenance?
The only real choice these days for an FTP server, regardless of how often it's used, is vsftpd. http://vsftpd.beasts.org/ -- Dwight A. Ernest, dwight at significant dot com GPG key A6999567 Cell: +1-508-523-1416 FAX: +1-978-405-2504 YIM: dwight_ernest RHCE #803004293310030 http://significant.com/~dwight/ KA2CNN Papa, partner, pilot, net geek, sysadmin, consultant, cohouser.
participants (3)
-
Charles R. Anderson
-
Dwight A. Ernest
-
Marc Hughes