Can anybody tell me what a login server is ? From what i know - it is used to login to a private network from outside the network. Is that the only functionality of a login server ?

link|improve this question

60% accept rate
feedback

closed as not a real question by sysadmin1138, Mark Henderson, ErikA, SvenW, Zoredache Nov 19 '10 at 3:38

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

Where I work, "login server" simply means a system whose primary purpose is to provide interactive (i.e., shell via ssh) access to our user community. It can also act as a gateway into our network environment.

In other environments, "login server" may refer to something completely different -- for example, some web authentication products refer to the authentication server as the "login server" (http://www.pubcookie.org/docs/install-login.html). This may actually be the more common use; a search on Google for "login server" leads to lots of web-centric information.

link|improve this answer
Thanks Larsks ! – kashyapa Nov 19 '10 at 3:37
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.