[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: home server and openldap



Isn't this a function of LVS (linux virtual server)?

adam@morrison-ind.com wrote:

did you know which ftp daemon can be used in the following situation?
situation: There are serveral home server with different user accounts and
each has ftp daemon. When people try to ftp to one of home server, the
home server's ftp daemon can query the openldap server so that it can return
the exact home server of that user and home directory of him.


FTP itself doesn't support this. You want to connect to an FTP server and be reffered to another FTP server? You won't know what user this is until you've already connected to a server. You might be able to write a motd script that says "No, log out and go here" to the user, but that is about it.