Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / afsinstall / lib / InstallGuides / info / login.toc
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License. For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 # login
9 #
10 # An InstallGuide for installing the AFS integrated login
11 #
12
13 sub login {
14 &Print("Installs /bin/login.afs and makes /bin/login a symlink to it.");
15 &Print("This should be installed on all client machines so that logging");
16 &Print("into a system at the usual Unix login prompt will authenticate");
17 &Print("the user with AFS and store a token in the kernel.");
18 &Print("Note that this option is different on certain systems, such as");
19 &Print("AIX and SGI, where helper files are installed in /usr/vice/etc");
20 &Print("and on systems which use authentication modules such as PAM and SIA");
21 }