=head1 NAME kaserver - Initializes the Authentication Server =head1 SYNOPSIS =for html
B [B<-noAuth>] [B<-fastKeys>] [B<-database> >] S<<< [B<-localfiles> >] >>> S<<< [B<-minhours> >] >>> S<<< [B<-servers> >] >>> [B<-enable_peer_stats>] [B<-enable_process_stats>] [B<-help>] =for html
=head1 DESCRIPTION The B command initializes the Authentication Server, which runs on every database server machine. In the conventional configuration, its binary file is located in the F directory on a file server machine. The B command is not normally issued at the command shell prompt but rather placed into a file server machine's F file with the B command. If it is ever issued at the command shell prompt, the issuer must be logged onto a database server machine as the local superuser C. As it initializes, the Authentication Server process creates the two files that constitute the Authentication Database, F and F, in the F directory if they do not already exist. Use the commands in the B suite to administer the database. The Authentication Server is responsible for several aspects of AFS security, including: =over 4 =item * Maintenance of all AFS server encryption keys and user passwords in the Authentication Database. =item * Creation of the tickets and tokens that users and servers use to establish secure connections. Its Ticket Granting Service (TGS) component performs this function. =back The Authentication Server records a trace of its activity in the F file. Use the B command to display the contents of the file. Use the B command to read the protected files associated with the F file, F and F. This command does not use the syntax conventions of the AFS command suites. Provide the command name and all option names in full. =head1 OPTIONS =over 4 =item B<-noAuth> Assigns the unprivileged identity C to the issuer. Thus, it establishes an unauthenticated connection between the issuer and the Authentication Server. It is useful only when authorization checking is disabled on the database server machine. In normal circumstances, the Authentication Server allows only authorized (privileged) users to issue commands that affect or contact the Authentication Database and will refuse to perform such an action even if the B<-noAuth> flag is used. =item B<-fastKeys> Is a test flag for use by the AFS Development staff; it serves no functional purpose. =item B<-database> > Specifies the pathname of an alternate directory in which the Authentication Database files reside. Provide the complete pathname, ending in the base filename to which the C<.DB0> and C<.DBSYS1> extensions are appended. For example, the appropriate value for the default database files is F. Provide the B<-localfiles> argument along with this one; otherwise, the B<-localfiles> argument is also set to the value of this argument, which is probably inappropriate. =item B<-localfiles> > Specifies the pathname of an alternate directory in which the auxiliary Authentication Database file resides. Provide the complete pathname, ending in the base filename to which the C suffix is appended. For example, the appropriate value for the default auxiliary database file is F. =item B<-minhours> > Specifies the minimum number of hours that must pass between password changes made by any regular user. System administrators (with the C flag in their Authentication Database entry) can change passwords as often as desired. Setting a minimum time between password changes is not recommended. =item B<-servers> >+ Names each database server machine running an Authentication Server with which the local Authentication Server is to synchronize its copy of the Authentication Database, rather than with the machines listed in the local F file. =item B<-enable_peer_stats> Activates the collection of Rx statistics and allocates memory for their storage. For each connection with a specific UDP port on another machine, a separate record is kept for each type of RPC (FetchFile, GetStatus, and so on) sent or received. To display or otherwise access the records, use the Rx Monitoring API. =item B<-enable_process_stats> Activates the collection of Rx statistics and allocates memory for their storage. A separate record is kept for each type of RPC (FetchFile, GetStatus, and so on) sent or received, aggregated over all connections to other machines. To display or otherwise access the records, use the Rx Monitoring API. =item B<-help> Prints the online help for this command. All other valid options are ignored. =back =head1 EXAMPLES The following B command creates a C process on C (the command appears on two lines here only for legibility): % bos create -server fs3.abc.com -instance kaserver \ -type simple -cmd /usr/afs/bin/kaserver =head1 PRIVILEGE REQUIRED The issuer must be logged in as the superuser C on a file server machine to issue the command at a command shell prompt. It is conventional instead to create and start the process by issuing the B command. =head1 SEE ALSO L, L, L, L, L, L, L, L, L, L =head1 COPYRIGHT IBM Corporation 2000. All Rights Reserved. This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.